diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-09 12:39:38 +0300 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2011-06-09 15:57:19 +0200 |
commit | b78c67c56500955a65c5f982a77d14fb451f9cf0 (patch) | |
tree | b3beff059b98c129dc6c53cceec7327c5f2dac71 | |
parent | 47a0a2e765aa7f364e4dd373b2779cc4f20a17c6 (diff) |
Typo
Signed-off-by: Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>
-rw-r--r-- | sw/source/core/text/EnhancedPDFExportHelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/EnhancedPDFExportHelper.cxx b/sw/source/core/text/EnhancedPDFExportHelper.cxx index 880651e51e..7518da3bfa 100644 --- a/sw/source/core/text/EnhancedPDFExportHelper.cxx +++ b/sw/source/core/text/EnhancedPDFExportHelper.cxx @@ -381,7 +381,7 @@ bool SwTaggedPDFHelper::CheckReopenTag() { FrmTagIdMap& rFrmTagIdMap = SwEnhancedPDFExportHelper::GetFrmTagIdMap(); const FrmTagIdMap::const_iterator aIter = rFrmTagIdMap.find( pKey ); - if ( aIterm != rFrmTagIdMap.end() ) + if ( aIter != rFrmTagIdMap.end() ) nReopenTag = (*aIter).second; } } |