summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-21 17:30:24 +0200
committerNoel Grandin <noel@peralex.com>2013-08-22 10:49:34 +0200
commit48ee66ae5e54d3afd85747edea0f0efa1abf2a79 (patch)
tree37437a41726fcf9b2b5d3bb55634d0151d4bd818 /sfx2
parentf83906c04ba7e2d2416c2c5504f13efe758afcdc (diff)
convert include/sfx2/tplpitem.hxx from String to OUString
Change-Id: Idcacda16e53c0abf55c59638951c5f58c0ece4aa
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/tplpitem.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/dialog/tplpitem.cxx b/sfx2/source/dialog/tplpitem.cxx
index 438ce0827ad6..b5c8dc61afdd 100644
--- a/sfx2/source/dialog/tplpitem.cxx
+++ b/sfx2/source/dialog/tplpitem.cxx
@@ -35,7 +35,7 @@ SfxTemplateItem::SfxTemplateItem() :
SfxTemplateItem::SfxTemplateItem
(
sal_uInt16 nWhichId, // Slot-ID
- const String& rStyle, // Name of the current Styles
+ const OUString& rStyle, // Name of the current Styles
sal_uInt16 nValue // Flags for the filters of the automatic display
) : SfxFlagItem( nWhichId, nValue ),
aStyle( rStyle )