summaryrefslogtreecommitdiffstats
path: root/sc/inc/filtopt.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-11-09 13:58:29 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-11-09 13:58:29 +0000
commit0a8b64e409e6d29333353657540bc680124be348 (patch)
tree9651fa5c712684354b2f4510742fd23e19c6ec9a /sc/inc/filtopt.hxx
parentINTEGRATION: CWS dr27 (1.22.6); FILE MERGED (diff)
downloadcore-0a8b64e409e6d29333353657540bc680124be348.tar.gz
core-0a8b64e409e6d29333353657540bc680124be348.zip
INTEGRATION: CWS dr27 (1.1.642); FILE MERGED
2004/10/01 11:10:11 dr 1.1.642.1: #110618# #i3724# #i25653# remove filter option 'break shared formulas'
Diffstat (limited to 'sc/inc/filtopt.hxx')
-rw-r--r--sc/inc/filtopt.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sc/inc/filtopt.hxx b/sc/inc/filtopt.hxx
index f933804e5d5b..8367c1402df1 100644
--- a/sc/inc/filtopt.hxx
+++ b/sc/inc/filtopt.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: filtopt.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: nn $ $Date: 2000-09-29 14:55:10 $
+ * last change: $Author: rt $ $Date: 2004-11-09 14:58:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,7 +79,6 @@
class ScFilterOptions : public utl::ConfigItem
{
BOOL bWK3Flag;
- BOOL bBreakShared;
double fExcelColScale;
double fExcelRowScale;
@@ -92,7 +91,6 @@ public:
virtual void Commit();
BOOL GetWK3Flag() const { return bWK3Flag; }
- BOOL GetBreakShared() const { return bBreakShared; }
double GetExcelColScale() const { return fExcelColScale; }
double GetExcelRowScale() const { return fExcelRowScale; }