From d0abc1a165ce7130e802d892e1417617a99a3ba0 Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 3 Sep 2010 17:11:27 +0000 Subject: Merge commit 1170303 from the Enterprise branch git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1171389 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- khtml/rendering/render_object.h | 1 + 1 file changed, 1 insertion(+) (limited to 'khtml/rendering/render_object.h') diff --git a/khtml/rendering/render_object.h b/khtml/rendering/render_object.h index 1242f8e87..f7f772387 100644 --- a/khtml/rendering/render_object.h +++ b/khtml/rendering/render_object.h @@ -282,6 +282,7 @@ public: virtual bool isApplet() const { return false; } bool isHTMLMarquee() const; + bool isWordBreak() const; bool isAnonymous() const { return m_isAnonymous; } void setIsAnonymous(bool b) { m_isAnonymous = b; } -- cgit v1.2.3