diff options
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/html/htmlexp.cxx | 12 | ||||
-rw-r--r-- | sc/source/ui/view/cellsh4.cxx | 6 |
2 files changed, 0 insertions, 18 deletions
diff --git a/sc/source/filter/html/htmlexp.cxx b/sc/source/filter/html/htmlexp.cxx index 7518ddffe37f..ac29f3d31184 100644 --- a/sc/source/filter/html/htmlexp.cxx +++ b/sc/source/filter/html/htmlexp.cxx @@ -252,18 +252,6 @@ ScHTMLExport::ScHTMLExport( SvStream& rStrmP, const OUString& rBaseURL, ScDocume if ( !IsEmptyTable( nTab ) ) nUsedTables++; } - - // Content-Id for Mail export? - SfxObjectShell* pDocSh = pDoc->GetDocumentShell(); - if ( pDocSh ) - { - const SfxPoolItem* pItem = pDocSh->GetItem( SID_ORIGURL ); - if( pItem ) - { - aCId = static_cast<const SfxStringItem *>(pItem)->GetValue(); - OSL_ENSURE( !aCId.isEmpty(), "CID without length!" ); - } - } } ScHTMLExport::~ScHTMLExport() diff --git a/sc/source/ui/view/cellsh4.cxx b/sc/source/ui/view/cellsh4.cxx index e6e98c692464..0aa9280f7154 100644 --- a/sc/source/ui/view/cellsh4.cxx +++ b/sc/source/ui/view/cellsh4.cxx @@ -84,12 +84,6 @@ void ScCellShell::ExecuteCursor( SfxRequest& rReq ) case SID_CURSORPAGEUP: rReq.SetSlot(SID_CURSORPAGEUP_SEL); break; - case SID_CURSORPAGERIGHT: - rReq.SetSlot(SID_CURSORPAGERIGHT_SEL); - break; - case SID_CURSORPAGELEFT: - rReq.SetSlot(SID_CURSORPAGELEFT_SEL); - break; case SID_CURSORBLKDOWN: rReq.SetSlot(SID_CURSORBLKDOWN_SEL); break; |