diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-09-04 12:45:15 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-09-04 12:45:15 +0000 |
commit | 262101d12a64458b4afd79608a20bb3eae7ba466 (patch) | |
tree | dcfddc57fca29b76c1af5792b109e44dc23dd8b3 | |
parent | e293721a28fa6274b546b6dbc3b44db06c110593 (diff) |
#i10000# Avoid warning about 'unreachable statement'.
-rw-r--r-- | svtools/source/config/fltrcfg.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/config/fltrcfg.cxx b/svtools/source/config/fltrcfg.cxx index 7c3454bf93b1..0958e9b01dad 100644 --- a/svtools/source/config/fltrcfg.cxx +++ b/svtools/source/config/fltrcfg.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: fltrcfg.cxx,v $ - * $Revision: 1.11 $ + * $Revision: 1.12 $ * * This file is part of OpenOffice.org. * @@ -526,7 +526,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 ) |