summaryrefslogtreecommitdiff
path: root/framework/inc/uielement/statusbarmanager.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-17 13:57:15 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-17 13:57:15 +0000
commit71398ac2c788177f03cb6c4d4925bd33ea4fb8f7 (patch)
tree7a18c549347ae4d2277fe3c09318c2d59483b97d /framework/inc/uielement/statusbarmanager.hxx
parent4d6e70c07171a7a5bf187523e76983b7850d32ab (diff)
INTEGRATION: CWS dba18 (1.2.26); FILE MERGED
2004/10/20 08:32:29 cd 1.2.26.1: #i35848# Added implementation for a status bar controller factory
Diffstat (limited to 'framework/inc/uielement/statusbarmanager.hxx')
-rw-r--r--framework/inc/uielement/statusbarmanager.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/inc/uielement/statusbarmanager.hxx b/framework/inc/uielement/statusbarmanager.hxx
index 8053f5e75f61..7a2ffa5a144b 100644
--- a/framework/inc/uielement/statusbarmanager.hxx
+++ b/framework/inc/uielement/statusbarmanager.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: statusbarmanager.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Date: 2004-09-09 17:07:40 $
+ * last change: $Author: obo $ $Date: 2004-11-17 14:57:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -196,7 +196,7 @@ class StatusBarManager : public ::com::sun::star::frame::XFrameActionListener
StatusBarControllerVector m_aControllerVector;
::cppu::OMultiTypeInterfaceContainerHelper m_aListenerContainer; /// container for ALL Listener
::com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory > m_xServiceManager;
- ::com::sun::star::uno::Reference< ::drafts::com::sun::star::frame::XUIControllerRegistration > m_xStatusBarControllerRegistration;
+ ::com::sun::star::uno::Reference< ::drafts::com::sun::star::frame::XUIControllerRegistration > m_xStatusbarControllerRegistration;
};
}