diff options
-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 ) |