diff options
Diffstat (limited to 'reportdesign/inc/RptModel.hxx')
-rw-r--r-- | reportdesign/inc/RptModel.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/reportdesign/inc/RptModel.hxx b/reportdesign/inc/RptModel.hxx index 705f8e8c8..1f1c27495 100644 --- a/reportdesign/inc/RptModel.hxx +++ b/reportdesign/inc/RptModel.hxx @@ -96,6 +96,8 @@ public: /// returns the XReportDefinition which the OReportModel belongs to ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportDefinition > getReportDefinition() const; + + ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > createShape(const ::rtl::OUString& aServiceSpecifier,::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& _rShape,sal_Int32 nOrientation = -1); }; } #endif |