summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-22 13:51:53 +0200
committerNoel Grandin <noel@peralex.com>2013-08-29 09:29:58 +0200
commit55235ae7676f2e332862084bde32f7b8356a7835 (patch)
treeea2e6f7e317d274090b1b29e7d2bc85758f02c1c /include
parentef7ccbbf1f639ef7762a5c2de41a06826efbab25 (diff)
convert include/sfx2/templdlg.hxx from String to OUString
Change-Id: I6ed30c25ecd2273f297a8d18efd9e8a8b9ac701e
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/templdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/templdlg.hxx b/include/sfx2/templdlg.hxx
index 9cee34ddae26..68dcf15171ee 100644
--- a/include/sfx2/templdlg.hxx
+++ b/include/sfx2/templdlg.hxx
@@ -36,7 +36,7 @@ class ISfxTemplateCommon
{
public:
virtual SfxStyleFamily GetActualFamily() const = 0;
- virtual String GetSelectedEntry() const = 0;
+ virtual OUString GetSelectedEntry() const = 0;
protected:
~ISfxTemplateCommon() {}