From e6424f14f314d2245387aa25909de03440672cdf Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 20 Oct 2015 14:31:54 +0200 Subject: com::sun::star->css in include/editeng Change-Id: I2a46f2128ef86ea0d692240b968ea52ab8e09dcc Reviewed-on: https://gerrit.libreoffice.org/19489 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/editeng/wghtitem.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/editeng/wghtitem.hxx') diff --git a/include/editeng/wghtitem.hxx b/include/editeng/wghtitem.hxx index 9b322c13f52a..70001f395766 100644 --- a/include/editeng/wghtitem.hxx +++ b/include/editeng/wghtitem.hxx @@ -52,8 +52,8 @@ public: virtual OUString GetValueTextByPos( sal_uInt16 nPos ) const override; virtual sal_uInt16 GetValueCount() 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 bool HasBoolValue() const override; virtual bool GetBoolValue() const override; -- cgit