summaryrefslogtreecommitdiff
path: root/svtools/source/control/taskbar.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-07-18 07:53:53 +0000
committerOliver Bolte <obo@openoffice.org>2007-07-18 07:53:53 +0000
commit95342901a4708ba2575cd24bb0fd28b08ef9d3e0 (patch)
treec80be94e945150045bf64ef406651d1e88685774 /svtools/source/control/taskbar.cxx
parentcad75211b35f72a8e40c6fbdd995914d960aed7a (diff)
INTEGRATION: CWS fwk67 (1.5.218); FILE MERGED
2007/06/22 11:08:43 cd 1.5.218.1: #i78471# Cleanup - Remove dead code: Mac OS System 9 and earlier
Diffstat (limited to 'svtools/source/control/taskbar.cxx')
-rw-r--r--svtools/source/control/taskbar.cxx14
1 files changed, 2 insertions, 12 deletions
diff --git a/svtools/source/control/taskbar.cxx b/svtools/source/control/taskbar.cxx
index b5aa497ad31d..8a9af6c342a0 100644
--- a/svtools/source/control/taskbar.cxx
+++ b/svtools/source/control/taskbar.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: taskbar.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 14:41:33 $
+ * last change: $Author: obo $ $Date: 2007-07-18 08:53:53 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -243,11 +243,6 @@ void TaskBar::Tracking( const TrackingEvent& rTEvt )
{
Size aSize = GetOutputSizePixel();
-#ifdef MAC
- if ( !Application::IsFullScreenMode() )
- aSize.Width() -= 17;
-#endif
-
long nMouseX = rTEvt.GetMouseEvent().GetPosPixel().X()-mnMouseOff;
if ( nMouseX < 0 )
nMouseX = 0;
@@ -321,11 +316,6 @@ void TaskBar::Resize()
long nNewStatusX = -1;
long nTaskHeight = aSize.Height() - (TASKBAR_OFFY*2);
-#ifdef MAC
- if ( !Application::IsFullScreenMode() )
- aSize.Width() -= 17;
-#endif
-
if ( mnWinBits & WB_BORDER )
{
nTaskHeight -= TASKBAR_BORDER;