dbmgr.cxx (60e513e9) | dbmgr.cxx (43f0f119) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 9 unchanged lines hidden (view full) --- 18 * under the License. 19 * 20 *************************************************************/ 21 22 23 24// MARKER(update_precomp.py): autogen include statement, do not remove 25#include "precompiled_sw.hxx" | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 9 unchanged lines hidden (view full) --- 18 * under the License. 19 * 20 *************************************************************/ 21 22 23 24// MARKER(update_precomp.py): autogen include statement, do not remove 25#include "precompiled_sw.hxx" |
26#if STLPORT_VERSION>=321 | 26 |
27#include <cstdarg> | 27#include <cstdarg> |
28#endif | 28#include <cstdio> |
29 | 29 |
30#include <stdio.h> | |
31#include <unotxdoc.hxx> 32#include <com/sun/star/text/NotePrintMode.hpp> 33#include <sfx2/app.hxx> 34#include <com/sun/star/sdb/CommandType.hpp> 35#include <com/sun/star/sdb/XDocumentDataSource.hpp> 36#include <com/sun/star/frame/XComponentLoader.hpp> 37#include <com/sun/star/lang/DisposedException.hpp> 38#include <com/sun/star/lang/XEventListener.hpp> --- 3073 unchanged lines hidden --- | 30#include <unotxdoc.hxx> 31#include <com/sun/star/text/NotePrintMode.hpp> 32#include <sfx2/app.hxx> 33#include <com/sun/star/sdb/CommandType.hpp> 34#include <com/sun/star/sdb/XDocumentDataSource.hpp> 35#include <com/sun/star/frame/XComponentLoader.hpp> 36#include <com/sun/star/lang/DisposedException.hpp> 37#include <com/sun/star/lang/XEventListener.hpp> --- 3073 unchanged lines hidden --- |