diff options
author | Chr. Rossmanith <ChrRossmanith@gmx.de> | 2013-10-12 21:35:25 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-10-14 11:47:10 +0000 |
commit | 646ce81d1c1623feb5414cd248860b143fd2cd6b (patch) | |
tree | 0a74fff6bdb6255f285a87dd4ec27d2f7086bdc9 /sw/source/ui/dialog/swdialmgr.cxx | |
parent | 349af6ea58ba4e2df4a1732d941acd4098c7bd87 (diff) |
fdo#38838 use OUString instead of String
Change-Id: I0c94a9ee10bd66422abd9526fcc9a9ce61d9a096
Reviewed-on: https://gerrit.libreoffice.org/6237
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/ui/dialog/swdialmgr.cxx')
-rw-r--r-- | sw/source/ui/dialog/swdialmgr.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/ui/dialog/swdialmgr.cxx b/sw/source/ui/dialog/swdialmgr.cxx index fe14678ca42c..fb6ed35c38d9 100644 --- a/sw/source/ui/dialog/swdialmgr.cxx +++ b/sw/source/ui/dialog/swdialmgr.cxx @@ -18,13 +18,9 @@ */ #include "dialmgr.hxx" -#include "tools/string.hxx" #include <sfx2/app.hxx> #ifndef DISABLE_DYNLOADING -//copy from core\bastyp\swtypes.cxx -String aEmptyStr; // constant strings - ResMgr* pSwResMgr=0; #else static ResMgr *pSwResMgr; |