From 44a1161a3c5f7c5f9cb6307aba292fd4d2c65560 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 3 Jan 2018 15:10:53 +0200 Subject: drop FrameDirListBox typedef and rename FrameDirListBoxWrapper->FrameDirectionListBoxWrapper Change-Id: I201ab2caeff0a3219efe8ee86024bc48b8701f7e Reviewed-on: https://gerrit.libreoffice.org/47346 Tested-by: Jenkins Reviewed-by: Noel Grandin --- cui/source/inc/align.hxx | 2 +- cui/source/tabpages/align.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cui') diff --git a/cui/source/inc/align.hxx b/cui/source/inc/align.hxx index c70e95cf544d..1a90d4a21542 100644 --- a/cui/source/inc/align.hxx +++ b/cui/source/inc/align.hxx @@ -99,7 +99,7 @@ private: VclPtr m_pBtnWrap; VclPtr m_pBtnHyphen; VclPtr m_pBtnShrink; - VclPtr m_pLbFrameDir; + VclPtr m_pLbFrameDir; // hidden labels/string VclPtr m_pFtBotLock; diff --git a/cui/source/tabpages/align.cxx b/cui/source/tabpages/align.cxx index 327201ca8f85..373d96c0f8e5 100644 --- a/cui/source/tabpages/align.cxx +++ b/cui/source/tabpages/align.cxx @@ -236,7 +236,7 @@ AlignmentTabPage::AlignmentTabPage( vcl::Window* pParent, const SfxItemSet& rCor AddItemConnection( new sfx::CheckBoxConnection( SID_ATTR_ALIGN_HYPHENATION, *m_pBtnHyphen, ItemConnFlags::HideUnknown ) ); AddItemConnection( new sfx::CheckBoxConnection( SID_ATTR_ALIGN_SHRINKTOFIT, *m_pBtnShrink, ItemConnFlags::HideUnknown ) ); AddItemConnection( new sfx::DummyItemConnection( SID_ATTR_FRAMEDIRECTION, *m_pBoxDirection, ItemConnFlags::HideUnknown ) ); - AddItemConnection( new FrameDirListBoxConnection( SID_ATTR_FRAMEDIRECTION, *m_pLbFrameDir, ItemConnFlags::HideUnknown ) ); + AddItemConnection( new FrameDirectionListBoxConnection( SID_ATTR_FRAMEDIRECTION, *m_pLbFrameDir, ItemConnFlags::HideUnknown ) ); } -- cgit