summaryrefslogtreecommitdiff
path: root/svtools/source/control/valueset.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-07-18 07:54:08 +0000
committerOliver Bolte <obo@openoffice.org>2007-07-18 07:54:08 +0000
commitebee870653c619a2b7d37fc505006fa192c7cd68 (patch)
treed9de3fe8f4b7b944446c058d5a949d5b48e1561a /svtools/source/control/valueset.cxx
parent95342901a4708ba2575cd24bb0fd28b08ef9d3e0 (diff)
INTEGRATION: CWS fwk67 (1.30.42); FILE MERGED
2007/06/22 11:08:43 cd 1.30.42.1: #i78471# Cleanup - Remove dead code: Mac OS System 9 and earlier
Diffstat (limited to 'svtools/source/control/valueset.cxx')
-rw-r--r--svtools/source/control/valueset.cxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/svtools/source/control/valueset.cxx b/svtools/source/control/valueset.cxx
index 23d3342b8dc4..0eeb3bbe71da 100644
--- a/svtools/source/control/valueset.cxx
+++ b/svtools/source/control/valueset.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: valueset.cxx,v $
*
- * $Revision: 1.31 $
+ * $Revision: 1.32 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 21:26:38 $
+ * last change: $Author: obo $ $Date: 2007-07-18 08:54:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -2565,11 +2565,7 @@ BOOL ValueSet::StartDrag( const CommandEvent& rCEvt, Region& rRegion )
Select();
}
-#ifdef MAC
- Region aRegion( GetItemRect( nSelId ) );
-#else
Region aRegion;
-#endif
// Region zuweisen
rRegion = aRegion;