[Libreoffice-commits] core.git: sc/source

Tomaž Vajngerl tomaz.vajngerl at collabora.com
Thu Apr 24 23:55:26 PDT 2014


 sc/source/filter/inc/htmlexp.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 1e92df343735a3654d39f1a7e9652f2e96a7b376
Author: Tomaž Vajngerl <tomaz.vajngerl at collabora.com>
Date:   Fri Apr 25 08:45:21 2014 +0200

    fix htmlexp.hxx compilation -> add space between ">>"
    
    Change-Id: I60f2f5ec8d6f12b834d34164e1fcfea9bd0c30d3

diff --git a/sc/source/filter/inc/htmlexp.hxx b/sc/source/filter/inc/htmlexp.hxx
index 0c05463..d1ff1eb 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;


More information about the Libreoffice-commits mailing list