diff options
Diffstat (limited to 'cui/source/inc')
-rw-r--r-- | cui/source/inc/border.hxx | 4 |
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; |