[Libreoffice-commits] core.git: oox/source
Kohei Yoshida
kohei.yoshida at collabora.com
Mon Aug 4 09:41:30 PDT 2014
oox/source/ppt/pptimport.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 013744a5b475e151ca0918565fb369e22dfbc1db
Author: Kohei Yoshida <kohei.yoshida at collabora.com>
Date: Mon Aug 4 12:40:38 2014 -0400
Let's not forget the keyword.
Change-Id: I86c114e903eaee1404875a794ed4f1c76f61169e
diff --git a/oox/source/ppt/pptimport.cxx b/oox/source/ppt/pptimport.cxx
index aaaa9fb..de5ee83 100644
--- a/oox/source/ppt/pptimport.cxx
+++ b/oox/source/ppt/pptimport.cxx
@@ -189,7 +189,7 @@ class PptGraphicHelper : public GraphicHelper
public:
explicit PptGraphicHelper( const PowerPointImport& rFilter );
virtual sal_Int32 getSchemeColor( sal_Int32 nToken ) const SAL_OVERRIDE;
- virtual drawing::FillStyle getDefaultChartAreaFillStyle() const;
+ virtual drawing::FillStyle getDefaultChartAreaFillStyle() const SAL_OVERRIDE;
private:
const PowerPointImport& mrFilter;
};
More information about the Libreoffice-commits
mailing list