summaryrefslogtreecommitdiffstats
path: root/include/sfx2/newstyle.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-23 13:35:09 +0200
committerNoel Grandin <noel@peralex.com>2013-08-29 09:30:03 +0200
commit8dd03a757ba178e362b34e27cd02a26921b0ef8d (patch)
treeacf70a6db2c2452042c8fc4300b834d29a84dbc3 /include/sfx2/newstyle.hxx
parentconvert include/sfx2/objface.hxx from String to OUString (diff)
downloadcore-8dd03a757ba178e362b34e27cd02a26921b0ef8d.tar.gz
core-8dd03a757ba178e362b34e27cd02a26921b0ef8d.zip
convert include/sfx2/newstyle.hxx from String to OUString
Change-Id: I61fadaa12f1c8f70dc6a69eadbdded069de0ba88
Diffstat (limited to 'include/sfx2/newstyle.hxx')
-rw-r--r--include/sfx2/newstyle.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/newstyle.hxx b/include/sfx2/newstyle.hxx
index 2c7999f9923c..958439636db8 100644
--- a/include/sfx2/newstyle.hxx
+++ b/include/sfx2/newstyle.hxx
@@ -48,7 +48,7 @@ public:
SfxNewStyleDlg( Window* pParent, SfxStyleSheetBasePool& );
~SfxNewStyleDlg();
- String GetName() const { return comphelper::string::stripStart(aColBox.GetText(), ' '); }
+ OUString GetName() const { return comphelper::string::stripStart(aColBox.GetText(), ' '); }
};
#endif