summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode/fntcap.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-23 10:54:40 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-23 10:54:40 +0000
commitb77987e03c7d32fbf1609e06f52871298cd82dfa (patch)
tree97fdc2d792ca1c152f99dfb04105c96811e21e08 /sw/source/core/txtnode/fntcap.cxx
parent636cc6ce6477b60e1dd1ff4b213c949834ecd82d (diff)
INTEGRATION: CWS swqbugfixes16 (1.18.646); FILE MERGED
2005/02/16 10:53:57 fme 1.18.646.1: #i42826# Word wise underlined small capitals
Diffstat (limited to 'sw/source/core/txtnode/fntcap.cxx')
-rw-r--r--sw/source/core/txtnode/fntcap.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/core/txtnode/fntcap.cxx b/sw/source/core/txtnode/fntcap.cxx
index f88b5b115e31..a11e315d5958 100644
--- a/sw/source/core/txtnode/fntcap.cxx
+++ b/sw/source/core/txtnode/fntcap.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fntcap.cxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: rt $ $Date: 2003-10-30 10:29:49 $
+ * last change: $Author: vg $ $Date: 2005-03-23 11:54:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -804,7 +804,7 @@ void SwSubFont::DoOnCapitals( SwDoCapitals &rDo )
else
{
rDo.GetInf().SetIdx( nOldPos );
- rDo.GetInf().SetLen( nPos - nOldPos );
+ rDo.GetInf().SetLen( nTmp - nOldPos );
}
rDo.GetInf().SetOut( *pOutSize );
@@ -844,7 +844,7 @@ void SwSubFont::DoOnCapitals( SwDoCapitals &rDo )
else
{
rDo.GetInf().SetIdx( nOldPos );
- rDo.GetInf().SetLen( nPos - nOldPos );
+ rDo.GetInf().SetLen( nTmp - nOldPos );
}
rDo.GetInf().SetOut( *pOutSize );