summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2000-10-09 16:58:48 +0000
committerjp <jp@openoffice.org>2000-10-09 16:58:48 +0000
commitbe3f234c5f1f80f999f6eea9fea65c1566533535 (patch)
treea65b333178dca29f7dffd6dcddc4fd9f06d52e16 /sw/source
parent2aaea13506e5f9d31fed13ce585fb3c41551af5f (diff)
Bug #78395#: don't write UniCode by a W95 export
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/filter/ww8/wrtw8nds.cxx11
1 files changed, 7 insertions, 4 deletions
diff --git a/sw/source/filter/ww8/wrtw8nds.cxx b/sw/source/filter/ww8/wrtw8nds.cxx
index 3834d9192d27..3f705b8cd673 100644
--- a/sw/source/filter/ww8/wrtw8nds.cxx
+++ b/sw/source/filter/ww8/wrtw8nds.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: wrtw8nds.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:58 $
+ * last change: $Author: jp $ $Date: 2000-10-09 17:58:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -961,7 +961,7 @@ Writer& OutWW8_SwTxtNode( Writer& rWrt, SwCntntNode& rNode )
}
xub_StrLen nAktPos = 0;
xub_StrLen nEnd = aStr.Len();
- BOOL bUnicode = TRUE, bRedlineAtEnd = FALSE;
+ BOOL bUnicode = rWW8Wrt.bWrtWW8, bRedlineAtEnd = FALSE;
do {
/*
if( !bUseAlwaysUnicode )
@@ -1863,11 +1863,14 @@ SwNodeFnTab aWW8NodeFnTab = {
Source Code Control System - Header
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/source/filter/ww8/wrtw8nds.cxx,v 1.1.1.1 2000-09-18 17:14:58 hr Exp $
+ $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/source/filter/ww8/wrtw8nds.cxx,v 1.2 2000-10-09 17:58:48 jp Exp $
Source Code Control System - Update
$Log: not supported by cvs2svn $
+ Revision 1.1.1.1 2000/09/18 17:14:58 hr
+ initial import
+
Revision 1.42 2000/09/18 16:04:57 willem.vandorp
OpenOffice header added.