summaryrefslogtreecommitdiff
path: root/svtools/workben
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-03-30 13:46:11 +0200
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-03-30 13:46:11 +0200
commit75db234dfc435b25085dffe3cc2f398fd2660681 (patch)
treee1003ee803f127cf1fe81f81741af72713b2316d /svtools/workben
parentec2d9aa11250e94588f9ff89190303da01c8bbf2 (diff)
slidecopy: A11Y for the ToolPanelDeck VCL control
Diffstat (limited to 'svtools/workben')
-rwxr-xr-x[-rw-r--r--]svtools/workben/toolpanel/toolpaneltest.cxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/svtools/workben/toolpanel/toolpaneltest.cxx b/svtools/workben/toolpanel/toolpaneltest.cxx
index 8291d60a3b7b..b94ae616e233 100644..100755
--- a/svtools/workben/toolpanel/toolpaneltest.cxx
+++ b/svtools/workben/toolpanel/toolpaneltest.cxx
@@ -280,6 +280,7 @@ public:
virtual void PanelInserted( const PToolPanel& i_pPanel, const size_t i_nPosition );
virtual void PanelRemoved( const size_t i_nPosition );
virtual void ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive, const ::boost::optional< size_t >& i_rNewActive );
+ virtual void LayouterChanged( const PDeckLayouter& i_rNewLayouter );
virtual void Dying();
private:
@@ -609,6 +610,12 @@ void OptionsWindow::ActivePanelChanged( const ::boost::optional< size_t >& i_rOl
}
//-----------------------------------------------------------------------------
+void OptionsWindow::LayouterChanged( const PDeckLayouter& i_rNewLayouter )
+{
+ // not interested in
+}
+
+//-----------------------------------------------------------------------------
void OptionsWindow::Dying()
{
// not interested in