summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorelixir <prashant3.yishu@gmail.com>2013-02-21 03:54:57 +0530
committerEike Rathke <erack@redhat.com>2013-02-28 01:25:40 +0000
commit9133cc452c9e473164755a2177b7a2285c09cb22 (patch)
tree1c4702c283e2af4b1d6043bba8f8c8ad1442376c /sc
parent664a49160c927f1d6ad740455a7e27c7f352cbae (diff)
fdo#38838,UniString,String_to_OUString
Change-Id: I024a2de18fe3c22be0860b62a862ede992e12c1e Reviewed-on: https://gerrit.libreoffice.org/2303 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/styleuno.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/styleuno.hxx b/sc/inc/styleuno.hxx
index 71d01da90074..21f3d380bdc4 100644
--- a/sc/inc/styleuno.hxx
+++ b/sc/inc/styleuno.hxx
@@ -215,7 +215,7 @@ private:
const SfxItemPropertySet* pPropSet;
ScDocShell* pDocShell;
SfxStyleFamily eFamily; // Family
- String aStyleName;
+ OUString aStyleName;
SfxStyleSheetBase* GetStyle_Impl();
const SfxItemSet* GetStyleItemSet_Impl( const ::rtl::OUString& rPropName, const SfxItemPropertySimpleEntry*& rpEntry );