diff options
Diffstat (limited to 'include/comphelper/componentbase.hxx')
-rw-r--r-- | include/comphelper/componentbase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/componentbase.hxx b/include/comphelper/componentbase.hxx index 61dfe8a9d7ba..7881ae4de5e0 100644 --- a/include/comphelper/componentbase.hxx +++ b/include/comphelper/componentbase.hxx @@ -100,7 +100,7 @@ namespace comphelper The default implementation returns <NULL/>. */ - virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > + ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > getComponent() const; private: |