[Libreoffice-commits] core.git: chart2/source
Tor Lillqvist
tml at collabora.com
Tue Aug 12 23:47:35 PDT 2014
chart2/source/view/inc/GL3DBarChart.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit cd0bbdaf379d646c94e6771f3358d7e3a8f206ad
Author: Tor Lillqvist <tml at collabora.com>
Date: Wed Aug 13 09:46:24 2014 +0300
'>>' should be '> >' within a nested template argument list
Change-Id: I469174dc23cdca871e41a3500bede3c941fcaca4
diff --git a/chart2/source/view/inc/GL3DBarChart.hxx b/chart2/source/view/inc/GL3DBarChart.hxx
index 3f8ea1d..4e9f7ca 100644
--- a/chart2/source/view/inc/GL3DBarChart.hxx
+++ b/chart2/source/view/inc/GL3DBarChart.hxx
@@ -164,7 +164,7 @@ private:
TimeValue maFPSRenderEndTime;
TimeValue maDataUpdateStartTime;
TimeValue maDataUpdateEndTime;
- std::map<sal_uInt32, std::list<float>> maBarHistory;
+ std::map<sal_uInt32, std::list<float> > maBarHistory;
std::vector<sal_uInt32> maVectorNearest;
std::map<sal_uInt32, float> maDistanceMap;
};
More information about the Libreoffice-commits
mailing list