[Libreoffice-commits] .: sw/source

Tor Lillqvist tml at kemper.freedesktop.org
Thu Jun 9 02:41:20 PDT 2011


 sw/source/core/text/EnhancedPDFExportHelper.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0ca2e7b08c36e14ae6b486fbe2921040475e6b87
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Thu Jun 9 12:39:38 2011 +0300

    Typo

diff --git a/sw/source/core/text/EnhancedPDFExportHelper.cxx b/sw/source/core/text/EnhancedPDFExportHelper.cxx
index d1485d9..a7bc506 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;
             }
         }


More information about the Libreoffice-commits mailing list