From b35aefac5682d99c172bc24681200aee7b327bf3 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 26 Sep 2020 22:18:50 +0200 Subject: 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 --- cui/source/inc/border.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cui/source/inc/border.hxx') 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 m_xMergeWithNextCB; // #i29550# std::unique_ptr m_xMergeAdjacentBordersCB; - std::unique_ptr m_xRemoveAdjcentCellBordersCB; - std::unique_ptr m_xRemoveAdjcentCellBordersFT; + std::unique_ptr m_xRemoveAdjacentCellBordersCB; + std::unique_ptr m_xRemoveAdjacentCellBordersFT; std::unique_ptr m_xShadowControls; std::unique_ptr m_xMarginControls; -- cgit