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/pmdlitem.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/editeng/pmdlitem.hxx') diff --git a/include/editeng/pmdlitem.hxx b/include/editeng/pmdlitem.hxx index 8da51064ba4b..8e5c68df7020 100644 --- a/include/editeng/pmdlitem.hxx +++ b/include/editeng/pmdlitem.hxx @@ -49,8 +49,8 @@ public: SfxMapUnit ePresMetric, 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 SvxPageModelItem::SvxPageModelItem( sal_uInt16 nWh ) -- cgit