diff options
Diffstat (limited to 'include/editeng/xmlcnitm.hxx')
-rw-r--r-- | include/editeng/xmlcnitm.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/xmlcnitm.hxx b/include/editeng/xmlcnitm.hxx index 18986a5f8450..c0f104e75ba7 100644 --- a/include/editeng/xmlcnitm.hxx +++ b/include/editeng/xmlcnitm.hxx @@ -51,8 +51,8 @@ public: virtual sal_uInt16 GetVersion( sal_uInt16 nFileFormatVersion ) 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; virtual SfxPoolItem *Clone( SfxItemPool * = 0) const override { return new SvXMLAttrContainerItem( *this ); } |