diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2000-12-19 11:47:04 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2000-12-19 11:47:04 +0000 |
commit | ef0b9f74c630aa157db2718c75a8e68d729d2fb8 (patch) | |
tree | a2dc0e05a15ec1bd22129b2f51a833f9d235fd4d /xmloff/inc/txtfldi.hxx | |
parent | cccb1fcaa7fff5caf0dc386505bb8b43790caa38 (diff) |
-fixed: #82350# URL import in Calc now keeps its content and subsequent spaces
-fixed: several warnings about implicit int conversions removed in txtfldi, txtvfldi
Diffstat (limited to 'xmloff/inc/txtfldi.hxx')
-rw-r--r-- | xmloff/inc/txtfldi.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/inc/txtfldi.hxx b/xmloff/inc/txtfldi.hxx index 8bd474ffb423..6abd2b00d21f 100644 --- a/xmloff/inc/txtfldi.hxx +++ b/xmloff/inc/txtfldi.hxx @@ -2,9 +2,9 @@ * * $RCSfile: txtfldi.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: dvo $ $Date: 2000-11-30 16:46:16 $ + * last change: $Author: dvo $ $Date: 2000-12-19 12:47:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1261,6 +1261,7 @@ class XMLUrlFieldImportContext : public XMLTextFieldImportContext const ::rtl::OUString sPropertyURL; const ::rtl::OUString sPropertyTargetFrame; + const ::rtl::OUString sPropertyRepresentation; ::rtl::OUString sURL; ::rtl::OUString sFrame; |