diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-09-04 09:01:50 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-09-04 09:01:50 +0000 |
commit | eb293287fe61852e0ce787ea5c3b6e0a2130ede2 (patch) | |
tree | de9f59c15a48f003bc7ea0406ac2de48be8b2946 /svtools/inc | |
parent | db983071ae13ae21b675a54e29e677156e91fc0a (diff) |
INTEGRATION: CWS swenhancedfields2 (1.5.658); FILE MERGED
2008/08/04 12:33:27 b_michaelsen 1.5.658.2: RESYNC: (1.5-1.8); FILE MERGED
2008/04/23 07:39:27 ama 1.5.658.1: #i33737#: Enhanced fields
Diffstat (limited to 'svtools/inc')
-rw-r--r-- | svtools/inc/fltrcfg.hxx | 5 |
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; |