summaryrefslogtreecommitdiff
path: root/sc/inc/detfunc.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-07-10 12:23:03 +0000
committerOliver Bolte <obo@openoffice.org>2006-07-10 12:23:03 +0000
commit5252535530c282f3ba5f41a94841213f4e4b15dc (patch)
tree8dafb3e1eadf7d623ea68cabb3b0ca0c44648cfc /sc/inc/detfunc.hxx
parent05a87f4011f674054d386a8fb724adfaf6e20739 (diff)
INTEGRATION: CWS dr48 (1.9.176); FILE MERGED
2006/05/10 10:36:50 nn 1.9.176.1: #i64441# don't rely on sheet information in ScDrawObjData from drawing objects
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 f355fa0c239b..3a5e26016488 100644
--- a/sc/inc/detfunc.hxx
+++ b/sc/inc/detfunc.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: detfunc.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 17:32:10 $
+ * last change: $Author: obo $ $Date: 2006-07-10 13:23:03 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -156,7 +156,7 @@ public:
static BOOL IsNonAlienArrow( SdrObject* pObject );
- ScDetectiveObjType GetDetectiveObjectType( SdrObject* pObject,
+ ScDetectiveObjType GetDetectiveObjectType( SdrObject* pObject, SCTAB nObjTab,
ScAddress& rPosition, ScRange& rSource, BOOL& rRedLine );
void InsertObject( ScDetectiveObjType eType, const ScAddress& rPosition,
const ScRange& rSource, BOOL bRedLine );