summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-02-21 12:55:52 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-02-21 12:55:52 +0200
commitfe459304497f822b1b9ab1f49602c0a81813c987 (patch)
tree29cad9c76c2b9f2ea8ddf95bc1f72451a088e6dd /include
parentTranslate German variable names (diff)
downloadcore-fe459304497f822b1b9ab1f49602c0a81813c987.tar.gz
core-fe459304497f822b1b9ab1f49602c0a81813c987.zip
fix KDE build
after commit 0649622956431e0a1955cb80d1175025401ab5e5 "loplugin:unusedmethods" Change-Id: Ia9ef3f8c1e64397a350656a3addc1b2a67f0b118
Diffstat (limited to 'include')
-rw-r--r--include/vcl/salnativewidgets.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/salnativewidgets.hxx b/include/vcl/salnativewidgets.hxx
index e60cfe98f956..30997a984911 100644
--- a/include/vcl/salnativewidgets.hxx
+++ b/include/vcl/salnativewidgets.hxx
@@ -367,6 +367,7 @@ class VCL_DLLPUBLIC TabitemValue : public ImplControlValue
bool isBothAligned() const { return isLeftAligned() && isRightAligned(); }
bool isNotAligned() const { return !(mnAlignment & (TabitemFlags::LeftAligned | TabitemFlags::RightAligned)); }
bool isFirst() const { return bool(mnAlignment & TabitemFlags::FirstInGroup); }
+ bool isLast() const { return bool(mnAlignment & TabitemFlags::LastInGroup); }
const Rectangle& getContentRect() const { return maContentRect; }
};