summaryrefslogtreecommitdiffstats
path: root/sc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-11-05 04:45:57 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-11-05 09:28:55 +0100
commit3a29756723b9ceafd9021052a197fc3727b8d9ad (patch)
tree8476973aecba5dea2d9fbe556bce431d9c1d475f /sc
parentremove further external include guards (diff)
downloadcore-3a29756723b9ceafd9021052a197fc3727b8d9ad.tar.gz
core-3a29756723b9ceafd9021052a197fc3727b8d9ad.zip
update pch
Change-Id: I10f3dbd9513052b3bbe30ddc6523cd231f26ded3
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/pch/precompiled_sc.hxx2
-rw-r--r--sc/inc/pch/precompiled_scfilt.hxx1
-rw-r--r--sc/inc/pch/precompiled_scopencl.hxx7
3 files changed, 10 insertions, 0 deletions
diff --git a/sc/inc/pch/precompiled_sc.hxx b/sc/inc/pch/precompiled_sc.hxx
index 54b944fb6b03..d57563c69021 100644
--- a/sc/inc/pch/precompiled_sc.hxx
+++ b/sc/inc/pch/precompiled_sc.hxx
@@ -102,6 +102,7 @@
#include "unotools/localedatawrapper.hxx"
#include "unotools/localfilehelper.hxx"
#include "unotools/pathoptions.hxx"
+#include "unotools/textsearch.hxx"
#include "unotools/ucbhelper.hxx"
#include "vcl/lineinfo.hxx"
#include "vcl/msgbox.hxx"
@@ -937,6 +938,7 @@
#include <tools/shl.hxx>
#include <tools/solar.h>
#include <tools/stream.hxx>
+#include <tools/string.hxx>
#include <tools/tenccvt.hxx>
#include <tools/urlobj.hxx>
#include <tools/wintypes.hxx>
diff --git a/sc/inc/pch/precompiled_scfilt.hxx b/sc/inc/pch/precompiled_scfilt.hxx
index b63c1c323431..46f709c8bd71 100644
--- a/sc/inc/pch/precompiled_scfilt.hxx
+++ b/sc/inc/pch/precompiled_scfilt.hxx
@@ -321,6 +321,7 @@
#include <com/sun/star/ui/XImageManager.hpp>
#include <com/sun/star/ui/XUIConfigurationPersistence.hpp>
#include <com/sun/star/uno/Reference.h>
+#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/util/Date.hpp>
#include <com/sun/star/util/DateTime.hpp>
#include <com/sun/star/util/NumberFormat.hpp>
diff --git a/sc/inc/pch/precompiled_scopencl.hxx b/sc/inc/pch/precompiled_scopencl.hxx
index b4cc3cfd8fb8..0ec393e410ca 100644
--- a/sc/inc/pch/precompiled_scopencl.hxx
+++ b/sc/inc/pch/precompiled_scopencl.hxx
@@ -16,14 +16,21 @@
#include "formula/vectortoken.hxx"
#include "sal/config.h"
+#include <algorithm>
#include <boost/scoped_array.hpp>
+#include <boost/scoped_ptr.hpp>
#include <cmath>
#include <config_folders.h>
+#include <iostream>
+#include <list>
+#include <map>
+#include <memory>
#include <osl/file.hxx>
#include <rtl/bootstrap.hxx>
#include <rtl/digest.h>
#include <rtl/strbuf.hxx>
#include <rtl/ustring.hxx>
+#include <sstream>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>