summaryrefslogtreecommitdiff
path: root/cui/source/inc/border.hxx
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2017-04-01 22:30:42 +0200
committerTamás Zolnai <tamas.zolnai@collabora.com>2017-04-02 08:08:50 +0000
commitb1e5e3725642e2d75a4ba73f9258863d65382489 (patch)
tree2f0dc35720fd38e95924823ed52c6e1d01009169 /cui/source/inc/border.hxx
parent38ea5fbff177fafa1f445b6f48f353b43e0f5f40 (diff)
Hide useless label for adjacent cells on border tabpage
This adjacent cell settings is used only for Calc documents. Check box was hidden, but label was not. Change-Id: I6dcf3bb4ee316c9f3d653fc4f8f9dbcaf393e416 Reviewed-on: https://gerrit.libreoffice.org/36013 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'cui/source/inc/border.hxx')
-rw-r--r--cui/source/inc/border.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/inc/border.hxx b/cui/source/inc/border.hxx
index 7e5d12c596fc..c784d2917e3d 100644
--- a/cui/source/inc/border.hxx
+++ b/cui/source/inc/border.hxx
@@ -100,6 +100,7 @@ private:
// #i29550#
VclPtr<CheckBox> m_pMergeAdjacentBordersCB;
VclPtr<CheckBox> m_pRemoveAdjcentCellBordersCB;
+ VclPtr<FixedText> m_pRemoveAdjcentCellBordersFT;
std::vector<BitmapEx> m_aShadowImgVec;
std::vector<BitmapEx> m_aBorderImgVec;