diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-20 14:31:54 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-10-21 08:31:52 +0000 |
commit | e6424f14f314d2245387aa25909de03440672cdf (patch) | |
tree | c2c10e5f5d443b27fd1dc2ac78919c1f52f10baf /include/editeng/kernitem.hxx | |
parent | d47eca3cd9fdf2ff247c2f3b251a1f94761d1046 (diff) |
com::sun::star->css in include/editeng
Change-Id: I2a46f2128ef86ea0d692240b968ea52ab8e09dcc
Reviewed-on: https://gerrit.libreoffice.org/19489
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/editeng/kernitem.hxx')
-rw-r--r-- | include/editeng/kernitem.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/kernitem.hxx b/include/editeng/kernitem.hxx index 51a216ea7def..fdac1564917c 100644 --- a/include/editeng/kernitem.hxx +++ b/include/editeng/kernitem.hxx @@ -58,8 +58,8 @@ public: return *this; } - 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; }; #endif |