diff options
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/inc/htmlexp.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/inc/htmlexp.hxx b/sc/source/filter/inc/htmlexp.hxx index 0c0546397030..d1ff1ebb008a 100644 --- a/sc/source/filter/inc/htmlexp.hxx +++ b/sc/source/filter/inc/htmlexp.hxx @@ -102,8 +102,8 @@ class ScHTMLExport : public ScExportBase static const sal_uInt16 nCellSpacing; static const sal_Char sIndentSource[]; - typedef boost::scoped_ptr<std::map<OUString, OUString>> FileNameMapPtr; - typedef boost::ptr_vector< ScHTMLGraphEntry > GraphEntryList; + typedef boost::scoped_ptr<std::map<OUString, OUString> > FileNameMapPtr; + typedef boost::ptr_vector<ScHTMLGraphEntry> GraphEntryList; GraphEntryList aGraphList; ScHTMLStyle aHTMLStyle; |