summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-15 05:20:47 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-15 05:20:47 +0200
commit0b0244183ab721ab0e55c42cb5cda841456c2586 (patch)
treec21ae923f1a12433ad75e30cc1a51a2e0c2f08cf /sc
parentd67cd21033877c9c09d9cc4f14c2c4658e973f57 (diff)
update pch
Change-Id: I475bee35ca5d24903d85e7f2427fab0e47d8db4d
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/pch/precompiled_sc.hxx6
-rw-r--r--sc/inc/pch/precompiled_scfilt.hxx18
2 files changed, 11 insertions, 13 deletions
diff --git a/sc/inc/pch/precompiled_sc.hxx b/sc/inc/pch/precompiled_sc.hxx
index a41da848f252..4ab57094246a 100644
--- a/sc/inc/pch/precompiled_sc.hxx
+++ b/sc/inc/pch/precompiled_sc.hxx
@@ -62,6 +62,7 @@
#include "i18nlangtag/lang.h"
#include "i18nlangtag/mslangid.hxx"
#include "libxml/xpath.h"
+#include "rtl/bootstrap.hxx"
#include "rtl/math.hxx"
#include "rtl/strbuf.hxx"
#include "rtl/ustrbuf.hxx"
@@ -77,6 +78,8 @@
#include "svl/broadcast.hxx"
#include "svl/intitem.hxx"
#include "svl/itemset.hxx"
+#include "svl/sharedstring.hxx"
+#include "svl/sharedstringpool.hxx"
#include "svl/smplhint.hxx"
#include "svl/stritem.hxx"
#include "svl/urihelper.hxx"
@@ -509,6 +512,7 @@
#include <comphelper/uno3.hxx>
#include <config_features.h>
#include <config_mpl.h>
+#include <config_orcus.h>
#include <config_telepathy.h>
#include <cppuhelper/bootstrap.hxx>
#include <cppuhelper/component_context.hxx>
@@ -738,11 +742,13 @@
#include <svtools/miscopt.hxx>
#include <svtools/parhtml.hxx>
#include <svtools/sfxecode.hxx>
+#include <svtools/simptabl.hxx>
#include <svtools/soerr.hxx>
#include <svtools/stdctrl.hxx>
#include <svtools/svtabbx.hxx>
#include <svtools/transfer.hxx>
#include <svtools/treelistbox.hxx>
+#include <svtools/treelistentry.hxx>
#include <svtools/unoevent.hxx>
#include <svtools/unoimap.hxx>
#include <svtools/xwindowitem.hxx>
diff --git a/sc/inc/pch/precompiled_scfilt.hxx b/sc/inc/pch/precompiled_scfilt.hxx
index 5af82d2e2c2d..b63c1c323431 100644
--- a/sc/inc/pch/precompiled_scfilt.hxx
+++ b/sc/inc/pch/precompiled_scfilt.hxx
@@ -18,7 +18,6 @@
#include "cppuhelper/implementationentry.hxx"
#include "editeng/editstat.hxx"
#include "formula/errorcodes.hxx"
-#include "formula/token.hxx"
#include "oox/core/filterbase.hxx"
#include "oox/core/relations.hxx"
#include "oox/core/xmlfilterbase.hxx"
@@ -45,15 +44,13 @@
#include "oox/token/tokens.hxx"
#include "oox/vml/vmlshape.hxx"
#include "oox/vml/vmlshapecontainer.hxx"
+#include "rtl/ref.hxx"
#include "rtl/strbuf.hxx"
#include "sal/config.h"
#include "sal/types.h"
-#include "sfx2/docfile.hxx"
-#include "sfx2/frame.hxx"
-#include "svl/itemset.hxx"
#include "svl/poolcach.hxx"
-#include "svtools/treelistbox.hxx"
-#include "svtools/treelistentry.hxx"
+#include "svl/sharedstring.hxx"
+#include "svl/sharedstringpool.hxx"
#include "svx/algitem.hxx"
#include "svx/sdr/properties/properties.hxx"
#include "svx/sdtaitm.hxx"
@@ -62,15 +59,14 @@
#include "svx/xflclit.hxx"
#include "svx/xlnstit.hxx"
#include "svx/xlnstwit.hxx"
-#include "tools/datetime.hxx"
#include "tools/urlobj.hxx"
-#include "ucbhelper/content.hxx"
#include "vcl/mapmod.hxx"
#include "vcl/msgbox.hxx"
#include <algorithm>
#include <basegfx/point/b2dpoint.hxx>
#include <basegfx/polygon/b2dpolygon.hxx>
#include <boost/bind.hpp>
+#include <boost/noncopyable.hpp>
#include <boost/ptr_container/ptr_vector.hpp>
#include <boost/scoped_array.hpp>
#include <boost/scoped_ptr.hpp>
@@ -314,14 +310,12 @@
#include <com/sun/star/table/XCell2.hpp>
#include <com/sun/star/table/XCellRange.hpp>
#include <com/sun/star/table/XColumnRowRange.hpp>
-#include <com/sun/star/task/XStatusIndicator.hpp>
#include <com/sun/star/text/FilenameDisplayFormat.hpp>
#include <com/sun/star/text/WritingMode2.hpp>
#include <com/sun/star/text/XText.hpp>
#include <com/sun/star/text/XTextContent.hpp>
#include <com/sun/star/text/XTextCursor.hpp>
#include <com/sun/star/text/XTextRange.hpp>
-#include <com/sun/star/ucb/XCommandEnvironment.hpp>
#include <com/sun/star/ui/ItemType.hpp>
#include <com/sun/star/ui/ModuleUIConfigurationManagerSupplier.hpp>
#include <com/sun/star/ui/XImageManager.hpp>
@@ -342,6 +336,7 @@
#include <comphelper/sequenceashashmap.hxx>
#include <comphelper/string.hxx>
#include <comphelper/types.hxx>
+#include <config_orcus.h>
#include <cppuhelper/component_context.hxx>
#include <cppuhelper/implbase1.hxx>
#include <cstring>
@@ -450,12 +445,10 @@
#include <sfx2/sfxhtml.hxx>
#include <sot/exchange.hxx>
#include <sot/storage.hxx>
-#include <sstream>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <string>
#include <svl/PasswordHelper.hxx>
#include <svl/eitem.hxx>
#include <svl/intitem.hxx>
@@ -524,7 +517,6 @@
#include <tools/globname.hxx>
#include <tools/solar.h>
#include <tools/stream.hxx>
-#include <tools/string.hxx>
#include <tools/tenccvt.hxx>
#include <tools/urlobj.hxx>
#include <unotools/charclass.hxx>