summaryrefslogtreecommitdiff
path: root/reportdesign/inc
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-04-08 11:46:07 +0000
committerKurt Zenker <kz@openoffice.org>2008-04-08 11:46:07 +0000
commit63a5851db8193af617e6e3000e6f391c43131f73 (patch)
tree2d920ddb90c9584dea087d30b0d02f31a66fb9fd /reportdesign/inc
parentc7fdf47bdf1e0b8a61c522d3f12e43c93bb9eb56 (diff)
#i88015# buildfixes
Diffstat (limited to 'reportdesign/inc')
-rw-r--r--reportdesign/inc/ReportDefinition.hxx25
1 files changed, 8 insertions, 17 deletions
diff --git a/reportdesign/inc/ReportDefinition.hxx b/reportdesign/inc/ReportDefinition.hxx
index 873eaccabc37..33836d2ad9e1 100644
--- a/reportdesign/inc/ReportDefinition.hxx
+++ b/reportdesign/inc/ReportDefinition.hxx
@@ -6,9 +6,9 @@
*
* $RCSfile: ReportDefinition.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: kz $ $Date: 2008-04-04 15:06:56 $
+ * last change: $Author: kz $ $Date: 2008-04-08 12:46:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -361,21 +361,6 @@ namespace reportdesign
virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > SAL_CALL getNumberFormatSettings( ) throw (::com::sun::star::uno::RuntimeException);
virtual ::com::sun::star::uno::Reference< ::com::sun::star::util::XNumberFormats > SAL_CALL getNumberFormats( ) throw (::com::sun::star::uno::RuntimeException);
- ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > getContext();
-
- /** return the SdrModel of the real model
- *
- * \return
- */
- ::boost::shared_ptr<rptui::OReportModel> getSdrModel() const;
-
- static ::boost::shared_ptr<rptui::OReportModel> getSdrModel(::com::sun::star::uno::Reference< ::com::sun::star::report::XReportDefinition >& _xReportDefinition);
-
- // comphelper::IEmbeddedHelper
- virtual com::sun::star::uno::Reference < com::sun::star::embed::XStorage > getStorage() const;
- virtual ::comphelper::EmbeddedObjectContainer& getEmbeddedObjectContainer() const;
- virtual ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler > getInteractionHandler() const;
- virtual bool isEnableSetModified() const;
// XTitle
virtual ::rtl::OUString SAL_CALL getTitle( ) throw (::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL setTitle( const ::rtl::OUString& sTitle ) throw (::com::sun::star::uno::RuntimeException);
@@ -389,6 +374,12 @@ namespace reportdesign
virtual void SAL_CALL releaseNumber( ::sal_Int32 nNumber ) throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL releaseNumberForComponent( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& xComponent ) throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException);
virtual ::rtl::OUString SAL_CALL getUntitledPrefix( ) throw (::com::sun::star::uno::RuntimeException);
+
+ // comphelper::IEmbeddedHelper
+ virtual com::sun::star::uno::Reference < com::sun::star::embed::XStorage > getStorage() const;
+ virtual ::comphelper::EmbeddedObjectContainer& getEmbeddedObjectContainer() const;
+ virtual ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler > getInteractionHandler() const;
+ virtual bool isEnableSetModified() const;
};
// =============================================================================
} // namespace reportdesign