diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2009-03-23 14:21:21 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2009-03-23 14:21:21 +0000 |
commit | 4a070d46056349f33bec74572bfa940c975fa0a6 (patch) | |
tree | 0f512ff5dc895fe8743cd83a9cdcee14c63709a1 /reportdesign/inc/ReportDefinition.hxx | |
parent | 2a8efd9fb0f07780534b1fe864d88d3aabbc23a1 (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/ReportDefinition.hxx')
-rw-r--r-- | reportdesign/inc/ReportDefinition.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/reportdesign/inc/ReportDefinition.hxx b/reportdesign/inc/ReportDefinition.hxx index 68b6a1c41771..2223cf443051 100644 --- a/reportdesign/inc/ReportDefinition.hxx +++ b/reportdesign/inc/ReportDefinition.hxx @@ -365,6 +365,8 @@ namespace reportdesign virtual ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler > getInteractionHandler() const; virtual bool isEnableSetModified() const; + ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > getContext() const; + private: /** loads the report definition from the given storage |