summaryrefslogtreecommitdiffstats
path: root/kword/KWAnchor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kword/KWAnchor.cpp')
-rw-r--r--kword/KWAnchor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kword/KWAnchor.cpp b/kword/KWAnchor.cpp
index a291999e1..5b83efc3c 100644
--- a/kword/KWAnchor.cpp
+++ b/kword/KWAnchor.cpp
@@ -298,9 +298,9 @@ void KWAnchor::saveOasis( KoXmlWriter& writer, KoSavingContext& context ) const
bool KWAnchor::ownLine() const
{
if ( m_deleted )
- return FALSE;
+ return false;
if ( m_frameset)
return m_frameset->ownLine();
- return FALSE;
+ return false;
}