diff options
author | Thorsten Behrens <tbehrens@novell.com> | 2010-12-09 22:59:28 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@novell.com> | 2010-12-10 00:45:52 +0100 |
commit | 590749c90ce39c40ac45993c9f29a21b52c55dab (patch) | |
tree | 88639deb5c780e2d7e1d8b92017b0cb94cb8b90e /vcl/source | |
parent | b5100f8a1c76a921406ed3d3a54ba2479b011977 (diff) |
Cleanup: removed no-op virtual function
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/window/tabpage.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/vcl/source/window/tabpage.cxx b/vcl/source/window/tabpage.cxx index beb9382ceb76..cccd315d7189 100644 --- a/vcl/source/window/tabpage.cxx +++ b/vcl/source/window/tabpage.cxx @@ -205,13 +205,4 @@ void TabPage::DeactivatePage() { } -// ----------------------------------------------------------------------- - -::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > TabPage::CreateAccessible() -{ - // TODO: remove this method (incompatible) - - return Window::CreateAccessible(); -} - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |