summaryrefslogtreecommitdiff
path: root/framework/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-03-15 08:35:06 +0000
committerOliver Bolte <obo@openoffice.org>2005-03-15 08:35:06 +0000
commit1f3bcf36ab141a2a2a458cdbf6120287c27d230a (patch)
treeae1a343270a87a1732808f28fc93da9fe83d5535 /framework/source
parent9bf7cc885a9b234b2c621d7f9a4c3b7bb87e00cc (diff)
INTEGRATION: CWS toolbars4 (1.8.8); FILE MERGED
2005/03/08 14:32:05 cd 1.8.8.1: #i44463# Context sensitive toolbars should only be closed temporary
Diffstat (limited to 'framework/source')
-rw-r--r--framework/source/uielement/toolbarsmenucontroller.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/uielement/toolbarsmenucontroller.cxx b/framework/source/uielement/toolbarsmenucontroller.cxx
index 519191970fc8..cff06927381a 100644
--- a/framework/source/uielement/toolbarsmenucontroller.cxx
+++ b/framework/source/uielement/toolbarsmenucontroller.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: toolbarsmenucontroller.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: kz $ $Date: 2005-03-01 19:44:46 $
+ * last change: $Author: obo $ $Date: 2005-03-15 09:35:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -687,7 +687,7 @@ void SAL_CALL ToolbarsMenuController::select( const css::awt::MenuEvent& rEvent
xLayoutManager->showElement( aToolBarResName );
}
else
- xLayoutManager->hideElement( aToolBarResName );
+ xLayoutManager->destroyElement( aToolBarResName );
}
}
}