diff options
author | Lubos Lunak <l.lunak@suse.cz> | 2012-12-26 17:33:02 +0100 |
---|---|---|
committer | Lubos Lunak <l.lunak@suse.cz> | 2012-12-26 18:43:27 +0100 |
commit | 47b17ca76bd6d0753131a5cb5760213649b3b7fa (patch) | |
tree | d043008e95e3b76f348fac0532213ab2d4cc2d95 /sd | |
parent | 32bd430f4d636b564a4cf796148705fd6ef72304 (diff) |
ignore #include inside #if
Diffstat (limited to 'sd')
-rw-r--r-- | sd/inc/pch/precompiled_sd.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/inc/pch/precompiled_sd.hxx b/sd/inc/pch/precompiled_sd.hxx index 1f93c0cec497..6283dbcff9e1 100644 --- a/sd/inc/pch/precompiled_sd.hxx +++ b/sd/inc/pch/precompiled_sd.hxx @@ -7,7 +7,6 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "svtools/colrdlg.hxx" #include "avmedia/mediawindow.hxx" #include "canvas/elapsedtime.hxx" #include "com/sun/star/office/XAnnotationEnumeration.hpp" @@ -24,6 +23,7 @@ #include "sal/log.hxx" #include "sal/types.h" #include "sfx2/viewfrm.hxx" +#include "svtools/colrdlg.hxx" #include "svtools/slidesorterbaropt.hxx" #include "svtools/svlbitm.hxx" #include "svtools/toolpanelopt.hxx" @@ -187,6 +187,7 @@ #include <com/sun/star/embed/XVisualObject.hpp> #include <com/sun/star/form/FormButtonType.hpp> #include <com/sun/star/frame/AutoRecovery.hpp> +#include <com/sun/star/frame/Desktop.hpp> #include <com/sun/star/frame/DispatchResultState.hpp> #include <com/sun/star/frame/DocumentTemplates.hpp> #include <com/sun/star/frame/FrameAction.hpp> @@ -196,7 +197,6 @@ #include <com/sun/star/frame/UnknownModuleException.hpp> #include <com/sun/star/frame/XComponentLoader.hpp> #include <com/sun/star/frame/XController.hpp> -#include <com/sun/star/frame/XDesktop.hpp> #include <com/sun/star/frame/XDispatch.hpp> #include <com/sun/star/frame/XDispatchProvider.hpp> #include <com/sun/star/frame/XDocumentTemplates.hpp> |