[Libreoffice-commits] .: sd/source

Lubos Lunak llunak at kemper.freedesktop.org
Thu Mar 29 15:58:30 PDT 2012


 sd/source/ui/view/viewshel.cxx |    8 --------
 1 file changed, 8 deletions(-)

New commits:
commit 3ddf85d391758b346fff86e8f44a6121d608c503
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Fri Mar 30 00:57:58 2012 +0200

    remove unused code

diff --git a/sd/source/ui/view/viewshel.cxx b/sd/source/ui/view/viewshel.cxx
index ff30160..6ac752e 100644
--- a/sd/source/ui/view/viewshel.cxx
+++ b/sd/source/ui/view/viewshel.cxx
@@ -815,14 +815,6 @@ void ViewShell::Resize (void)
     ArrangeGUIElements ();
     // end of included AdjustPosSizePixel.
 
-    Size aS (GetParentWindow()->GetOutputSizePixel());
-    Rectangle aCurrentVisArea (GetDocSh()->GetVisArea(ASPECT_CONTENT));
-    if (GetDocSh()->GetCreateMode() == SFX_CREATE_MODE_EMBEDDED
-        && IsMainViewShell())
-    {
-
-    }
-
     ::sd::View* pView = GetView();
 
     if (pView)


More information about the Libreoffice-commits mailing list