summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-09-10 07:54:34 +0200
committerJulien Nabet <serval2412@yahoo.fr>2011-09-10 07:55:29 +0200
commitda25c271cec8721d2ae5907da1de9fdcf7e2eb4c (patch)
treebdaa4fd1a1c9ef1d91818a2097bffcf5234b2739 /vcl
parentc75c8d7d11bbf57d9bbc0d748e07386473f67f7b (diff)
Drop unused parts
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/helpwin.hxx3
-rw-r--r--vcl/source/app/help.cxx12
2 files changed, 0 insertions, 15 deletions
diff --git a/vcl/inc/helpwin.hxx b/vcl/inc/helpwin.hxx
index 7862a4961bbd..0c1368b1e84d 100644
--- a/vcl/inc/helpwin.hxx
+++ b/vcl/inc/helpwin.hxx
@@ -79,9 +79,6 @@ public:
const Rectangle& GetHelpArea() const { return maHelpArea; }
virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > CreateAccessible();
-
- sal_Bool RegisterAccessibleParent();
- void RevokeAccessibleParent();
};
void ImplShowHelpWindow( Window* pParent, sal_uInt16 nHelpWinStyle, sal_uInt16 nStyle,
diff --git a/vcl/source/app/help.cxx b/vcl/source/app/help.cxx
index 3db6bcc841bf..19b7808c7fd2 100644
--- a/vcl/source/app/help.cxx
+++ b/vcl/source/app/help.cxx
@@ -539,18 +539,6 @@ String HelpTextWindow::GetText() const
return FloatingWindow::CreateAccessible();
}
-// -----------------------------------------------------------------------
-
-sal_Bool HelpTextWindow::RegisterAccessibleParent()
-{
- return sal_False;
-}
-
-// -----------------------------------------------------------------------
-
-void HelpTextWindow::RevokeAccessibleParent()
-{
-}
// =======================================================================