diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-17 15:53:18 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-11-18 06:50:40 +0000 |
commit | 7f5c879310ce5add04a7f5d84c9a55e9ffbb5855 (patch) | |
tree | e5bf1857d14cc1e1a02c62e36e1468f399a81000 /unotools/source/config/searchopt.cxx | |
parent | 21c5ff1287c05e24d5cc2b6100866e6992ff8381 (diff) |
com::sun::star->css in unotools/
Change-Id: Ie36efe4abe7f5c505f564147eb52e0222c1ce955
Reviewed-on: https://gerrit.libreoffice.org/20019
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'unotools/source/config/searchopt.cxx')
-rw-r--r-- | unotools/source/config/searchopt.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/config/searchopt.cxx b/unotools/source/config/searchopt.cxx index 5f8cda2be5b9..6c1a2b34f19e 100644 --- a/unotools/source/config/searchopt.cxx +++ b/unotools/source/config/searchopt.cxx @@ -59,7 +59,7 @@ public: SvtSearchOptions_Impl(); virtual ~SvtSearchOptions_Impl(); - virtual void Notify( const com::sun::star::uno::Sequence< OUString >& aPropertyNames ) override; + virtual void Notify( const css::uno::Sequence< OUString >& aPropertyNames ) override; bool GetFlag( sal_uInt16 nOffset ) const; void SetFlag( sal_uInt16 nOffset, bool bVal ); |