summaryrefslogtreecommitdiff
path: root/svx/source/svrtf/svxrtf.cxx
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2000-12-13 17:15:09 +0000
committerjp <jp@openoffice.org>2000-12-13 17:15:09 +0000
commit99093101cddd28edc2767caad012514953dae7e9 (patch)
tree46df84ec2a45bcabf0c347d201568e50bfb083b6 /svx/source/svrtf/svxrtf.cxx
parent6b050ebdc79eb3813040236405bf92be520f80bb (diff)
Bug #81999#: don't use Ruby attribut at time
Diffstat (limited to 'svx/source/svrtf/svxrtf.cxx')
-rw-r--r--svx/source/svrtf/svxrtf.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/svrtf/svxrtf.cxx b/svx/source/svrtf/svxrtf.cxx
index 2eceee8097ca..a46026a3c020 100644
--- a/svx/source/svrtf/svxrtf.cxx
+++ b/svx/source/svrtf/svxrtf.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svxrtf.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jp $ $Date: 2000-11-10 11:34:41 $
+ * last change: $Author: jp $ $Date: 2000-12-13 18:15:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1337,7 +1337,7 @@ RTFPlainAttrMapIds::RTFPlainAttrMapIds( const SfxItemPool& rPool )
nCTLWeight = rPool.GetTrueWhich( SID_ATTR_CHAR_CTL_WEIGHT, FALSE );
nEmphasis = rPool.GetTrueWhich( SID_ATTR_CHAR_EMPHASISMARK, FALSE );
nTwoLines = rPool.GetTrueWhich( SID_ATTR_CHAR_TWO_LINES, FALSE );
- nRuby = rPool.GetTrueWhich( SID_ATTR_CHAR_CJK_RUBY, FALSE );
+ nRuby = 0; //rPool.GetTrueWhich( SID_ATTR_CHAR_CJK_RUBY, FALSE );
}
RTFPardAttrMapIds ::RTFPardAttrMapIds ( const SfxItemPool& rPool )