diff options
Diffstat (limited to 'include/editeng/frmdiritem.hxx')
-rw-r--r-- | include/editeng/frmdiritem.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/frmdiritem.hxx b/include/editeng/frmdiritem.hxx index 811cae23eedc..f676fe9c95fe 100644 --- a/include/editeng/frmdiritem.hxx +++ b/include/editeng/frmdiritem.hxx @@ -53,8 +53,8 @@ public: 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 SvxFrameDirectionItem& operator=( const SvxFrameDirectionItem& rItem ) { |