summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svtools/inc/fltrcfg.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/svtools/inc/fltrcfg.hxx b/svtools/inc/fltrcfg.hxx
index de216c03e7bf..480ebc28b29f 100644
--- a/svtools/inc/fltrcfg.hxx
+++ b/svtools/inc/fltrcfg.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: fltrcfg.hxx,v $
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
* This file is part of OpenOffice.org.
*
@@ -76,6 +76,9 @@ public:
sal_Bool IsWriter2WinWord() const;
void SetWriter2WinWord( sal_Bool bFlag );
+ sal_Bool IsUseEnhancedFields() const;
+ void SetUseEnhancedFields( sal_Bool bFlag );
+
sal_Bool IsExcel2Calc() const;
void SetExcel2Calc( sal_Bool bFlag );
sal_Bool IsCalc2Excel() const;