summaryrefslogtreecommitdiff
path: root/reportdesign/source/core/inc/ReportDrawPage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/core/inc/ReportDrawPage.hxx')
-rw-r--r--reportdesign/source/core/inc/ReportDrawPage.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/reportdesign/source/core/inc/ReportDrawPage.hxx b/reportdesign/source/core/inc/ReportDrawPage.hxx
index 8317c7fb82ad..bf096cd5331c 100644
--- a/reportdesign/source/core/inc/ReportDrawPage.hxx
+++ b/reportdesign/source/core/inc/ReportDrawPage.hxx
@@ -27,15 +27,15 @@ namespace reportdesign
{
class OReportDrawPage : public SvxDrawPage
{
- ::com::sun::star::uno::WeakReference< ::com::sun::star::report::XSection > m_xSection;
+ css::uno::WeakReference< css::report::XSection > m_xSection;
OReportDrawPage(const OReportDrawPage&) = delete;
void operator =(const OReportDrawPage&) = delete;
protected:
- virtual SdrObject *_CreateSdrObject( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > & xShape )
+ virtual SdrObject *_CreateSdrObject( const css::uno::Reference< css::drawing::XShape > & xShape )
throw (css::uno::RuntimeException, std::exception) override;
- virtual ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > _CreateShape( SdrObject *pObj ) const throw (css::uno::RuntimeException, std::exception) override;
+ virtual css::uno::Reference< css::drawing::XShape > _CreateShape( SdrObject *pObj ) const throw (css::uno::RuntimeException, std::exception) override;
public:
- OReportDrawPage(SdrPage* pPage,const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection >& _xSection);
+ OReportDrawPage(SdrPage* pPage,const css::uno::Reference< css::report::XSection >& _xSection);
virtual ~OReportDrawPage() throw(){}
};
}