summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2010-09-14 15:56:15 +0200
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2010-09-14 15:56:15 +0200
commit0ec05d5b9d05cb36523dbed657fe38c73baab7b4 (patch)
tree307eccc46ee65353ec16e300fe2f2263cc2629d2 /unotools
parentccec86c5d06e793133283381794a6b00a8b77f23 (diff)
fields-enable.diff: Activate fields changes
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/config/fltrcfg.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/unotools/source/config/fltrcfg.cxx b/unotools/source/config/fltrcfg.cxx
index 94f7ff07d7d7..a93cc2d65687 100644
--- a/unotools/source/config/fltrcfg.cxx
+++ b/unotools/source/config/fltrcfg.cxx
@@ -530,8 +530,7 @@ void SvtFilterOptions::SetWriter2WinWord( BOOL bFlag )
BOOL SvtFilterOptions::IsUseEnhancedFields() const
{
- return false; // disable for now;
-// return pImp->IsFlag( FILTERCFG_USE_ENHANCED_FIELDS );
+ return pImp->IsFlag( FILTERCFG_USE_ENHANCED_FIELDS );
}
void SvtFilterOptions::SetUseEnhancedFields( BOOL bFlag )