summaryrefslogtreecommitdiff
path: root/cui/source/inc/border.hxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-09-26 22:18:50 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-09-27 09:52:14 +0200
commitb35aefac5682d99c172bc24681200aee7b327bf3 (patch)
treec2c8703e66818133f77061c04b636a7412f26009 /cui/source/inc/border.hxx
parentcceaf762a6693a60147ae49f7e004ca6ca54188b (diff)
Fix typo in code
It passed "make check" on Linux Change-Id: I95f8fcdbfb2344624a2ec4cf0780b0af3bc7ba16 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103498 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'cui/source/inc/border.hxx')
-rw-r--r--cui/source/inc/border.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/inc/border.hxx b/cui/source/inc/border.hxx
index 81c0216376e5..57f5d5d0919f 100644
--- a/cui/source/inc/border.hxx
+++ b/cui/source/inc/border.hxx
@@ -152,8 +152,8 @@ private:
std::unique_ptr<weld::CheckButton> m_xMergeWithNextCB;
// #i29550#
std::unique_ptr<weld::CheckButton> m_xMergeAdjacentBordersCB;
- std::unique_ptr<weld::CheckButton> m_xRemoveAdjcentCellBordersCB;
- std::unique_ptr<weld::Label> m_xRemoveAdjcentCellBordersFT;
+ std::unique_ptr<weld::CheckButton> m_xRemoveAdjacentCellBordersCB;
+ std::unique_ptr<weld::Label> m_xRemoveAdjacentCellBordersFT;
std::unique_ptr<ShadowControlsWrapper> m_xShadowControls;
std::unique_ptr<MarginControlsWrapper> m_xMarginControls;