summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-23 14:16:26 +0200
committerNoel Grandin <noel@peralex.com>2013-08-29 09:30:04 +0200
commit92cda0a9e81663a06076b466c779381cd98b2ed3 (patch)
tree454cad78e221f99524479e017599d9e2d29b8acc /include
parente8fb35b96881ab444c00f9858396448ca10523be (diff)
convert include/sfx2/mgetempl.hxx from String to OUString
Change-Id: Iaa9e8f22df79a2cd300ce6a89592e38b20613553
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/mgetempl.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/sfx2/mgetempl.hxx b/include/sfx2/mgetempl.hxx
index 553c5bd745f3..35b573f0f4d0 100644
--- a/include/sfx2/mgetempl.hxx
+++ b/include/sfx2/mgetempl.hxx
@@ -55,13 +55,13 @@ class SfxManageStyleSheetPage : public SfxTabPage
SfxStyleSheetBase *pStyle;
SfxStyleFamilies *pFamilies;
const SfxStyleFamilyItem *pItem;
- String aBuf;
+ OUString aBuf;
sal_Bool bModified;
// initial data for the style
- String aName;
- String aFollow;
- String aParent;
+ OUString aName;
+ OUString aFollow;
+ OUString aParent;
sal_uInt16 nFlags;
private:
@@ -70,7 +70,7 @@ friend class SfxStyleDialog;
DECL_LINK( GetFocusHdl, Edit * );
DECL_LINK( LoseFocusHdl, Edit * );
- void UpdateName_Impl(ListBox *, const String &rNew);
+ void UpdateName_Impl(ListBox *, const OUString &rNew);
void SetDescriptionText_Impl();
SfxManageStyleSheetPage(Window *pParent, const SfxItemSet &rAttrSet );