summaryrefslogtreecommitdiff
path: root/sdext/source/minimizer/pagecollector.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/minimizer/pagecollector.hxx')
-rw-r--r--sdext/source/minimizer/pagecollector.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sdext/source/minimizer/pagecollector.hxx b/sdext/source/minimizer/pagecollector.hxx
index 6f3ad0fd33d2..e10f7bdc2bc2 100644
--- a/sdext/source/minimizer/pagecollector.hxx
+++ b/sdext/source/minimizer/pagecollector.hxx
@@ -30,12 +30,12 @@ class PageCollector
struct MasterPageEntity
{
- com::sun::star::uno::Reference< com::sun::star::drawing::XDrawPage > xMasterPage;
+ css::uno::Reference< css::drawing::XDrawPage > xMasterPage;
bool bUsed;
};
- static void CollectCustomShowPages( const com::sun::star::uno::Reference< com::sun::star::frame::XModel >&, const OUString& rCustomShow, std::vector< com::sun::star::uno::Reference< com::sun::star::drawing::XDrawPage > >& );
- static void CollectNonCustomShowPages( const com::sun::star::uno::Reference< com::sun::star::frame::XModel >&, const OUString& rCustomShow, std::vector< com::sun::star::uno::Reference< com::sun::star::drawing::XDrawPage > >& );
- static void CollectMasterPages( const com::sun::star::uno::Reference< com::sun::star::frame::XModel >&, std::vector< MasterPageEntity >& );
+ static void CollectCustomShowPages( const css::uno::Reference< css::frame::XModel >&, const OUString& rCustomShow, std::vector< css::uno::Reference< css::drawing::XDrawPage > >& );
+ static void CollectNonCustomShowPages( const css::uno::Reference< css::frame::XModel >&, const OUString& rCustomShow, std::vector< css::uno::Reference< css::drawing::XDrawPage > >& );
+ static void CollectMasterPages( const css::uno::Reference< css::frame::XModel >&, std::vector< MasterPageEntity >& );
};
#endif // INCLUDED_SDEXT_SOURCE_MINIMIZER_PAGECOLLECTOR_HXX