diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-06 19:36:08 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-06 19:37:48 +0300 |
commit | ee3945bd98194010656fa9b3366e7471b9f160fd (patch) | |
tree | 105c8722e412ae47582aeeb506d6ef135ab7a974 /framework/source/uifactory | |
parent | 951ed199f1a47c02dad3dc899b9804b4574a151d (diff) |
Kill superfluous spacing before semicolons
Change-Id: I53689e78221f3fe074e47d6b47f1a2c3fef96222
Diffstat (limited to 'framework/source/uifactory')
-rw-r--r-- | framework/source/uifactory/addonstoolbarfactory.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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++; } |