summaryrefslogtreecommitdiff
path: root/reportdesign/inc
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-25 13:13:37 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-25 13:13:37 +0000
commit6d595aaf97569204d4a4b50a3dae7736143aeb82 (patch)
tree5838b3b1e5b6f4fb384368fe2091b1ef5990009e /reportdesign/inc
parent0e37fa0ff91e7fa2094540872bf1d81f4603ef0d (diff)
INTEGRATION: CWS rptwizard01 (1.3.66); FILE MERGED
2008/05/21 10:09:22 lla 1.3.66.3: RESYNC: (1.6-1.7); FILE MERGED 2008/04/14 10:38:18 lla 1.3.66.2: RESYNC: (1.3-1.6); FILE MERGED 2008/04/14 08:57:56 lla 1.3.66.1: #i86092# load template documents
Diffstat (limited to 'reportdesign/inc')
-rw-r--r--reportdesign/inc/ReportDefinition.hxx15
1 files changed, 14 insertions, 1 deletions
diff --git a/reportdesign/inc/ReportDefinition.hxx b/reportdesign/inc/ReportDefinition.hxx
index 02001957dd90..0c9a0d6a5242 100644
--- a/reportdesign/inc/ReportDefinition.hxx
+++ b/reportdesign/inc/ReportDefinition.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: ReportDefinition.hxx,v $
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
* This file is part of OpenOffice.org.
*
@@ -358,6 +358,19 @@ namespace reportdesign
virtual ::comphelper::EmbeddedObjectContainer& getEmbeddedObjectContainer() const;
virtual ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler > getInteractionHandler() const;
virtual bool isEnableSetModified() const;
+
+ private:
+ /** loads the report definition from the given storage
+
+ @precond
+ our mutex is locked
+ @throws
+ */
+ void impl_loadFromStorage_nolck_throw(
+ const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& _rxStorage,
+ const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& _rArguments
+ );
+
};
// =============================================================================
} // namespace reportdesign