diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-20 11:02:14 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-10-21 06:36:39 +0000 |
commit | 08233bd25849cc7d5d092aa073362c7766cbcc19 (patch) | |
tree | ef27b8d8b00e531e31eea084f7cce81b6cb0bcb2 /include/cppuhelper/compbase.hxx | |
parent | d4d18b8613ab3ae38fe1ce1e3300e23ee6d42d44 (diff) |
com::sun::star->css in include/cppuhelper
Change-Id: I3d9dcd4cd756a3f0d9cedd894377a117c9dbeecc
Reviewed-on: https://gerrit.libreoffice.org/19486
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/cppuhelper/compbase.hxx')
-rw-r--r-- | include/cppuhelper/compbase.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/cppuhelper/compbase.hxx b/include/cppuhelper/compbase.hxx index 5d52aba68e22..767e302a5548 100644 --- a/include/cppuhelper/compbase.hxx +++ b/include/cppuhelper/compbase.hxx @@ -45,8 +45,8 @@ namespace osl { class Mutex; } namespace cppu { /** Implementation helper implementing interfaces - com::sun::star::uno::XInterface, com::sun::star::lang::XTypeProvider, and - com::sun::star::lang::XComponent. + css::uno::XInterface, css::lang::XTypeProvider, and + css::lang::XComponent. Like WeakComponentImplHelper, but does not define XComponent::add/removeEventListener. Use for classes deriving from multiple @@ -99,8 +99,8 @@ public: }; /** Implementation helper implementing interfaces - com::sun::star::uno::XInterface, com::sun::star::lang::XTypeProvider, and - com::sun::star::lang::XComponent. + css::uno::XInterface, css::lang::XTypeProvider, and + css::lang::XComponent. Upon disposing objects of this class, sub-classes receive a disposing() call. |