summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/htmlimp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/htmlimp.hxx')
-rw-r--r--sc/source/filter/inc/htmlimp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/inc/htmlimp.hxx b/sc/source/filter/inc/htmlimp.hxx
index 151017b683ac..2730ad6b2fdb 100644
--- a/sc/source/filter/inc/htmlimp.hxx
+++ b/sc/source/filter/inc/htmlimp.hxx
@@ -35,7 +35,7 @@ public:
const ScHTMLParser* GetParser() const { return (ScHTMLParser*)mpParser; }
virtual void WriteToDocument( bool bSizeColsRows = false, double nOutputFactor = 1.0,
- SvNumberFormatter* pFormatter = NULL, bool bConvertDate = true );
+ SvNumberFormatter* pFormatter = NULL, bool bConvertDate = true ) SAL_OVERRIDE;
static OUString GetHTMLRangeNameList( ScDocument* pDoc, const OUString& rOrigName );
};