diff options
author | Noel Grandin <noel@peralex.com> | 2013-09-06 15:39:24 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-09-11 09:45:31 +0200 |
commit | 15c9ed6bd3045f281ffdd30f6af638e554bbb07d (patch) | |
tree | 64fd8408bf251fd2bd0bbb9176f1f693c32027e0 /include/editeng/pmdlitem.hxx | |
parent | 0f9976f9cea73cf57ae8441c840523bbcd1655fc (diff) |
convert include/editeng/pmdlitem.hxx from String to OUString
Change-Id: Ieb1dc1b3ad2002ef564f885e13a172f03d191a94
Diffstat (limited to 'include/editeng/pmdlitem.hxx')
-rw-r--r-- | include/editeng/pmdlitem.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/pmdlitem.hxx b/include/editeng/pmdlitem.hxx index 55fee950d8f0..9c78e3fa6163 100644 --- a/include/editeng/pmdlitem.hxx +++ b/include/editeng/pmdlitem.hxx @@ -38,7 +38,7 @@ public: TYPEINFO(); explicit inline SvxPageModelItem( sal_uInt16 nWh ); - inline SvxPageModelItem( const String& rModel, sal_Bool bA /*= sal_False*/, + inline SvxPageModelItem( const OUString& rModel, sal_Bool bA /*= sal_False*/, sal_uInt16 nWh ); inline SvxPageModelItem& operator=( const SvxPageModelItem& rModel ); @@ -60,7 +60,7 @@ inline SvxPageModelItem::SvxPageModelItem( sal_uInt16 nWh ) SetWhich( nWh ); } -inline SvxPageModelItem::SvxPageModelItem( const String& rModel, sal_Bool bA, +inline SvxPageModelItem::SvxPageModelItem( const OUString& rModel, sal_Bool bA, sal_uInt16 nWh ) : SfxStringItem( nWh, rModel ), bAuto( bA ) |