summaryrefslogtreecommitdiffstats
path: root/include/sfx2/tplpitem.hxx
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 /include/sfx2/tplpitem.hxx
parentconvert include/sfx2/unoctitm.cxx from String to OUString (diff)
downloadcore-48ee66ae5e54d3afd85747edea0f0efa1abf2a79.tar.gz
core-48ee66ae5e54d3afd85747edea0f0efa1abf2a79.zip
convert include/sfx2/tplpitem.hxx from String to OUString
Change-Id: Idcacda16e53c0abf55c59638951c5f58c0ece4aa
Diffstat (limited to 'include/sfx2/tplpitem.hxx')
-rw-r--r--include/sfx2/tplpitem.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sfx2/tplpitem.hxx b/include/sfx2/tplpitem.hxx
index 58f0618443ae..93278038fec5 100644
--- a/include/sfx2/tplpitem.hxx
+++ b/include/sfx2/tplpitem.hxx
@@ -28,16 +28,16 @@
class SFX2_DLLPUBLIC SfxTemplateItem: public SfxFlagItem
{
- String aStyle;
+ OUString aStyle;
public:
TYPEINFO();
SfxTemplateItem();
SfxTemplateItem( sal_uInt16 nWhich,
- const String &rStyle,
+ const OUString &rStyle,
sal_uInt16 nMask = SFXSTYLEBIT_ALL );
SfxTemplateItem( const SfxTemplateItem& );
- const String& GetStyleName() const { return aStyle; }
+ const OUString& GetStyleName() const { return aStyle; }
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
virtual int operator==( const SfxPoolItem& ) const;