diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-19 12:51:29 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-10-20 07:05:25 +0000 |
commit | 1b62841b1859ae3443e2bf1ebe99ec3d6afb6cc2 (patch) | |
tree | e3b7af8a34c55d7aad95752ad5d642a271523d08 /include/comphelper/componentbase.hxx | |
parent | b1659c95b0620cfd1291f889eae767757f696ae1 (diff) |
com::sun::star->css in include/comphelper
Change-Id: Ice569b724732da1fd67a18a4ccf2f92f530cd689
Reviewed-on: https://gerrit.libreoffice.org/19459
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/comphelper/componentbase.hxx')
-rw-r--r-- | include/comphelper/componentbase.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/comphelper/componentbase.hxx b/include/comphelper/componentbase.hxx index 94182497e88b..839c6e7bd576 100644 --- a/include/comphelper/componentbase.hxx +++ b/include/comphelper/componentbase.hxx @@ -37,7 +37,7 @@ namespace comphelper /** creates a ComponentBase instance The instance is not initialized. As a consequence, every ComponentMethodGuard instantiated for - this component will throw a com::sun::star::lang::NotInitializedException, + this component will throw a css::lang::NotInitializedException, until ->setInitialized() is called. */ ComponentBase( ::cppu::OBroadcastHelper& _rBHelper ) @@ -100,7 +100,7 @@ namespace comphelper The default implementation returns <NULL/>. */ - static ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > + static css::uno::Reference< css::uno::XInterface > getComponent(); private: |