summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode/fntcap.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-01-02 15:51:31 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-01-02 15:51:31 +0000
commitc39681f1212333f0d63466789110b52406954a5f (patch)
tree89e1eb47809e400b7055e75339c20f610b63bfc6 /sw/source/core/txtnode/fntcap.cxx
parent37e4e3f2175c837c9f12c8deee2aab458b94a730 (diff)
INTEGRATION: CWS smarttags (1.22.110); FILE MERGED
2006/12/21 10:43:08 jakob_lechner 1.22.110.1: #i72705#: support for smarttags
Diffstat (limited to 'sw/source/core/txtnode/fntcap.cxx')
-rw-r--r--sw/source/core/txtnode/fntcap.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/core/txtnode/fntcap.cxx b/sw/source/core/txtnode/fntcap.cxx
index b5c4eb802fb7..2fd4d8532470 100644
--- a/sw/source/core/txtnode/fntcap.cxx
+++ b/sw/source/core/txtnode/fntcap.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fntcap.cxx,v $
*
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 21:45:58 $
+ * last change: $Author: hr $ $Date: 2007-01-02 16:51:31 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -302,6 +302,7 @@ xub_StrLen SwFont::GetCapitalBreak( ViewShell* pSh, const OutputDevice* pOut,
aInfo.SetPos( aPos );
aInfo.SetSpace( 0 );
aInfo.SetWrong( NULL );
+ aInfo.SetSmartTags( NULL ); // SMARTTAGS
aInfo.SetDrawSpace( FALSE );
aInfo.SetKern( CheckKerning() );
aInfo.SetKanaComp( pScript ? 0 : 100 );