summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-27 12:50:23 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-27 12:50:23 +0000
commitbe183c9237e4a4f4163dc93d3c8df23280ed2641 (patch)
tree1f6f456208ddadc645c28ed5933adcbca78e3c5a
parentb53e29c19280038a0c758b411995bbe46518c850 (diff)
INTEGRATION: CWS calcwarnings (1.26.50); FILE MERGED
2006/12/12 17:03:30 nn 1.26.50.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:46 nn 1.26.50.1: #i69284# warning-free: ui, wntmsci10
-rw-r--r--sc/source/ui/view/drawvie4.cxx14
1 files changed, 6 insertions, 8 deletions
diff --git a/sc/source/ui/view/drawvie4.cxx b/sc/source/ui/view/drawvie4.cxx
index c593fed2b..400e142b7 100644
--- a/sc/source/ui/view/drawvie4.cxx
+++ b/sc/source/ui/view/drawvie4.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: drawvie4.cxx,v $
*
- * $Revision: 1.26 $
+ * $Revision: 1.27 $
*
- * last change: $Author: obo $ $Date: 2006-10-13 11:37:00 $
+ * last change: $Author: vg $ $Date: 2007-02-27 13:50:23 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -161,8 +161,6 @@ BOOL ScDrawView::BeginDrag( Window* pWindow, const Point& rStartPos )
if ( AreObjectsMarked() )
{
- ScModule* pScMod = SC_MOD();
-
BrkAction();
Rectangle aMarkedRect = GetAllMarkedRect();
@@ -325,10 +323,10 @@ void ScDrawView::SetMarkedOriginalSize()
{
// Pixel-Korrektur beruecksichtigen, damit Bitmap auf dem Bildschirm stimmt
- Fraction aScaleX, aScaleY;
- CalcNormScale( aScaleX, aScaleY );
- aDestMap.SetScaleX(aScaleX);
- aDestMap.SetScaleY(aScaleY);
+ Fraction aNormScaleX, aNormScaleY;
+ CalcNormScale( aNormScaleX, aNormScaleY );
+ aDestMap.SetScaleX(aNormScaleX);
+ aDestMap.SetScaleY(aNormScaleY);
}
if (pViewData)
{