From 1c61feb4ee3a5be26f1928426cadc3a4ade24e27 Mon Sep 17 00:00:00 2001 From: Christian Lippka Date: Tue, 27 Feb 2001 13:18:58 +0000 Subject: fixed compile problems under solaris --- svx/source/inc/xmlxtexp.hxx | 8 ++++---- svx/source/inc/xmlxtimp.hxx | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'svx/source/inc') diff --git a/svx/source/inc/xmlxtexp.hxx b/svx/source/inc/xmlxtexp.hxx index fc58cfda0b3b..3e0b5cc0a49a 100644 --- a/svx/source/inc/xmlxtexp.hxx +++ b/svx/source/inc/xmlxtexp.hxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlxtexp.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: cl $ $Date: 2001-02-23 21:26:48 $ + * last change: $Author: cl $ $Date: 2001-02-27 14:18:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -90,9 +90,9 @@ public: ~SvxXMLXTableExportComponent(); - static sal_Bool save( const rtl::OUString& rURL, const com::sun::star::uno::Reference<::com::sun::star::container::XNameContainer >& xTable ) throw(); + static sal_Bool save( const rtl::OUString& rURL, const com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer >& xTable ) throw(); - sal_Bool export() throw(); + sal_Bool exportTable() throw(); // methods without content: virtual void _ExportAutoStyles(); diff --git a/svx/source/inc/xmlxtimp.hxx b/svx/source/inc/xmlxtimp.hxx index 89180ff6b5ee..b0fb0a77985a 100644 --- a/svx/source/inc/xmlxtimp.hxx +++ b/svx/source/inc/xmlxtimp.hxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlxtimp.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: cl $ $Date: 2001-02-23 21:26:48 $ + * last change: $Author: cl $ $Date: 2001-02-27 14:18:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -89,7 +89,7 @@ protected: const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList ); private: - const ::com::sun::star::uno::Reference<::com::sun::star::container::XNameContainer > & mrTable; + const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer > & mrTable; }; #endif -- cgit