summaryrefslogtreecommitdiff
path: root/xmloff/inc/txtfldi.hxx
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2000-12-19 11:47:04 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2000-12-19 11:47:04 +0000
commitef0b9f74c630aa157db2718c75a8e68d729d2fb8 (patch)
treea2dc0e05a15ec1bd22129b2f51a833f9d235fd4d /xmloff/inc/txtfldi.hxx
parentcccb1fcaa7fff5caf0dc386505bb8b43790caa38 (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.hxx5
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;