summaryrefslogtreecommitdiff
path: root/include/comphelper/componentbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/componentbase.hxx')
-rw-r--r--include/comphelper/componentbase.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/comphelper/componentbase.hxx b/include/comphelper/componentbase.hxx
index 7881ae4de5e0..349e6c648641 100644
--- a/include/comphelper/componentbase.hxx
+++ b/include/comphelper/componentbase.hxx
@@ -100,8 +100,8 @@ namespace comphelper
The default implementation returns <NULL/>.
*/
- ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >
- getComponent() const;
+ static ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >
+ getComponent();
private:
::cppu::OBroadcastHelper& m_rBHelper;