summaryrefslogtreecommitdiff
path: root/include/sfx2/tplpitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/tplpitem.hxx')
-rw-r--r--include/sfx2/tplpitem.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sfx2/tplpitem.hxx b/include/sfx2/tplpitem.hxx
index b7065b2d60a7..8d325d5fd179 100644
--- a/include/sfx2/tplpitem.hxx
+++ b/include/sfx2/tplpitem.hxx
@@ -41,9 +41,9 @@ public:
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const override;
virtual bool operator==( const SfxPoolItem& ) const override;
- virtual sal_uInt8 GetFlagCount() 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 sal_uInt8 GetFlagCount() const 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;
};
#endif