diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-03-30 00:57:58 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-03-30 00:57:58 +0200 |
commit | 3ddf85d391758b346fff86e8f44a6121d608c503 (patch) | |
tree | 0c742d22ce526b9549584962fde476ded9c390dc /sd | |
parent | e511a7d6390cdc0a24a33c2870a9d6bf6522267a (diff) |
remove unused code
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/view/viewshel.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sd/source/ui/view/viewshel.cxx b/sd/source/ui/view/viewshel.cxx index ff30160a347c..6ac752e15924 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) |