diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 07:47:48 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 07:47:48 +0000 |
commit | 59604df3f853d7e94799bd31e82d2117839aed62 (patch) | |
tree | d2e7da82f73ba68a797e6e00a5d826202b5006a7 /svx | |
parent | d6402fb7fbced4c08249219d93c831353b071fe9 (diff) |
INTEGRATION: CWS jollyfilterteam04 (1.10.8); FILE MERGED
2003/04/10 15:25:46 cmc 1.10.8.1: #i13271# avoid stripping out the wrong parts of imported macros
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/msfilter/msvbasic.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/msfilter/msvbasic.cxx b/svx/source/msfilter/msvbasic.cxx index dbe643aa1e31..2cc3ef1c3286 100644 --- a/svx/source/msfilter/msvbasic.cxx +++ b/svx/source/msfilter/msvbasic.cxx @@ -2,9 +2,9 @@ * * $RCSfile: msvbasic.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: vg $ $Date: 2003-04-01 14:09:51 $ + * last change: $Author: vg $ $Date: 2003-04-15 08:47:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -514,7 +514,7 @@ const StringArray &VBA_Impl::Decompress(sal_uInt16 nIndex, int *pOverflow) { String sTempStringa; if (mbMac) - sTempStringa = String(RTL_CONSTASCII_STRINGPARAM("\x0A")); + sTempStringa = String(RTL_CONSTASCII_STRINGPARAM("\x0D")); else sTempStringa = String(RTL_CONSTASCII_STRINGPARAM("\x0D\x0A")); String sTempStringb(sTempStringa); |