summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/itemwin.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-07-12 09:57:34 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-07-12 09:57:34 +0000
commitaf75f2f762a61eed30da0d46d6e34a047af1a307 (patch)
treeeea1b00f0c29ab83a1b6f6f69d6f1686f23140e3 /svx/source/tbxctrls/itemwin.cxx
parentcc5520d428f900faaf400053ad994c313b2c2865 (diff)
INTEGRATION: CWS os98 (1.23.76); FILE MERGED
2007/06/18 14:24:10 os 1.23.76.1: #i78461# MAC code removed
Diffstat (limited to 'svx/source/tbxctrls/itemwin.cxx')
-rw-r--r--svx/source/tbxctrls/itemwin.cxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/svx/source/tbxctrls/itemwin.cxx b/svx/source/tbxctrls/itemwin.cxx
index 092d23398ed9..4d476f61fbc9 100644
--- a/svx/source/tbxctrls/itemwin.cxx
+++ b/svx/source/tbxctrls/itemwin.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: itemwin.cxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 19:17:21 $
+ * last change: $Author: ihi $ $Date: 2007-07-12 10:57:34 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -521,11 +521,7 @@ SvxMetricField::SvxMetricField(
{
Size aSize = Size(GetTextWidth( String::CreateFromAscii("99,99mm") ),GetTextHeight());
aSize.Width() += 20;
-#ifndef MAC
aSize.Height() += 6;
-#else
- aSize.Height() += 5;
-#endif
SetSizePixel( aSize );
aLogicalSize = PixelToLogic(aSize, MAP_APPFONT);
SetUnit( FUNIT_MM );