diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-03-04 08:27:49 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-03-04 08:27:49 +0000 |
commit | 5ff208415d36090f1db4e42926d0bf1044f0cc0f (patch) | |
tree | 5a17ec745cbcc71772d3c5899b36775bd0bf4c51 /framework/source/services | |
parent | 5586c50da904ad1ba9d5bf64da912d5d6d837ba1 (diff) |
INTEGRATION: CWS fwkpostbeta03 (1.79.50); FILE MERGED
2005/02/04 14:44:11 cd 1.79.50.2: RESYNC: (1.79-1.80); FILE MERGED
2005/02/02 16:26:03 cd 1.79.50.1: #i41894# Don't create status bar on demand - support progress bar with API
Diffstat (limited to 'framework/source/services')
-rw-r--r-- | framework/source/services/frame.cxx | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx index ba270804dfaf..0b237c3198a6 100644 --- a/framework/source/services/frame.cxx +++ b/framework/source/services/frame.cxx @@ -2,9 +2,9 @@ * * $RCSfile: frame.cxx,v $ * - * $Revision: 1.82 $ + * $Revision: 1.83 $ * - * last change: $Author: kz $ $Date: 2005-03-01 19:38:45 $ + * last change: $Author: kz $ $Date: 2005-03-04 09:27:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -715,11 +715,6 @@ void SAL_CALL Frame::initialize( const css::uno::Reference< css::awt::XWindow >& DockingAreaDefaultAcceptor* pAcceptor = new DockingAreaDefaultAcceptor(this); css::uno::Reference< css::ui::XDockingAreaAcceptor > xDockingAreaAcceptor( static_cast< ::cppu::OWeakObject* >(pAcceptor), css::uno::UNO_QUERY ); xLayoutManager->setDockingAreaAcceptor(xDockingAreaAcceptor); - - // create the status bar ... but dont show it here! -// xLayoutManager->lock(); -// xLayoutManager->createElement( DECLARE_ASCII( "private:resource/statusbar/statusbar" )); -// xLayoutManager->unlock(); } // create progress helper |