diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-07-01 12:08:57 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-07-01 12:08:57 +0000 |
commit | c0b52b3e622f4f6add8a913b31d0477c045eb088 (patch) | |
tree | df73bab7916fdb729895735d477ab737bdc0bb1b /framework | |
parent | 07b379ee08472989397db0710cedb43e3d6490e4 (diff) |
INTEGRATION: CWS memory01 (1.20.26); FILE MERGED
2005/06/02 11:59:18 cd 1.20.26.1: #i50236# Remove layout manager as listener before ui configuration manager references are cleared
Diffstat (limited to 'framework')
-rw-r--r-- | framework/inc/services/layoutmanager.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/framework/inc/services/layoutmanager.hxx b/framework/inc/services/layoutmanager.hxx index 574b61a6f8fa..6ed6178f826a 100644 --- a/framework/inc/services/layoutmanager.hxx +++ b/framework/inc/services/layoutmanager.hxx @@ -2,9 +2,9 @@ * * $RCSfile: layoutmanager.hxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: obo $ $Date: 2005-04-18 10:26:30 $ + * last change: $Author: kz $ $Date: 2005-07-01 13:08:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -476,6 +476,7 @@ namespace framework void implts_setElementData( UIElement& rUIElement, const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XDockableWindow >& rDockWindow ); void implts_sortUIElements(); void implts_destroyElements(); + void implts_destroyDockingAreaWindows(); void implts_createAddonsToolBars(); void implts_createCustomToolBars(); void implts_createNonContextSensitiveToolBars(); |