diff options
-rw-r--r-- | xmloff/inc/txtflde.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/inc/txtflde.hxx b/xmloff/inc/txtflde.hxx index 97791863cdf4..305246c5df41 100644 --- a/xmloff/inc/txtflde.hxx +++ b/xmloff/inc/txtflde.hxx @@ -4,9 +4,9 @@ * * $RCSfile: txtflde.hxx,v $ * - * $Revision: 1.29 $ + * $Revision: 1.30 $ * - * last change: $Author: rt $ $Date: 2005-09-09 13:08:51 $ + * last change: $Author: obo $ $Date: 2006-01-19 18:06:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -248,7 +248,7 @@ protected: SvXMLExport& GetExport() { return rExport; } /// export a field after <text:span> is already written - void XMLTextFieldExport::ExportFieldHelper( + void ExportFieldHelper( const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextField> & rTextField, const ::com::sun::star::uno::Reference< |