summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-01-09 04:56:04 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-18 17:01:25 +0200
commit3fdb733874cdc53afd92d14a49d1d76c7c7f12ac (patch)
treed4bc7b220b56564ee9b436efe3c80d7f7ba5205f
parentf776f44cd0b4252fa4dfbc8ba17f8868a155d90f (diff)
uitest: remove wrong comment
Change-Id: Ia926854eefdf4b972ceb0766da16730d552dfe8f
-rw-r--r--vcl/source/uitest/uiobject.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/uitest/uiobject.cxx b/vcl/source/uitest/uiobject.cxx
index 54ad3373de8d..ae79f3959c5a 100644
--- a/vcl/source/uitest/uiobject.cxx
+++ b/vcl/source/uitest/uiobject.cxx
@@ -220,7 +220,6 @@ DialogUIObject::DialogUIObject(VclPtr<Dialog> xDialog):
StringMap DialogUIObject::get_state()
{
StringMap aMap = WindowUIObject::get_state();
- // Move that to a Contrl base class
aMap["Modal"] = OUString::boolean(mxDialog->IsModalInputMode());
return aMap;