diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-24 15:31:29 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-25 13:03:21 +0000 |
commit | 4c45268adf61a460e6c89f4536fd0ec37775676d (patch) | |
tree | e655030e4f8a42bf20851d17c99697d92d173169 /vcl/source/uitest/uiobject.cxx | |
parent | f7eb8ae9d9cce3e493105da98cc4ace9c56a3062 (diff) |
Fix typos
Change-Id: I623135cd4c76dd6569f4ee521f97dee41de4cb1e
Reviewed-on: https://gerrit.libreoffice.org/35660
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/source/uitest/uiobject.cxx')
-rw-r--r-- | vcl/source/uitest/uiobject.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/uitest/uiobject.cxx b/vcl/source/uitest/uiobject.cxx index 561688861481..b192f898c620 100644 --- a/vcl/source/uitest/uiobject.cxx +++ b/vcl/source/uitest/uiobject.cxx @@ -519,7 +519,7 @@ ButtonUIObject::~ButtonUIObject() StringMap ButtonUIObject::get_state() { StringMap aMap = WindowUIObject::get_state(); - // Move that to a Contrl base class + // Move that to a Control base class aMap["Label"] = mxButton->GetDisplayText(); return aMap; |