summaryrefslogtreecommitdiff
path: root/svx/source/svrtf/rtfitem.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-16 16:56:39 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-16 16:56:39 +0000
commit9c65a8ca7bd6f4091bea380397e2d6029e5e78a8 (patch)
tree9320897aefb883ee7d5440d105628f560d5f4492 /svx/source/svrtf/rtfitem.cxx
parent76feb0aa6f6583220b63c7b381f90220cdefaaa6 (diff)
INTEGRATION: CWS dr33 (1.23.16); FILE MERGED
2005/02/07 15:50:49 dr 1.23.16.1: #i36782# scape non-ASCII characters
Diffstat (limited to 'svx/source/svrtf/rtfitem.cxx')
-rw-r--r--svx/source/svrtf/rtfitem.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/svrtf/rtfitem.cxx b/svx/source/svrtf/rtfitem.cxx
index d8a66da25788..8465b7d75360 100644
--- a/svx/source/svrtf/rtfitem.cxx
+++ b/svx/source/svrtf/rtfitem.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rtfitem.cxx,v $
*
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: rt $ $Date: 2005-01-31 13:59:28 $
+ * last change: $Author: vg $ $Date: 2005-02-16 17:56:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1101,7 +1101,7 @@ ATTR_SETEMPHASIS:
case RTF_HORZVERT:
if( PLAINID->nHorzVert )
{
- // RTF knows only 90
+ // RTF knows only 90deg
pSet->Put( SvxCharRotateItem( 900, 1 == nTokenValue,
PLAINID->nHorzVert ));
}