summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorDamjan Jovanovic <damjan@apache.org>2017-01-15 14:36:31 +0000
committerDamjan Jovanovic <damjan@apache.org>2017-01-15 14:36:31 +0000
commit3bfb9cabc8a248e4b93be0ce6ecff0771ea1e692 (patch)
tree9988fb7e549d63732bafc59544f076b89ab567b3 /sc
parent688ff6910e211b4af93d67a63ab8f4d2331efca7 (diff)
Fix some initial main/sc build issues on Windows caused by the
port to gbuild. Note that it still doesn't build on Windows. Work is ongoing. Patch by: me
Notes
Notes: ignore: obsolete
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/pch/precompiled_scfilt.hxx3
-rw-r--r--sc/source/filter/excel/xiescher.cxx2
-rw-r--r--sc/source/ui/miscdlgs/crdlg.cxx2
3 files changed, 5 insertions, 2 deletions
diff --git a/sc/inc/pch/precompiled_scfilt.hxx b/sc/inc/pch/precompiled_scfilt.hxx
index 3ac930fe1064..1dcd993310ce 100644
--- a/sc/inc/pch/precompiled_scfilt.hxx
+++ b/sc/inc/pch/precompiled_scfilt.hxx
@@ -137,11 +137,13 @@
#include <osl/interlck.h>
#include <osl/mutex.hxx>
#include <rtl/alloc.h>
+#include <rtl/random.h>
#include <rtl/string.h>
#include <rtl/ustrbuf.h>
#include <rtl/ustring.h>
#include <sal/mathconf.h>
#include <sal/types.h>
+#include <sax/fshelper.hxx>
#include <sot/exchange.hxx>
#include <sot/factory.hxx>
#include <sot/storage.hxx>
@@ -205,6 +207,7 @@
#include <uno/any2.h>
#include <uno/lbnames.h>
#include <uno/sequence2.h>
+#include <unotools/streamwrap.hxx>
#include <unotools/ucbstreamhelper.hxx>
#include <vcl/apptypes.hxx>
diff --git a/sc/source/filter/excel/xiescher.cxx b/sc/source/filter/excel/xiescher.cxx
index 1941807272d5..23fa6dd148e3 100644
--- a/sc/source/filter/excel/xiescher.cxx
+++ b/sc/source/filter/excel/xiescher.cxx
@@ -22,7 +22,7 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_sc.hxx"
+#include "precompiled_scfilt.hxx"
#include "xiescher.hxx"
diff --git a/sc/source/ui/miscdlgs/crdlg.cxx b/sc/source/ui/miscdlgs/crdlg.cxx
index 6eefe46bbc09..474fcda25e10 100644
--- a/sc/source/ui/miscdlgs/crdlg.cxx
+++ b/sc/source/ui/miscdlgs/crdlg.cxx
@@ -22,7 +22,7 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_sc.hxx"
+#include "precompiled_scui.hxx"
#undef SC_DLLIMPLEMENTATION