From 45e9ccb69909fab6934f62b439962814ffa9d827 Mon Sep 17 00:00:00 2001 From: Rishabh Kumar Date: Wed, 20 Jul 2016 23:03:37 +0530 Subject: Remove PatternLB dead code PatternLB is replaced by SvxPresetListBox in tppattern.cxx Change-Id: Ie4ec100963b714e07807f8b600cca2e165fb4641 Reviewed-on: https://gerrit.libreoffice.org/27353 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt --- cui/source/inc/cuitabarea.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'cui/source/inc/cuitabarea.hxx') diff --git a/cui/source/inc/cuitabarea.hxx b/cui/source/inc/cuitabarea.hxx index 881568a393fd..46cb922805c3 100644 --- a/cui/source/inc/cuitabarea.hxx +++ b/cui/source/inc/cuitabarea.hxx @@ -563,7 +563,6 @@ private: VclPtr m_pCtlPixel; VclPtr m_pLbColor; VclPtr m_pLbBackgroundColor; - VclPtr m_pLbPatterns; VclPtr m_pPatternLB; VclPtr m_pCtlPreview; VclPtr m_pBtnAdd; -- cgit