summaryrefslogtreecommitdiff
path: root/sc/inc/column.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2002-11-07 12:06:40 +0000
committerNiklas Nebel <nn@openoffice.org>2002-11-07 12:06:40 +0000
commit15c3619fd3ada547161f8da106d55b48467dac43 (patch)
tree6a165d395628b4e18527cb7c1247ed35b8aa9264 /sc/inc/column.hxx
parenta24ad149bbf3ca7dc4e40327382ad4aca13ebeac (diff)
#104181# remove ATTR_MERGE from inserted column
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r--sc/inc/column.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index ad061ef29c08..5cdcdca5c4ee 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: column.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: nn $ $Date: 2002-10-10 16:55:05 $
+ * last change: $Author: nn $ $Date: 2002-11-07 13:06:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -365,6 +365,7 @@ public:
BOOL ApplyFlags( USHORT nStartRow, USHORT nEndRow, INT16 nFlags );
BOOL RemoveFlags( USHORT nStartRow, USHORT nEndRow, INT16 nFlags );
+ void ClearItems( USHORT nStartRow, USHORT nEndRow, const USHORT* pWhich );
void RemoveProtected( USHORT nStartRow, USHORT nEndRow );