summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-07-06 11:44:27 +0000
committerRüdiger Timm <rt@openoffice.org>2007-07-06 11:44:27 +0000
commitda2905274b7db6f207728ccfbaa301b1856a12ad (patch)
tree16b0fb0b14ccf8fa6c757b6b7bee603da7d38f21
parent747b10eafe1ff4de14e10a8eef9c7abe00c59c5e (diff)
INTEGRATION: CWS dr55 (1.23.82); FILE MERGED
2007/06/20 19:30:41 er 1.23.82.1: #i78630# remove MacOS9 specifics
-rw-r--r--sc/source/ui/inc/gridwin.hxx12
1 files changed, 3 insertions, 9 deletions
diff --git a/sc/source/ui/inc/gridwin.hxx b/sc/source/ui/inc/gridwin.hxx
index c271369defb9..bfa70ef6acc6 100644
--- a/sc/source/ui/inc/gridwin.hxx
+++ b/sc/source/ui/inc/gridwin.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: gridwin.hxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: hr $ $Date: 2007-06-26 11:50:31 $
+ * last change: $Author: rt $ $Date: 2007-07-06 12:44:27 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -44,12 +44,7 @@
#include <svtools/transfer.hxx>
#endif
-// nur auf dem MAC Auto-Filter per Popup
-#ifdef MAC
-#define AUTOFILTER_POPUP
-#else
#undef AUTOFILTER_POPUP
-#endif
#ifndef SC_VIEWUTIL_HXX
#include "viewutil.hxx"
@@ -410,8 +405,7 @@ public:
void InvertSimple( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2,
BOOL bTestMerge = FALSE, BOOL bRepeat = FALSE );
- void DrawDragRect( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2,
- BOOL bMarkDrop = TRUE );
+ void DrawDragRect( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2 );
void DrawRefMark( SCCOL nRefStartX, SCROW nRefStartY,
SCCOL nRefEndX, SCROW nRefEndY,