From ee3945bd98194010656fa9b3366e7471b9f160fd Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sun, 6 Apr 2014 19:36:08 +0300 Subject: Kill superfluous spacing before semicolons Change-Id: I53689e78221f3fe074e47d6b47f1a2c3fef96222 --- framework/source/uifactory/addonstoolbarfactory.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/source/uifactory') diff --git a/framework/source/uifactory/addonstoolbarfactory.cxx b/framework/source/uifactory/addonstoolbarfactory.cxx index 4c9b2526d86e..26f61b472bd8 100644 --- a/framework/source/uifactory/addonstoolbarfactory.cxx +++ b/framework/source/uifactory/addonstoolbarfactory.cxx @@ -153,7 +153,7 @@ sal_Bool AddonsToolBarFactory::hasButtonsInContext( { OUString aURL; rPropSeq[j].Value >>= aURL; - bIsButton = aURL != "private:separator" ; + bIsButton = aURL != "private:separator"; nPropChecked++; } -- cgit