summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-06-30 10:31:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-06-30 11:47:06 +0100
commit6b2006c26713793867cfa2527d2d9c67e94ddb7d (patch)
tree5ac2d1b3808a63fac73c3269e501d5448c2d3124 /vcl/source
parent9eb8839cc41824c4cedb1360a80ed88fa269c0d6 (diff)
CreateAccessible just forwards to the parent impl already
Change-Id: I74bce8dc7b3e97eaea3964f476b3d3e3233100df
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/app/help.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/source/app/help.cxx b/vcl/source/app/help.cxx
index 6483a977a874..c41ff9faf38d 100644
--- a/vcl/source/app/help.cxx
+++ b/vcl/source/app/help.cxx
@@ -468,11 +468,6 @@ OUString HelpTextWindow::GetText() const
return maHelpText;
}
-::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > HelpTextWindow::CreateAccessible()
-{
- return FloatingWindow::CreateAccessible();
-}
-
void ImplShowHelpWindow( vcl::Window* pParent, sal_uInt16 nHelpWinStyle, QuickHelpFlags nStyle,
const OUString& rHelpText, const OUString& rStatusText,
const Point& rScreenPos, const Rectangle* pHelpArea )