summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog/svxruler.cxx
diff options
context:
space:
mode:
authorPeter Burow <pb@openoffice.org>2001-08-27 12:43:19 +0000
committerPeter Burow <pb@openoffice.org>2001-08-27 12:43:19 +0000
commitccd9f160b1fe246b438bd82b88f11d105d67ed7c (patch)
tree63bc3b9faf786032ef9ade521b3e51b4cccf5e31 /svx/source/dialog/svxruler.cxx
parent#91574# +"text-overlap" for chart axis texts (diff)
downloadcore-ccd9f160b1fe246b438bd82b88f11d105d67ed7c.tar.gz
core-ccd9f160b1fe246b438bd82b88f11d105d67ed7c.zip
fix: #88605# dont use OutputToScreenPixel() for Ruler-ContextMenu
Diffstat (limited to 'svx/source/dialog/svxruler.cxx')
-rw-r--r--svx/source/dialog/svxruler.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/dialog/svxruler.cxx b/svx/source/dialog/svxruler.cxx
index d705ae6671ac..ad35054c7911 100644
--- a/svx/source/dialog/svxruler.cxx
+++ b/svx/source/dialog/svxruler.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svxruler.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: os $ $Date: 2001-07-16 09:08:33 $
+ * last change: $Author: pb $ $Date: 2001-08-27 13:43:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -3215,7 +3215,7 @@ void SvxRuler::Command( const CommandEvent& rCEvt )
aMenu.CheckItem(i+1, i == pTabs[pRuler_Imp->nIdx+TAB_GAP].nStyle);
aDev.SetOutputSize(aSz); // device loeschen
}
- aMenu.Execute( this, OutputToScreenPixel(rCEvt.GetMousePosPixel()));
+ aMenu.Execute( this, rCEvt.GetMousePosPixel() );
}
else
{
@@ -3229,7 +3229,7 @@ void SvxRuler::Command( const CommandEvent& rCEvt )
const USHORT nId = aMenu.GetItemId(i);
aMenu.CheckItem(nId, nId == (USHORT)eUnit);
}
- aMenu.Execute( this, OutputToScreenPixel(rCEvt.GetMousePosPixel()));
+ aMenu.Execute( this, rCEvt.GetMousePosPixel() );
}
}
else