diff options
author | Release Engineers <releng@openoffice.org> | 2008-12-02 12:08:51 +0000 |
---|---|---|
committer | Release Engineers <releng@openoffice.org> | 2008-12-02 12:08:51 +0000 |
commit | ac1e1248de3d4cb93b23a0ca4372bf3691f65642 (patch) | |
tree | 4caa26d6e09b8bad201a4ca29d26bd2e5f62d1c7 | |
parent | 7bdbb953a6b82c99ea44171224cd1d776b12abee (diff) |
#i10000# removed extra qualification
-rw-r--r-- | reportdesign/source/ui/inc/statusbarcontroller.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/source/ui/inc/statusbarcontroller.hxx b/reportdesign/source/ui/inc/statusbarcontroller.hxx index b7c2cec50..edada8f84 100644 --- a/reportdesign/source/ui/inc/statusbarcontroller.hxx +++ b/reportdesign/source/ui/inc/statusbarcontroller.hxx @@ -57,7 +57,7 @@ namespace rptui create(::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > const & xContext); private: - void SAL_CALL OStatusbarController::dispose() throw (::com::sun::star::uno::RuntimeException); + void SAL_CALL dispose() throw (::com::sun::star::uno::RuntimeException); // XInterface DECLARE_XINTERFACE( ) // XServiceInfo |