summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xedbdata.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/xedbdata.cxx')
-rw-r--r--sc/source/filter/excel/xedbdata.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/source/filter/excel/xedbdata.cxx b/sc/source/filter/excel/xedbdata.cxx
index 6eacd6ef1a61..043c1791acf6 100644
--- a/sc/source/filter/excel/xedbdata.cxx
+++ b/sc/source/filter/excel/xedbdata.cxx
@@ -16,6 +16,8 @@
using namespace oox;
+namespace {
+
/** (So far) dummy implementation of table export for BIFF5/BIFF7. */
class XclExpTablesImpl5 : public XclExpTables
{
@@ -36,6 +38,7 @@ public:
virtual void SaveXml( XclExpXmlStream& rStrm ) override;
};
+}
XclExpTablesImpl5::XclExpTablesImpl5( const XclExpRoot& rRoot ) :
XclExpTables( rRoot )