summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/oox/worksheetfragment.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/oox/worksheetfragment.cxx')
-rw-r--r--sc/source/filter/oox/worksheetfragment.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/filter/oox/worksheetfragment.cxx b/sc/source/filter/oox/worksheetfragment.cxx
index ab4aea79230c..f93d56ee629b 100644
--- a/sc/source/filter/oox/worksheetfragment.cxx
+++ b/sc/source/filter/oox/worksheetfragment.cxx
@@ -51,7 +51,6 @@ using namespace ::com::sun::star::table;
using namespace ::com::sun::star::uno;
using namespace ::oox::core;
-
namespace {
const sal_uInt16 BIFF_COLINFO_HIDDEN = 0x0001;
@@ -129,7 +128,6 @@ void DataValidationsContext::onEndElement()
}
}
-
ContextHandlerRef DataValidationsContext::onCreateRecordContext( sal_Int32 nRecId, SequenceInputStream& rStrm )
{
if( nRecId == BIFF12_ID_DATAVALIDATION )