summaryrefslogtreecommitdiff
path: root/sc/inc/detfunc.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-09-08 12:41:12 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-09-08 12:41:12 +0000
commit959011ceff4b61abb6f806955c30b5839e18726e (patch)
treeb648f9f6f770c757c1c8c05e5c6f8aadaf674338 /sc/inc/detfunc.hxx
parent73672e0761de00e9d24411cc549a01c7f33c5e1c (diff)
INTEGRATION: CWS dr12 (1.6.280); FILE MERGED
2004/07/29 10:19:47 sab 1.6.280.3: #i21253#; fix merge problems 2004/07/26 22:42:30 sab 1.6.280.2: RESYNC: (1.6-1.7); FILE MERGED 2004/04/19 17:50:50 jmarmion 1.6.280.1: #i25335,i26291# note sizing and text box enhancements.
Diffstat (limited to 'sc/inc/detfunc.hxx')
-rw-r--r--sc/inc/detfunc.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/detfunc.hxx b/sc/inc/detfunc.hxx
index 7b9d4eab6a18..3d2525129af1 100644
--- a/sc/inc/detfunc.hxx
+++ b/sc/inc/detfunc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: detfunc.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: obo $ $Date: 2004-06-04 10:06:55 $
+ * last change: $Author: hr $ $Date: 2004-09-08 13:41:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -107,7 +107,6 @@ class ScDetectiveFunc
ScDocument* pDoc;
SCTAB nTab;
- Point GetDrawPos( SCCOL nCol, SCROW nRow, BOOL bArrow );
BOOL HasArrow( const ScAddress& rStart,
SCCOL nEndCol, SCROW nEndRow, SCTAB nEndTab );
@@ -161,6 +160,7 @@ class ScDetectiveFunc
public:
ScDetectiveFunc(ScDocument* pDocument, SCTAB nTable) : pDoc(pDocument),nTab(nTable) {}
+ Point GetDrawPos( SCCOL nCol, SCROW nRow, BOOL bArrow );
BOOL ShowSucc( SCCOL nCol, SCROW nRow );
BOOL ShowPred( SCCOL nCol, SCROW nRow );
BOOL ShowError( SCCOL nCol, SCROW nRow );