[Libreoffice-commits] core.git: include/svx

Caolán McNamara caolanm at redhat.com
Sat Jun 29 01:23:08 PDT 2013


 include/svx/rubydialog.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9e200b1d58341d41f5204afdeed0392df2e68ef2
Author: Caolán McNamara <caolanm at redhat.com>
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;
 


More information about the Libreoffice-commits mailing list