diff options
Diffstat (limited to 'include/editeng/lineitem.hxx')
-rw-r--r-- | include/editeng/lineitem.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/lineitem.hxx b/include/editeng/lineitem.hxx index 740813323961..b9f3c904d155 100644 --- a/include/editeng/lineitem.hxx +++ b/include/editeng/lineitem.hxx @@ -46,8 +46,8 @@ public: virtual ~SvxLineItem(); SvxLineItem &operator=( const SvxLineItem& rLine ); - 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 bool operator==( const SfxPoolItem& ) const override; virtual bool GetPresentation( SfxItemPresentation ePres, SfxMapUnit eCoreMetric, |