summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/autofilterbuffer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/oox/autofilterbuffer.cxx')
-rw-r--r--sc/source/filter/oox/autofilterbuffer.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/oox/autofilterbuffer.cxx b/sc/source/filter/oox/autofilterbuffer.cxx
index 3b98ba7a591e..12193a0a5200 100644
--- a/sc/source/filter/oox/autofilterbuffer.cxx
+++ b/sc/source/filter/oox/autofilterbuffer.cxx
@@ -59,7 +59,7 @@ const sal_uInt8 BIFF_FILTER_DATATYPE_BOOLEAN = 8;
const sal_uInt8 BIFF_FILTER_DATATYPE_EMPTY = 12;
const sal_uInt8 BIFF_FILTER_DATATYPE_NOTEMPTY = 14;
-// ----------------------------------------------------------------------------
+
bool lclGetApiOperatorFromToken( sal_Int32& rnApiOperator, sal_Int32 nToken )
{
@@ -381,7 +381,7 @@ void FilterCriterionModel::readBiffData( SequenceInputStream& rStrm )
}
}
-// ----------------------------------------------------------------------------
+
CustomFilter::CustomFilter( const WorkbookHelper& rHelper ) :
FilterSettingsBase( rHelper ),