diff options
Diffstat (limited to 'kword/KWOasisLoader.cpp')
-rw-r--r-- | kword/KWOasisLoader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kword/KWOasisLoader.cpp b/kword/KWOasisLoader.cpp index 99f5ee62..42d72b5e 100644 --- a/kword/KWOasisLoader.cpp +++ b/kword/KWOasisLoader.cpp @@ -257,7 +257,7 @@ KWFrame* KWOasisLoader::loadFrame( const TQDomElement& frameTag, KoOasisContext& break; } else if ( localName == "object" ) { - TQDomElement mathElem; // will be set if we tqfind <math:math> + TQDomElement mathElem; // will be set if we find <math:math> TQDomElement childElem; forEachElement( childElem, elem ) { |