summaryrefslogtreecommitdiff
path: root/reportdesign/inc/RptModel.hxx
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2009-03-23 14:21:21 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2009-03-23 14:21:21 +0000
commit4a070d46056349f33bec74572bfa940c975fa0a6 (patch)
tree0f512ff5dc895fe8743cd83a9cdcee14c63709a1 /reportdesign/inc/RptModel.hxx
parent2a8efd9fb0f07780534b1fe864d88d3aabbc23a1 (diff)
CWS-TOOLING: integrate CWS dba31k_DEV300
2009-03-17 11:26:36 +0100 oj r269582 : #i100219# clean up refcount handling
Diffstat (limited to 'reportdesign/inc/RptModel.hxx')
-rw-r--r--reportdesign/inc/RptModel.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/reportdesign/inc/RptModel.hxx b/reportdesign/inc/RptModel.hxx
index 70f1860f7333..623eb398b452 100644
--- a/reportdesign/inc/RptModel.hxx
+++ b/reportdesign/inc/RptModel.hxx
@@ -98,6 +98,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