summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-06-09 12:39:38 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-06-09 12:41:06 +0300
commit0ca2e7b08c36e14ae6b486fbe2921040475e6b87 (patch)
treef30ee8c48b4550e86c750bc6877e9f2a1a992067
parent036c4a34acdfae012880a0e67d76c8375332c54a (diff)
Typo
-rw-r--r--sw/source/core/text/EnhancedPDFExportHelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/EnhancedPDFExportHelper.cxx b/sw/source/core/text/EnhancedPDFExportHelper.cxx
index d1485d924e..a7bc5063e4 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;
}
}