diff options
Diffstat (limited to 'sc/source/ui/Accessibility/AccessibleText.cxx')
-rw-r--r-- | sc/source/ui/Accessibility/AccessibleText.cxx | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/sc/source/ui/Accessibility/AccessibleText.cxx b/sc/source/ui/Accessibility/AccessibleText.cxx index 4073e23f837f..94ea082a862c 100644 --- a/sc/source/ui/Accessibility/AccessibleText.cxx +++ b/sc/source/ui/Accessibility/AccessibleText.cxx @@ -1407,19 +1407,6 @@ SvxViewForwarder* ScAccessiblePreviewCellTextData::GetViewForwarder() return mpViewForwarder; } -//UNUSED2008-05 IMPL_LINK(ScAccessiblePreviewCellTextData, NotifyHdl, EENotify*, aNotify) -//UNUSED2008-05 { -//UNUSED2008-05 if( aNotify ) -//UNUSED2008-05 { -//UNUSED2008-05 ::std::auto_ptr< SfxHint > aHint = SvxEditSourceHelper::EENotification2Hint( aNotify); -//UNUSED2008-05 -//UNUSED2008-05 if( aHint.get() ) -//UNUSED2008-05 GetBroadcaster().Broadcast( *aHint.get() ); -//UNUSED2008-05 } -//UNUSED2008-05 -//UNUSED2008-05 return 0; -//UNUSED2008-05 } - ScDocShell* ScAccessiblePreviewCellTextData::GetDocShell(ScPreviewShell* pViewShell) { ScDocShell* pDocSh = NULL; @@ -1535,19 +1522,6 @@ SvxViewForwarder* ScAccessiblePreviewHeaderCellTextData::GetViewForwarder() return mpViewForwarder; } -//UNUSED2008-05 IMPL_LINK(ScAccessiblePreviewHeaderCellTextData, NotifyHdl, EENotify*, aNotify) -//UNUSED2008-05 { -//UNUSED2008-05 if( aNotify ) -//UNUSED2008-05 { -//UNUSED2008-05 ::std::auto_ptr< SfxHint > aHint = SvxEditSourceHelper::EENotification2Hint( aNotify); -//UNUSED2008-05 -//UNUSED2008-05 if( aHint.get() ) -//UNUSED2008-05 GetBroadcaster().Broadcast( *aHint.get() ); -//UNUSED2008-05 } -//UNUSED2008-05 -//UNUSED2008-05 return 0; -//UNUSED2008-05 } - ScDocShell* ScAccessiblePreviewHeaderCellTextData::GetDocShell(ScPreviewShell* pViewShell) { ScDocShell* pDocSh = NULL; |