summaryrefslogtreecommitdiff
path: root/vcl/source/uitest
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2016-11-13 19:13:36 +0100
committerDavid Tardon <dtardon@redhat.com>2016-11-13 19:13:36 +0100
commit3838475c2fbeb3c84c2ee96a1845893b20d9495a (patch)
treebc651cd97a909ec253655decffd9f7d61517d413 /vcl/source/uitest
parent27a165cfc97f004ecf5d911a3adc3b5ced36f7fd (diff)
drop extra semicolons
Change-Id: Ie6713d1bdf0010e5bc0bb70ca995c4dd36408673
Diffstat (limited to 'vcl/source/uitest')
-rw-r--r--vcl/source/uitest/uiobject.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/uitest/uiobject.cxx b/vcl/source/uitest/uiobject.cxx
index c1fc7c5f81ce..4fc2e851bfed 100644
--- a/vcl/source/uitest/uiobject.cxx
+++ b/vcl/source/uitest/uiobject.cxx
@@ -543,7 +543,7 @@ EditUIObject::~EditUIObject()
void EditUIObject::execute(const OUString& rAction,
const StringMap& rParameters)
{
- bool bHandled = true;;
+ bool bHandled = true;
if (rAction == "SET")
{
if (rParameters.find("TEXT") != rParameters.end())