diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-09-29 17:39:49 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-09-29 17:40:12 +0200 |
commit | c3399b0d4084d92879b1354bd05a9b891bd187a6 (patch) | |
tree | 1aa6d589bab5734f5a6627e7801e7a4e56fec5a5 | |
parent | 1a142d1dbdc33c9c4694e04f3b8b89848da47da6 (diff) |
fix the build
Change-Id: I95d98ec792c8741ee9d22ff174b388bb59cc7638
-rw-r--r-- | svtools/source/uitest/uiobject.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/uitest/uiobject.cxx b/svtools/source/uitest/uiobject.cxx index 0a4550ff1813..94da23aa6a54 100644 --- a/svtools/source/uitest/uiobject.cxx +++ b/svtools/source/uitest/uiobject.cxx @@ -156,7 +156,7 @@ StringMap SimpleTableUIObject::get_state() return aMap; } -OUString SimpleTableUIObject::UIObject::get_type() const +OUString SimpleTableUIObject::get_type() const { return OUString("SimpleTable"); } |