summaryrefslogtreecommitdiff
path: root/include/svl/rectitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/rectitem.hxx')
-rw-r--r--include/svl/rectitem.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svl/rectitem.hxx b/include/svl/rectitem.hxx
index f94215b94d8e..5031f0732f53 100644
--- a/include/svl/rectitem.hxx
+++ b/include/svl/rectitem.hxx
@@ -49,9 +49,9 @@ public:
virtual SvStream& Store(SvStream &, sal_uInt16 nItemVersion) const override;
const Rectangle& GetValue() const { return aVal; }
- virtual bool QueryValue( com::sun::star::uno::Any& rVal,
+ virtual bool QueryValue( css::uno::Any& rVal,
sal_uInt8 nMemberId = 0 ) const override;
- virtual bool PutValue( const com::sun::star::uno::Any& rVal,
+ virtual bool PutValue( const css::uno::Any& rVal,
sal_uInt8 nMemberId ) override;
};