summaryrefslogtreecommitdiff
path: root/sc/inc/attarray.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/attarray.hxx
parentee8f2faf2f6de222651b2bf2d775eba0e2a54dd8 (diff)
#98454# performance: cache style sheet usage
Diffstat (limited to 'sc/inc/attarray.hxx')
-rw-r--r--sc/inc/attarray.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/attarray.hxx b/sc/inc/attarray.hxx
index 57698c450b47..7030d2b52c6d 100644
--- a/sc/inc/attarray.hxx
+++ b/sc/inc/attarray.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: attarray.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: er $ $Date: 2001-11-05 12:16:00 $
+ * 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
@@ -182,7 +182,7 @@ public:
BOOL RemoveAreaMerge( USHORT nStartRow, USHORT nEndRow );
void FindStyleSheet( const SfxStyleSheetBase* pStyleSheet, BOOL* pUsed, BOOL bReset );
- BOOL IsStyleSheetUsed( const SfxStyleSheetBase& rStyle ) const;
+ BOOL IsStyleSheetUsed( const ScStyleSheet& rStyle, BOOL bGatherAllStyles ) const;
void DeleteAreaSafe(USHORT nStartRow, USHORT nEndRow);
void SetPatternAreaSafe( USHORT nStartRow, USHORT nEndRow,