summaryrefslogtreecommitdiffstats
path: root/include/editeng/editobj.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-09 09:25:28 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-08-09 11:41:36 +0100
commit0136b4e524a50613148b7bea423f385cb5cf0e39 (patch)
tree7b77f8ef98494303527a3fafe3c0c65f29cdded9 /include/editeng/editobj.hxx
parentfdo#50436 fail if unpacking of tarball failed (diff)
downloadcore-0136b4e524a50613148b7bea423f385cb5cf0e39.tar.gz
core-0136b4e524a50613148b7bea423f385cb5cf0e39.zip
XubString->OUString
Change-Id: I888537cbaec11ef52b1e89b61f7351c6b7769819
Diffstat (limited to 'include/editeng/editobj.hxx')
-rw-r--r--include/editeng/editobj.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/editeng/editobj.hxx b/include/editeng/editobj.hxx
index 83f647533b98..570615f5e254 100644
--- a/include/editeng/editobj.hxx
+++ b/include/editeng/editobj.hxx
@@ -106,11 +106,11 @@ public:
const SfxItemSet& GetParaAttribs(sal_Int32 nPara) const;
- void GetStyleSheet(sal_Int32 nPara, String& rName, SfxStyleFamily& eFamily) const;
- void SetStyleSheet(sal_Int32 nPara, const String& rName, const SfxStyleFamily& eFamily);
+ void GetStyleSheet(sal_Int32 nPara, OUString& rName, SfxStyleFamily& eFamily) const;
+ void SetStyleSheet(sal_Int32 nPara, const OUString& rName, const SfxStyleFamily& eFamily);
bool ChangeStyleSheets(
- const XubString& rOldName, SfxStyleFamily eOldFamily, const XubString& rNewName, SfxStyleFamily eNewFamily );
- void ChangeStyleSheetName( SfxStyleFamily eFamily, const XubString& rOldName, const XubString& rNewName );
+ const OUString& rOldName, SfxStyleFamily eOldFamily, const OUString& rNewName, SfxStyleFamily eNewFamily);
+ void ChangeStyleSheetName(SfxStyleFamily eFamily, const OUString& rOldName, const OUString& rNewName);
editeng::FieldUpdater GetFieldUpdater();