summaryrefslogtreecommitdiff
path: root/sc/inc/pch
diff options
context:
space:
mode:
authorLubos Lunak <l.lunak@suse.cz>2012-12-26 17:33:02 +0100
committerLubos Lunak <l.lunak@suse.cz>2012-12-26 18:43:27 +0100
commit47b17ca76bd6d0753131a5cb5760213649b3b7fa (patch)
treed043008e95e3b76f348fac0532213ab2d4cc2d95 /sc/inc/pch
parent32bd430f4d636b564a4cf796148705fd6ef72304 (diff)
ignore #include inside #if
Diffstat (limited to 'sc/inc/pch')
-rw-r--r--sc/inc/pch/precompiled_sc.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/pch/precompiled_sc.hxx b/sc/inc/pch/precompiled_sc.hxx
index 2668bae98d64..83b3b9bee39f 100644
--- a/sc/inc/pch/precompiled_sc.hxx
+++ b/sc/inc/pch/precompiled_sc.hxx
@@ -184,6 +184,7 @@
#include <com/sun/star/form/FormButtonType.hpp>
#include <com/sun/star/form/XFormsSupplier.hpp>
#include <com/sun/star/form/XFormsSupplier2.hpp>
+#include <com/sun/star/frame/Desktop.hpp>
#include <com/sun/star/frame/FrameSearchFlag.hpp>
#include <com/sun/star/frame/XComponentLoader.hpp>
#include <com/sun/star/frame/XController.hpp>
@@ -530,6 +531,7 @@
#include <mdds/multi_type_vector_types.hpp>
#include <memory>
#include <numeric>
+#include <officecfg/Office/Calc.hxx>
#include <officecfg/Office/Common.hxx>
#include <osl/diagnose.h>
#include <osl/file.hxx>
@@ -673,7 +675,6 @@
#include <svx/compressgraphicdialog.hxx>
#include <svx/dataaccessdescriptor.hxx>
#include <svx/dbaexchange.hxx>
-#include <svx/dbcharsethelper.hxx>
#include <svx/dialmgr.hxx>
#include <svx/drawitem.hxx>
#include <svx/extedit.hxx>