summaryrefslogtreecommitdiff
path: root/framework/source/classes/framecontainer.cxx
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2011-03-29 22:09:35 +0200
committerChristina Rossmanith <ChrRossmanith@web.de>2011-03-29 22:10:18 +0200
commit1c9e7d47bef1aeb53cb74a8b24cff33ab5fbc692 (patch)
tree4a51efe48b8563e5f8f7934a64e85a8aa8094464 /framework/source/classes/framecontainer.cxx
parent151837450c0bb64ea9e1738d2d3086d823aebd77 (diff)
Remove commented code in libs-core/framework
Diffstat (limited to 'framework/source/classes/framecontainer.cxx')
-rwxr-xr-xframework/source/classes/framecontainer.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/framework/source/classes/framecontainer.cxx b/framework/source/classes/framecontainer.cxx
index 3a10bad37fa6..ebbd632e2f70 100755
--- a/framework/source/classes/framecontainer.cxx
+++ b/framework/source/classes/framecontainer.cxx
@@ -153,12 +153,6 @@ void FrameContainer::remove( const css::uno::Reference< css::frame::XFrame >& xF
// We don't need the write lock any longer ...
// downgrade to read access.
aWriteLock.downgrade();
-/*DEPRECATEME
- // If last frame was removed and special quit mode is enabled by the desktop
- // we must terminate the application by using this asynchronous callback!
- if (m_aContainer.size()<1 && m_bAsyncQuit)
- m_aAsyncCall.Post(0);
-*/
}
aWriteLock.unlock();
@@ -204,12 +198,6 @@ void FrameContainer::clear()
// Its an reference to a valid container-item.
// But no container item => no active frame!
m_xActiveFrame = css::uno::Reference< css::frame::XFrame >();
-/*DEPRECATEME
- // If special quit mode is used - we must terminate the desktop.
- // He is the owner of this container and can't work without any visible tasks/frames!
- if (m_bAsyncQuit)
- m_aAsyncCall.Post(0);
-*/
aWriteLock.unlock();
// } SAFE