diff options
author | Thomas Benisch <tbe@openoffice.org> | 2009-08-10 17:14:29 +0000 |
---|---|---|
committer | Thomas Benisch <tbe@openoffice.org> | 2009-08-10 17:14:29 +0000 |
commit | cce580a22da12760296719e4a7156992ddee9c00 (patch) | |
tree | b3e0bb2e3597c88734d75179f991d159ffb843d1 /chart2/source/controller/main/ChartController.hxx | |
parent | 7126ee64eca228d79c5fde3a1c573d2aacb3e672 (diff) |
#i12587# Inserting/editing arbitrary text objects in chart
Diffstat (limited to 'chart2/source/controller/main/ChartController.hxx')
-rw-r--r-- | chart2/source/controller/main/ChartController.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chart2/source/controller/main/ChartController.hxx b/chart2/source/controller/main/ChartController.hxx index b148fc32d505..3473148e5f0b 100644 --- a/chart2/source/controller/main/ChartController.hxx +++ b/chart2/source/controller/main/ChartController.hxx @@ -693,6 +693,7 @@ private: void impl_PasteGraphic( ::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphic > & xGraphic, const ::Point & aPosition ); + void impl_PasteShapes( SdrModel* pModel ); void impl_SetMousePointer( const MouseEvent & rEvent ); void impl_ClearSelection(); |