From a2795356608c9de3679ccd3076c7df14cb549d8b Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 28 Oct 2015 12:01:32 +0200 Subject: com::sun::star->css in sd Change-Id: Ic0cbc857a3a9c66241b94c30bf8c859435f5a4b4 --- sd/inc/sdfilter.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sd/inc/sdfilter.hxx') diff --git a/sd/inc/sdfilter.hxx b/sd/inc/sdfilter.hxx index 6b9293509c3a..1a5b57ab0353 100644 --- a/sd/inc/sdfilter.hxx +++ b/sd/inc/sdfilter.hxx @@ -44,14 +44,14 @@ public: virtual bool Export() = 0; protected: - ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > mxModel; - ::com::sun::star::uno::Reference< ::com::sun::star::task::XStatusIndicator > mxStatusIndicator; + css::uno::Reference< css::frame::XModel > mxModel; + css::uno::Reference< css::task::XStatusIndicator > mxStatusIndicator; SfxMedium& mrMedium; ::sd::DrawDocShell& mrDocShell; SdDrawDocument& mrDocument; - bool mbIsDraw : 1; - bool mbShowProgress : 1; + bool mbIsDraw : 1; + bool mbShowProgress : 1; #ifndef DISABLE_DYNLOADING static ::osl::Module* OpenLibrary( const OUString& rLibraryName ); #endif -- cgit