diff options
-rw-r--r-- | xmloff/source/text/txtvfldi.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/txtvfldi.cxx b/xmloff/source/text/txtvfldi.cxx index 8f500b80054c..8bc39b7b4876 100644 --- a/xmloff/source/text/txtvfldi.cxx +++ b/xmloff/source/text/txtvfldi.cxx @@ -2,9 +2,9 @@ * * $RCSfile: txtvfldi.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: vg $ $Date: 2003-04-17 13:17:04 $ + * last change: $Author: rt $ $Date: 2004-05-03 13:37:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1264,7 +1264,7 @@ void XMLDatabaseDisplayImportContext::EndElement() // set presentation aAny <<= GetContent(); xField->setPropertyValue(sPropertyCurrentPresentation, - aAny); + aAny); // success! return; |