diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-09-19 10:48:04 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-09-19 13:46:07 -0400 |
commit | 6d0592b40ec8c6f7e36b58a21efc78927ceaa012 (patch) | |
tree | 7c5d6e399b9d0487f72337c3a16b3243dfa03119 /chart2/inc | |
parent | 6b2cd65b8370ff8a2be2e4effa59139cd0f5a7b5 (diff) |
Move the 2D shape creation code into a separate method.
Change-Id: I38ccb7f98f404540f5cf3c32be27da19394475a0
Diffstat (limited to 'chart2/inc')
-rw-r--r-- | chart2/inc/ChartView.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chart2/inc/ChartView.hxx b/chart2/inc/ChartView.hxx index 4f2b961ba7ef..cf217b743508 100644 --- a/chart2/inc/ChartView.hxx +++ b/chart2/inc/ChartView.hxx @@ -203,6 +203,7 @@ private: //methods ChartView(); void createShapes(); + void createShapes2D( const css::awt::Size& rPageSize ); void createShapes3D(); bool isReal3DChart(); void getMetaFile( const ::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream >& xOutStream |