Kaydet (Commit) dfad0013 authored tarafından Andre Fischer's avatar Andre Fischer Kaydeden (comit) Michael Meeks

Resolves: #i122251# Prevent key events from being forwarded...

from sidebar tab bar to Calc

(cherry picked from commit 2abab958)

Change-Id: Ie47d086699986b64cbdc15df649adea705351307
üst 11f8ed40
......@@ -254,6 +254,14 @@ void TabBar::DataChanged (const DataChangedEvent& rDataChangedEvent)
long TabBar::Notify (NotifyEvent& rEvent)
{
return sal_False;
}
RadioButton* TabBar::CreateTabItem (const DeckDescriptor& rDeckDescriptor)
{
RadioButton* pItem = ControlFactory::CreateTabItem(this);
......
......@@ -66,6 +66,7 @@ public:
virtual void Paint (const Rectangle& rUpdateArea);
virtual void DataChanged (const DataChangedEvent& rDataChangedEvent);
virtual long Notify (NotifyEvent& rEvent);
static sal_Int32 GetDefaultWidth (void);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment