From b916995f616d5ce098b837aaaaf2f70eea0c3b3e Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Fri, 25 Apr 2014 08:45:21 +0200 Subject: fix htmlexp.hxx compilation -> add space between ">>" Change-Id: I60f2f5ec8d6f12b834d34164e1fcfea9bd0c30d3 --- sc/source/filter/inc/htmlexp.hxx | 4 ++-- 1 file 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> FileNameMapPtr; - typedef boost::ptr_vector< ScHTMLGraphEntry > GraphEntryList; + typedef boost::scoped_ptr > FileNameMapPtr; + typedef boost::ptr_vector GraphEntryList; GraphEntryList aGraphList; ScHTMLStyle aHTMLStyle; -- cgit v1.2.3