diff options
Diffstat (limited to 'svx/source/sidebar/text')
-rw-r--r-- | svx/source/sidebar/text/SvxSBFontNameBox.cxx | 2 | ||||
-rw-r--r-- | svx/source/sidebar/text/SvxSBFontNameBox.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/sidebar/text/SvxSBFontNameBox.cxx b/svx/source/sidebar/text/SvxSBFontNameBox.cxx index 27cd2a4dd0de..c52ce7edb04f 100644 --- a/svx/source/sidebar/text/SvxSBFontNameBox.cxx +++ b/svx/source/sidebar/text/SvxSBFontNameBox.cxx @@ -121,7 +121,7 @@ void SvxSBFontNameBox::FillList() SetSelection( aOldSel ); } -long SvxSBFontNameBox::PreNotify( NotifyEvent& rNEvt ) +bool SvxSBFontNameBox::PreNotify( NotifyEvent& rNEvt ) { const sal_uInt16 nType (rNEvt.GetType()); diff --git a/svx/source/sidebar/text/SvxSBFontNameBox.hxx b/svx/source/sidebar/text/SvxSBFontNameBox.hxx index 12026465ebf8..e8db278b3caf 100644 --- a/svx/source/sidebar/text/SvxSBFontNameBox.hxx +++ b/svx/source/sidebar/text/SvxSBFontNameBox.hxx @@ -50,7 +50,7 @@ public: { FontNameBox::Fill( pList ); nFtCount = pList->GetFontNameCount(); } void SetBindings(SfxBindings* pBinding);// - virtual long PreNotify( NotifyEvent& rNEvt ); + virtual bool PreNotify( NotifyEvent& rNEvt ); virtual bool Notify( NotifyEvent& rNEvt );// }; |