From 1165aac95b8e44f41fc16a44bfec4c1c05801ac8 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 27 Mar 2013 14:20:45 +0200 Subject: fdo#46808, convert form::Forms to new style Change-Id: I966ed18d45dc8a04c97a703d3c83382714025f2c --- svx/inc/svx/fmpage.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'svx/inc') diff --git a/svx/inc/svx/fmpage.hxx b/svx/inc/svx/fmpage.hxx index 548bdb65c7d7..ba3bdd13679d 100644 --- a/svx/inc/svx/fmpage.hxx +++ b/svx/inc/svx/fmpage.hxx @@ -30,8 +30,8 @@ class FmFormModel; class FmFormPageImpl; // contains a list of all forms namespace com { namespace sun { namespace star { - namespace container { - class XNameContainer; + namespace form { + class XForms; } }}} @@ -63,7 +63,7 @@ public: virtual SdrObject* RemoveObject(sal_uLong nObjNum); // access to all forms - const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer>& GetForms( bool _bForceCreate = true ) const; + const ::com::sun::star::uno::Reference< ::com::sun::star::form::XForms>& GetForms( bool _bForceCreate = true ) const; FmFormPageImpl& GetImpl() const { return *m_pImpl; } -- cgit