summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/source/ui/inc/dbdocfun.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/dbdocfun.hxx b/sc/source/ui/inc/dbdocfun.hxx
index 4ecfaa42bd72..1f0ea13e9bf7 100644
--- a/sc/source/ui/inc/dbdocfun.hxx
+++ b/sc/source/ui/inc/dbdocfun.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dbdocfun.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2004-02-03 20:33:41 $
+ * last change: $Author: hr $ $Date: 2004-04-13 12:31:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -154,7 +154,7 @@ public:
BOOL RepeatDB( const String& rDBName, BOOL bRecord, BOOL bApi );
BOOL DataPilotUpdate( ScDPObject* pOldObj, const ScDPObject* pNewObj,
- BOOL bRecord, BOOL bApi );
+ BOOL bRecord, BOOL bApi, BOOL bAllowMove = FALSE );
};