include/svx/rubydialog.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 9e200b1d58341d41f5204afdeed0392df2e68ef2 Author: Caolán McNamara <[email protected]> Date: Sat Jun 29 09:22:06 2013 +0100 adjust usings, really should just rename ruby's get/set text Change-Id: Ic5fc9abfb5485a120af86b7832b0bc79f9d470f9 diff --git a/include/svx/rubydialog.hxx b/include/svx/rubydialog.hxx index f1538a3..d0154ec 100644 --- a/include/svx/rubydialog.hxx +++ b/include/svx/rubydialog.hxx @@ -87,8 +87,8 @@ public: class SvxRubyDialog : public SfxModelessDialog { - using Window::SetText; - using Window::GetText; + using Dialog::SetText; + using Dialog::GetText; friend class RubyPreview;
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
