diff options
author | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-01-22 15:07:11 +0100 |
---|---|---|
committer | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-01-22 15:07:11 +0100 |
commit | 102d3a0d21506d212b3956ae575a00b8e0dbd75a (patch) | |
tree | 1be0a7a21fffeb81b122c2b4b80641bee07caa3b | |
parent | a1d57594cffc6d93bb637247a74c86f138b8ffc5 (diff) |
cbosdo02: #i107658# disabling enhanced fields for now
-rw-r--r-- | unotools/source/config/fltrcfg.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unotools/source/config/fltrcfg.cxx b/unotools/source/config/fltrcfg.cxx index 43120c7c6efe..62b9122ed9dc 100644 --- a/unotools/source/config/fltrcfg.cxx +++ b/unotools/source/config/fltrcfg.cxx @@ -533,7 +533,8 @@ void SvtFilterOptions::SetWriter2WinWord( BOOL bFlag ) BOOL SvtFilterOptions::IsUseEnhancedFields() const { - return pImp->IsFlag( FILTERCFG_USE_ENHANCED_FIELDS ); + return false; // disable for now; +// return pImp->IsFlag( FILTERCFG_USE_ENHANCED_FIELDS ); } void SvtFilterOptions::SetUseEnhancedFields( BOOL bFlag ) |