Kaydet (Commit) 013744a5 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Let's not forget the keyword.

Change-Id: I86c114e903eaee1404875a794ed4f1c76f61169e
üst 012a759a
...@@ -189,7 +189,7 @@ class PptGraphicHelper : public GraphicHelper ...@@ -189,7 +189,7 @@ class PptGraphicHelper : public GraphicHelper
public: public:
explicit PptGraphicHelper( const PowerPointImport& rFilter ); explicit PptGraphicHelper( const PowerPointImport& rFilter );
virtual sal_Int32 getSchemeColor( sal_Int32 nToken ) const SAL_OVERRIDE; virtual sal_Int32 getSchemeColor( sal_Int32 nToken ) const SAL_OVERRIDE;
virtual drawing::FillStyle getDefaultChartAreaFillStyle() const; virtual drawing::FillStyle getDefaultChartAreaFillStyle() const SAL_OVERRIDE;
private: private:
const PowerPointImport& mrFilter; const PowerPointImport& mrFilter;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment