diff options
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 8da51064ba4b..8e5c68df7020 100644 --- a/include/editeng/pmdlitem.hxx +++ b/include/editeng/pmdlitem.hxx @@ -49,8 +49,8 @@ public: SfxMapUnit ePresMetric, OUString &rText, const IntlWrapper * = 0 ) const override; - virtual bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const override; - virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId ) override; + virtual bool QueryValue( css::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const override; + virtual bool PutValue( const css::uno::Any& rVal, sal_uInt8 nMemberId ) override; }; inline SvxPageModelItem::SvxPageModelItem( sal_uInt16 nWh ) |