diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-10-22 09:20:52 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-10-22 12:50:48 +0100 |
commit | b37e2dd071c83454b3b06c0959a76b6012f53abb (patch) | |
tree | 91de7e6d0c01e7391276a1142d9d1b2f503ab35a /sc | |
parent | b9eaa646815bf9b400ecc0d5726de5241428cf34 (diff) |
Resolves: fdo#38838 remove UniString
hammer silver nails into coffin and bury in concrete
Change-Id: I3fda2ff47738bb33793adab97faba2d439ac9a28
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/data/documen2.cxx | 1 | ||||
-rw-r--r-- | sc/source/core/data/documen9.cxx | 1 | ||||
-rw-r--r-- | sc/source/core/tool/ddelink.cxx | 1 | ||||
-rw-r--r-- | sc/source/core/tool/interpr1.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/dbgui/asciiopt.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/dbgui/imoptdlg.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/dbgui/scuiasciiopt.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/dbgui/scuiimoptdlg.cxx | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/sc/source/core/data/documen2.cxx b/sc/source/core/data/documen2.cxx index 9a7a0ec84986..77d1278fd784 100644 --- a/sc/source/core/data/documen2.cxx +++ b/sc/source/core/data/documen2.cxx @@ -22,6 +22,7 @@ #include <editeng/editeng.hxx> #include <editeng/forbiddencharacterstable.hxx> +#include <osl/thread.h> #include <svx/xtable.hxx> #include <sfx2/linkmgr.hxx> #include <svx/svdpool.hxx> diff --git a/sc/source/core/data/documen9.cxx b/sc/source/core/data/documen9.cxx index 6f339fbb5d75..4c2bf25d7c1d 100644 --- a/sc/source/core/data/documen9.cxx +++ b/sc/source/core/data/documen9.cxx @@ -25,6 +25,7 @@ #include <editeng/fontitem.hxx> #include <editeng/forbiddencharacterstable.hxx> #include <editeng/langitem.hxx> +#include <osl/thread.h> #include <svx/svdetc.hxx> #include <svx/svditer.hxx> #include <svx/svdocapt.hxx> diff --git a/sc/source/core/tool/ddelink.cxx b/sc/source/core/tool/ddelink.cxx index e8ecfbde018d..d79653ac6966 100644 --- a/sc/source/core/tool/ddelink.cxx +++ b/sc/source/core/tool/ddelink.cxx @@ -18,6 +18,7 @@ */ #include <comphelper/string.hxx> +#include <osl/thread.h> #include <sfx2/linkmgr.hxx> #include <sfx2/bindings.hxx> #include <svl/zforlist.hxx> diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx index 6b600a0cef6e..ab792b5eb836 100644 --- a/sc/source/core/tool/interpr1.cxx +++ b/sc/source/core/tool/interpr1.cxx @@ -22,6 +22,7 @@ #include "scitems.hxx" #include <editeng/langitem.hxx> #include <editeng/justifyitem.hxx> +#include <osl/thread.h> #include <svx/algitem.hxx> #include <unotools/textsearch.hxx> #include <svl/zforlist.hxx> diff --git a/sc/source/ui/dbgui/asciiopt.cxx b/sc/source/ui/dbgui/asciiopt.cxx index 076b8f84cbab..b2ea0c8ae398 100644 --- a/sc/source/ui/dbgui/asciiopt.cxx +++ b/sc/source/ui/dbgui/asciiopt.cxx @@ -23,6 +23,7 @@ #include "asciiopt.hxx" #include "asciiopt.hrc" #include <comphelper/string.hxx> +#include <osl/thread.h> #include <rtl/tencinfo.h> #include <unotools/transliterationwrapper.hxx> // ause diff --git a/sc/source/ui/dbgui/imoptdlg.cxx b/sc/source/ui/dbgui/imoptdlg.cxx index f588c161ba02..56d4b74851fd 100644 --- a/sc/source/ui/dbgui/imoptdlg.cxx +++ b/sc/source/ui/dbgui/imoptdlg.cxx @@ -22,6 +22,7 @@ #include "scresid.hxx" #include "imoptdlg.hrc" #include <comphelper/string.hxx> +#include <osl/thread.h> #include <rtl/tencinfo.h> static const sal_Char pStrFix[] = "FIX"; diff --git a/sc/source/ui/dbgui/scuiasciiopt.cxx b/sc/source/ui/dbgui/scuiasciiopt.cxx index 89c13d8be5a5..5e2720a1a149 100644 --- a/sc/source/ui/dbgui/scuiasciiopt.cxx +++ b/sc/source/ui/dbgui/scuiasciiopt.cxx @@ -26,6 +26,7 @@ #include "scuiasciiopt.hxx" #include "asciiopt.hrc" #include <comphelper/string.hxx> +#include <osl/thread.h> #include <rtl/tencinfo.h> #include <unotools/transliterationwrapper.hxx> #include "editutil.hxx" diff --git a/sc/source/ui/dbgui/scuiimoptdlg.cxx b/sc/source/ui/dbgui/scuiimoptdlg.cxx index 1c63b1b0329a..1b712959d433 100644 --- a/sc/source/ui/dbgui/scuiimoptdlg.cxx +++ b/sc/source/ui/dbgui/scuiimoptdlg.cxx @@ -27,6 +27,7 @@ #include "scresid.hxx" #include "imoptdlg.hrc" #include <comphelper/string.hxx> +#include <osl/thread.h> #include <rtl/tencinfo.h> //======================================================================== |