summaryrefslogtreecommitdiff
path: root/include/svx/rubydialog.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-06-29 09:22:06 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-06-29 09:22:46 +0100
commit9e200b1d58341d41f5204afdeed0392df2e68ef2 (patch)
tree6927e06432c058eff2bd6d09d6a04f16cb7c4561 /include/svx/rubydialog.hxx
parente67c21ee0696cde7538016a813a5cbf39fb803b0 (diff)
adjust usings, really should just rename ruby's get/set text
Change-Id: Ic5fc9abfb5485a120af86b7832b0bc79f9d470f9
Diffstat (limited to 'include/svx/rubydialog.hxx')
-rw-r--r--include/svx/rubydialog.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/rubydialog.hxx b/include/svx/rubydialog.hxx
index f1538a32c3ec..d0154ec7cdca 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;