[Libreoffice-commits] core.git: svx/source
Tor Lillqvist
tml at iki.fi
Mon May 20 04:15:54 PDT 2013
svx/source/sidebar/debug/ColorPanel.cxx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 51207ddd4c956f9740d6ec5bcb91d9e0756af0b6
Author: Tor Lillqvist <tml at iki.fi>
Date: Mon May 20 14:10:44 2013 +0300
No 'mnPreferredColumnCount' any more
Change-Id: I0dfebc75b94b1be723ecc5e58d3a0227415b3121
diff --git a/svx/source/sidebar/debug/ColorPanel.cxx b/svx/source/sidebar/debug/ColorPanel.cxx
index 57cce20..94d082f 100644
--- a/svx/source/sidebar/debug/ColorPanel.cxx
+++ b/svx/source/sidebar/debug/ColorPanel.cxx
@@ -24,8 +24,7 @@
namespace svx { namespace sidebar {
ColorPanel::ColorPanel (::Window* pParent)
- : ValueSet(pParent, WB_ITEMBORDER),
- mnPreferredColumnCount(2)
+ : ValueSet(pParent, WB_ITEMBORDER)
{
WinBits aStyle =
WB_ITEMBORDER
More information about the Libreoffice-commits
mailing list