diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-08-04 12:40:38 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-08-04 12:41:12 -0400 |
commit | 013744a5b475e151ca0918565fb369e22dfbc1db (patch) | |
tree | 5ee330235a29e2099334798f8d3632f5b011ec7c /oox/source | |
parent | 012a759a67b3a930bfd437e8a9c5cc1f6efd3304 (diff) |
Let's not forget the keyword.
Change-Id: I86c114e903eaee1404875a794ed4f1c76f61169e
Diffstat (limited to 'oox/source')
-rw-r--r-- | oox/source/ppt/pptimport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/ppt/pptimport.cxx b/oox/source/ppt/pptimport.cxx index aaaa9fba1f11..de5ee83e1777 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; }; |