summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/ViewShellManager.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-12-09 15:13:14 +0000
committerKurt Zenker <kz@openoffice.org>2004-12-09 15:13:14 +0000
commitddb5f77c24d775ade835e8882a2d7c54ddbba61f (patch)
tree02e26997d8e47e6e6a7396967a5d9cef280da5f8 /sd/source/ui/view/ViewShellManager.cxx
parent8de3dcc827945aed6b7707f19d6ae4d4cff5764d (diff)
INTEGRATION: CWS impress22 (1.6.2); FILE MERGED
2004/12/06 13:14:48 af 1.6.2.1: #i38327# Fixed merge problem.
Diffstat (limited to 'sd/source/ui/view/ViewShellManager.cxx')
-rwxr-xr-xsd/source/ui/view/ViewShellManager.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/sd/source/ui/view/ViewShellManager.cxx b/sd/source/ui/view/ViewShellManager.cxx
index c43b480209c6..de5d9c93c765 100755
--- a/sd/source/ui/view/ViewShellManager.cxx
+++ b/sd/source/ui/view/ViewShellManager.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ViewShellManager.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hr $ $Date: 2004-11-26 15:07:07 $
+ * last change: $Author: kz $ $Date: 2004-12-09 16:13:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -347,9 +347,6 @@ void ViewShellManager::MoveToTop (const ViewShell* pShell)
ViewShell* pNonConstViewShell = aI->mpViewShell;
ShellId nId = aI->mnId;
mpActiveViewShells->erase (aI);
- mpActiveViewShells->insert(
- mpActiveViewShells->begin(),
- ActiveShellDescriptor(pNonConstViewShell,nId));
// Find out whether to insert at the top or one below.
ActiveShellList::iterator aInsertPosition (