[Libreoffice-commits] core.git: sw/source
Tor Lillqvist
tml at iki.fi
Sun Jun 30 00:38:01 PDT 2013
sw/source/ui/inc/javaedit.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 90b27064b4beae5120af2f9c772810f2ab8f1c91
Author: Tor Lillqvist <tml at iki.fi>
Date: Sun Jun 30 10:37:04 2013 +0300
WaE: 'SwJavaEditDialog::GetText' hides overloaded virtual function
Change-Id: Ie0129f00f7abe925ad86547812b5b15986e42a78
diff --git a/sw/source/ui/inc/javaedit.hxx b/sw/source/ui/inc/javaedit.hxx
index d183268..ca7ee5d5 100644
--- a/sw/source/ui/inc/javaedit.hxx
+++ b/sw/source/ui/inc/javaedit.hxx
@@ -70,7 +70,7 @@ private:
void CheckTravel();
void SetFld();
- using Window::GetText;
+ using Dialog::GetText;
using Window::GetType;
public:
More information about the Libreoffice-commits
mailing list