summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-21 08:50:16 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-21 08:50:16 +0000
commit9f24257555568d528176468c3a35c0c6516da0b5 (patch)
tree541a6db4571ea09857a83c82f52dd3c2f02fd219
parent974edc4b73bb4ccc2c617626b09c14bf8ad23eb3 (diff)
INTEGRATION: CWS fwkperf01 (1.10.22); FILE MERGED
2005/01/12 15:08:49 cd 1.10.22.1: #i37617# Improve performance switching Impress Views
-rw-r--r--framework/inc/services/layoutmanager.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/inc/services/layoutmanager.hxx b/framework/inc/services/layoutmanager.hxx
index d6f88d01331e..77240f74f040 100644
--- a/framework/inc/services/layoutmanager.hxx
+++ b/framework/inc/services/layoutmanager.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: layoutmanager.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: obo $ $Date: 2004-11-17 13:14:59 $
+ * last change: $Author: kz $ $Date: 2005-01-21 09:50:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -439,6 +439,8 @@ namespace framework
void implts_clearMenuBarCloser();
void implts_setMenuBarCloser( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener >& StatusListener );
void implts_updateMenuBarClose();
+ void implts_lock();
+ sal_Bool implts_unlock();
sal_Bool implts_findElement( const rtl::OUString& aName, rtl::OUString& aElementType, rtl::OUString& aElementName, ::com::sun::star::uno::Reference< drafts::com::sun::star::ui::XUIElement >& xSettings );
sal_Bool implts_findElement( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& xUIElement, UIElement& aElementData );