diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-03 14:40:49 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-05 09:17:44 +0200 |
commit | adbf974f828b23c4645e39267131428a2fa46792 (patch) | |
tree | aedbba471f91892dba1e58450171108fc6e7d478 /chart2/source/inc | |
parent | d61b787c84f80bb35b545cde069f0ca621dfc9fb (diff) |
remove unused code chart::ChartModelHelper::setPageSize
Change-Id: I9c6d6f8d9389070a41af2a289e97b6eeb2fc750c
Diffstat (limited to 'chart2/source/inc')
-rw-r--r-- | chart2/source/inc/ChartModelHelper.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chart2/source/inc/ChartModelHelper.hxx b/chart2/source/inc/ChartModelHelper.hxx index 9b947cd45a72..426bdafa8687 100644 --- a/chart2/source/inc/ChartModelHelper.hxx +++ b/chart2/source/inc/ChartModelHelper.hxx @@ -93,10 +93,6 @@ public: const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& xModel ); - static void setPageSize( const ::com::sun::star::awt::Size& rSize - , const ::com::sun::star::uno::Reference< - ::com::sun::star::frame::XModel >& xModel ); - static void triggerRangeHighlighting( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& xModel ); |