diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-07-12 09:53:56 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-07-12 09:53:56 +0000 |
commit | ba4d0336a35d52b00db817e5fc53edbd184b7197 (patch) | |
tree | a9c8f94d76a941e320c2996582b44e78a9c3150c /svx | |
parent | ca35f926435c5ed5588140f37a1dfe9eb3e93164 (diff) |
INTEGRATION: CWS os98 (1.17.92); FILE MERGED
2007/06/18 14:24:08 os 1.17.92.1: #i78461# MAC code removed
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/autocdlg.cxx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/svx/source/dialog/autocdlg.cxx b/svx/source/dialog/autocdlg.cxx index add81e17a02f..d37fa66ff857 100644 --- a/svx/source/dialog/autocdlg.cxx +++ b/svx/source/dialog/autocdlg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: autocdlg.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: rt $ $Date: 2007-07-03 14:24:25 $ + * last change: $Author: ihi $ $Date: 2007-07-12 10:53:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -2562,9 +2562,7 @@ void OfaAutoCompleteTabPage::CopyToClipboard() const ByteString sData; const sal_Char* pLineEnd = -#if defined(MAC) - "\015"; -#elif defined(UNX) +#if defined(UNX) "\012"; #else "\015\012"; |