summaryrefslogtreecommitdiff
path: root/sc/inc/column.hxx
diff options
context:
space:
mode:
authorEike Rathke <er@openoffice.org>2002-12-05 15:00:12 +0000
committerEike Rathke <er@openoffice.org>2002-12-05 15:00:12 +0000
commita57235d6ff2173edcc482581a8764b6f3af1700a (patch)
tree12db9a1cf543669eb39a88cbb2c97a07f5ae18ee /sc/inc/column.hxx
parentee8f2faf2f6de222651b2bf2d775eba0e2a54dd8 (diff)
#98454# performance: cache style sheet usage
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r--sc/inc/column.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index 5cdcdca5c4ee..64338f2eba0f 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: column.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: nn $ $Date: 2002-11-07 13:06:13 $
+ * last change: $Author: er $ $Date: 2002-12-05 16:00:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -356,7 +356,7 @@ public:
const ScStyleSheet* GetAreaStyle( BOOL& rFound, USHORT nRow1, USHORT nRow2 ) const;
void FindStyleSheet( const SfxStyleSheetBase* pStyleSheet, BOOL* pUsed, BOOL bReset );
- BOOL IsStyleSheetUsed( const SfxStyleSheetBase& rStyle ) const;
+ BOOL IsStyleSheetUsed( const ScStyleSheet& rStyle, BOOL bGatherAllStyles ) const;
short SearchStyle( short nRow, const ScStyleSheet* pSearchStyle,
BOOL bUp, BOOL bInSelection, const ScMarkData& rMark );