summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-10-01 21:07:26 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-10-05 18:51:30 -0500
commit61a39662c30a9c3a9734a78a273c3427bf25c3f7 (patch)
tree93fd26c44199e00d1a83f878fc017f7831ed2dc3
parent69dcd27b9f22c35ae217532d3c5a781a8ac5e403 (diff)
removed SID_ORIGURL, which is no longer supported
-rw-r--r--sc/source/filter/html/htmlexp.cxx12
-rwxr-xr-xsfx2/inc/sfx2/sfxsids.hrc1
2 files changed, 0 insertions, 13 deletions
diff --git a/sc/source/filter/html/htmlexp.cxx b/sc/source/filter/html/htmlexp.cxx
index 84c734e7fd13..0e60f34df1c6 100644
--- a/sc/source/filter/html/htmlexp.cxx
+++ b/sc/source/filter/html/htmlexp.cxx
@@ -276,18 +276,6 @@ ScHTMLExport::ScHTMLExport( SvStream& rStrmP, const String& rBaseURL, ScDocument
if ( !IsEmptyTable( nTab ) )
nUsedTables++;
}
-
- // Content-Id fuer Mail-Export?
- SfxObjectShell* pDocSh = pDoc->GetDocumentShell();
- if ( pDocSh )
- {
- const SfxPoolItem* pItem = pDocSh->GetItem( SID_ORIGURL );
- if( pItem )
- {
- aCId = ((const SfxStringItem *)pItem)->GetValue();
- OSL_ENSURE( aCId.Len(), "CID ohne Laenge!" );
- }
- }
}
diff --git a/sfx2/inc/sfx2/sfxsids.hrc b/sfx2/inc/sfx2/sfxsids.hrc
index baf4b5615d3b..35e719ba8217 100755
--- a/sfx2/inc/sfx2/sfxsids.hrc
+++ b/sfx2/inc/sfx2/sfxsids.hrc
@@ -356,7 +356,6 @@
#define SID_DOCFRAME (SID_SFX_START + 598)
#define SID_ONLYSUBFRAMES (SID_SFX_START + 690)
#define SID_TARGETNAME (SID_SFX_START + 560)
-#define SID_ORIGURL (SID_SFX_START + 644)
#define SID_POSTSTRING (SID_SFX_START + 645)
#define SID_POSTDATA (SID_SFX_START + 1536)
#define SID_DONELINK (SID_SFX_START + 646)