diff options
Diffstat (limited to 'lib/kofficecore/KoDocumentChild.cpp')
-rw-r--r-- | lib/kofficecore/KoDocumentChild.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficecore/KoDocumentChild.cpp b/lib/kofficecore/KoDocumentChild.cpp index 90a992801..f68378166 100644 --- a/lib/kofficecore/KoDocumentChild.cpp +++ b/lib/kofficecore/KoDocumentChild.cpp @@ -158,7 +158,7 @@ bool KoDocumentChild::load( const TQDomElement& element, bool uppercase ) return false; } - bool brect = FALSE; + bool brect = false; TQDomNode n = element.firstChild(); for( ; !n.isNull(); n = n.nextSibling() ) { |