diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2013-06-13 22:07:41 +0200 |
---|---|---|
committer | Noel Power <noel.power@suse.com> | 2013-06-18 08:11:58 +0000 |
commit | 8956854d8e7294b41e65d5aacbc43e11d1795711 (patch) | |
tree | d9d87ffd48d048ddc46fbb34181c3c2c50243981 /include/svx/postattr.hxx | |
parent | 66a0713dc9c676182fcd7aa1e21f8dc25c05be5e (diff) |
String to OUString (SfxStringItem and related)
Change-Id: I390413e9ff3efee720a6423fb8695b4c655d7efa
Reviewed-on: https://gerrit.libreoffice.org/4280
Reviewed-by: Noel Power <noel.power@suse.com>
Tested-by: Noel Power <noel.power@suse.com>
Diffstat (limited to 'include/svx/postattr.hxx')
-rw-r--r-- | include/svx/postattr.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/postattr.hxx b/include/svx/postattr.hxx index 9bdd2698551e..de11b545d505 100644 --- a/include/svx/postattr.hxx +++ b/include/svx/postattr.hxx @@ -37,7 +37,7 @@ public: SvxPostItAuthorItem( sal_uInt16 nWhich ); - SvxPostItAuthorItem( const String& rAuthor, sal_uInt16 nWhich ); + SvxPostItAuthorItem( const OUString& rAuthor, sal_uInt16 nWhich ); virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres, SfxMapUnit eCoreMetric, SfxMapUnit ePresMetric, @@ -68,7 +68,7 @@ public: SvxPostItDateItem( sal_uInt16 nWhich ); - SvxPostItDateItem( const String& rDate, sal_uInt16 nWhich ); + SvxPostItDateItem( const OUString& rDate, sal_uInt16 nWhich ); virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres, SfxMapUnit eCoreMetric, SfxMapUnit ePresMetric, @@ -99,7 +99,7 @@ public: SvxPostItTextItem( sal_uInt16 nWhich ); - SvxPostItTextItem( const String& rText, sal_uInt16 nWhich ); + SvxPostItTextItem( const OUString& rText, sal_uInt16 nWhich ); // "pure virtual methods" from SfxPoolItem virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres, SfxMapUnit eCoreMetric, |