summaryrefslogtreecommitdiff
path: root/sd/source/core/stlfamily.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-09-10 23:42:29 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-09-11 10:54:24 +0100
commit3e635c3368c23608bac471970f18d1d64684a147 (patch)
treebcd3c3896b079b16fd26ef826d44c9a93dde41bc /sd/source/core/stlfamily.cxx
parentc0c7fb66985a9a3e8f9b7a796c1e0489e407879b (diff)
XubString->rtl::OUString
Change-Id: If7e5d015c95f8f173750ca32e061d69f56e2d93e
Diffstat (limited to 'sd/source/core/stlfamily.cxx')
-rw-r--r--sd/source/core/stlfamily.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/core/stlfamily.cxx b/sd/source/core/stlfamily.cxx
index 7b32a4b2abd9..5024a8134730 100644
--- a/sd/source/core/stlfamily.cxx
+++ b/sd/source/core/stlfamily.cxx
@@ -62,7 +62,7 @@ typedef std::map< rtl::OUString, rtl::Reference< SdStyleSheet > > PresStyleMap;
struct SdStyleFamilyImpl
{
SdrPageWeakRef mxMasterPage;
- String maLayoutName;
+ OUString maLayoutName;
PresStyleMap& getStyleSheets();
rtl::Reference< SfxStyleSheetPool > mxPool;