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/xmlxtimp.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'svx/source/inc/xmlxtimp.hxx') 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