diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2014-04-25 08:45:21 +0200 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2014-04-25 08:53:44 +0200 |
commit | 1e92df343735a3654d39f1a7e9652f2e96a7b376 (patch) | |
tree | a387346ff2e45fecc0ff4de443d89fd1a0551154 /sc | |
parent | 48201fc93db1cc49b804eca99bb41f2699e61d1f (diff) |
fix htmlexp.hxx compilation -> add space between ">>"
Change-Id: I60f2f5ec8d6f12b834d34164e1fcfea9bd0c30d3
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; |