summaryrefslogtreecommitdiff
path: root/sw/inc/drawdoc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/drawdoc.hxx')
-rw-r--r--sw/inc/drawdoc.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/inc/drawdoc.hxx b/sw/inc/drawdoc.hxx
index 5b36a54864c2..339fbc7f9c3d 100644
--- a/sw/inc/drawdoc.hxx
+++ b/sw/inc/drawdoc.hxx
@@ -40,12 +40,11 @@ public:
virtual SdrPage* AllocPage(bool bMasterPage) override;
- virtual ::com::sun::star::uno::Reference<
- ::com::sun::star::embed::XStorage> GetDocumentStorage() const override;
+ virtual css::uno::Reference<css::embed::XStorage> GetDocumentStorage() const override;
protected:
/// override of <SdrModel::createUnoModel()> is needed to provide corresponding uno model.
- virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > createUnoModel() override;
+ virtual css::uno::Reference< css::uno::XInterface > createUnoModel() override;
};
#endif