diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-10-12 10:48:19 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-10-12 10:48:19 +0000 |
commit | 6c798c7a713be421776919de8d4ecbc4027d738f (patch) | |
tree | da8c11cfbaeaef215f4e8abeeba9cfc81b2616ff /svx/inc/rubydialog.hxx | |
parent | 91772ca3b0169dbb8d8da2f98471e0c942927bfa (diff) |
INTEGRATION: CWS sb59 (1.13.62); FILE MERGED
2006/08/03 13:47:05 cl 1.13.62.1: removed compiler warnings
Diffstat (limited to 'svx/inc/rubydialog.hxx')
-rw-r--r-- | svx/inc/rubydialog.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/inc/rubydialog.hxx b/svx/inc/rubydialog.hxx index 41142ca574c3..28525b8760ae 100644 --- a/svx/inc/rubydialog.hxx +++ b/svx/inc/rubydialog.hxx @@ -4,9 +4,9 @@ * * $RCSfile: rubydialog.hxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: hr $ $Date: 2006-06-19 14:41:19 $ + * last change: $Author: obo $ $Date: 2006-10-12 11:48:19 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -112,6 +112,9 @@ public: class SvxRubyDialog : public SfxModelessDialog { + using Window::SetText; + using Window::GetText; + friend class RubyPreview; FixedText aLeftFT; |