summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.com>2014-04-25 08:45:21 +0200
committerChris Sherlock <chris.sherlock79@gmail.com>2014-04-25 22:35:33 +1000
commitb916995f616d5ce098b837aaaaf2f70eea0c3b3e (patch)
tree035b46b8d5868e46a436cc6e999c9c53d9df2394
parentb32a8f184a98eaba33acc5c46d769e66e9b31710 (diff)
fix htmlexp.hxx compilation -> add space between ">>"
Change-Id: I60f2f5ec8d6f12b834d34164e1fcfea9bd0c30d3
-rw-r--r--sc/source/filter/inc/htmlexp.hxx4
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;