[Libreoffice-commits] .: vcl/source
Ivan Timofeev
ivantimofeev at kemper.freedesktop.org
Sat Jun 9 10:46:03 PDT 2012
vcl/source/window/toolbox.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 15201d37a48ba759ac2aa6f4f5b6bd15d53f0416
Author: Ivan Timofeev <timofeev.i.s at gmail.com>
Date: Sat Jun 9 21:45:45 2012 +0400
oops, hide the first separator as well
Change-Id: I90354696b96870b6d828e8f53e8b72a3716133bc
diff --git a/vcl/source/window/toolbox.cxx b/vcl/source/window/toolbox.cxx
index 6621a67..370eb0d 100644
--- a/vcl/source/window/toolbox.cxx
+++ b/vcl/source/window/toolbox.cxx
@@ -2340,7 +2340,7 @@ namespace
{
static void lcl_hideDoubleSeparators( std::vector< ImplToolItem >& rItems )
{
- bool bLastSep( false );
+ bool bLastSep( true );
std::vector< ImplToolItem >::iterator it;
for ( it = rItems.begin(); it != rItems.end(); ++it )
{
More information about the Libreoffice-commits
mailing list