summaryrefslogtreecommitdiffstats
path: root/vcl/source/window/tabpage.cxx
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@novell.com>2010-12-09 22:59:28 +0100
committerThorsten Behrens <tbehrens@novell.com>2010-12-10 00:45:52 +0100
commit590749c90ce39c40ac45993c9f29a21b52c55dab (patch)
tree88639deb5c780e2d7e1d8b92017b0cb94cb8b90e /vcl/source/window/tabpage.cxx
parentRemoved dead code - old BigInt-based MapMode (diff)
downloadcore-590749c90ce39c40ac45993c9f29a21b52c55dab.tar.gz
core-590749c90ce39c40ac45993c9f29a21b52c55dab.zip
Cleanup: removed no-op virtual function
Diffstat (limited to 'vcl/source/window/tabpage.cxx')
-rw-r--r--vcl/source/window/tabpage.cxx9
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: */