summaryrefslogtreecommitdiff
path: root/sw/source/ui/dochdl
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2002-09-16 15:45:35 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2002-09-16 15:45:35 +0000
commit3936fce1a8e8b773009524f7f731eb205c8c0379 (patch)
tree7f8c87c130a5e0791b98db8fe996c5e84dca0850 /sw/source/ui/dochdl
parent09546520e44b0362db252595e5c56006fc90ee9c (diff)
#102841# no Unicode endianness start character for the clipboard, please
Diffstat (limited to 'sw/source/ui/dochdl')
-rw-r--r--sw/source/ui/dochdl/swdtflvr.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/source/ui/dochdl/swdtflvr.cxx b/sw/source/ui/dochdl/swdtflvr.cxx
index 93319eb9efbf..217fa8e3e0ed 100644
--- a/sw/source/ui/dochdl/swdtflvr.cxx
+++ b/sw/source/ui/dochdl/swdtflvr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: swdtflvr.cxx,v $
*
- * $Revision: 1.58 $
+ * $Revision: 1.59 $
*
- * last change: $Author: oj $ $Date: 2002-08-21 12:23:42 $
+ * last change: $Author: dvo $ $Date: 2002-09-16 16:45:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -763,6 +763,9 @@ sal_Bool SwTransferable::WriteObject( SotStorageStreamRef& xStream,
SwAsciiOptions aAOpt;
aAOpt.SetCharSet( RTL_TEXTENCODING_UTF8 );
xWrt->SetAsciiOptions( aAOpt );
+
+ // #102841# no start char for clipboard
+ xWrt->bUCS2_WithStartChar = FALSE;
}
break;
}