diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-11-05 12:41:33 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-11-05 12:41:33 +0000 |
commit | 905b95b6c09b17da20fe6b30aef42f68b7bef15b (patch) | |
tree | e1655bd3e057498f93072dc7fd7421f7d109d6ca /sc | |
parent | 5d449c490882b42fa7e4192dcc13d0699b56b616 (diff) |
INTEGRATION: CWS calc17 (1.3.84); FILE MERGED
2003/09/18 06:57:50 dr 1.3.84.2: RESYNC: (1.3-1.4); FILE MERGED
2003/08/18 14:14:35 dr 1.3.84.1: #111865# page settings reimplemented
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/inc/xicontent.hxx | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/sc/source/filter/inc/xicontent.hxx b/sc/source/filter/inc/xicontent.hxx index b21f965283a4..cb7a4c7e0b68 100644 --- a/sc/source/filter/inc/xicontent.hxx +++ b/sc/source/filter/inc/xicontent.hxx @@ -2,9 +2,9 @@ * * $RCSfile: xicontent.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2003-09-16 08:19:26 $ + * last change: $Author: hr $ $Date: 2003-11-05 13:41:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -85,7 +85,6 @@ class XclImpStream; Classes to import the big Excel document contents (related to several cells or globals for the document). - Shared string tables -- Background bitmap - Hyperlinks - Label ranges - Conditional formatting @@ -124,18 +123,6 @@ inline const XclImpString* XclImpSst::GetString( sal_uInt32 nSstIndex ) con } -// Background bitmap ========================================================== - -/** Provides importing a page background bitmap. */ -class XclImpBitmap : ScfNoInstance -{ -public: - /** Reads a BITMAP record and inserts it into the current sheet. - @descr Import stream must be located at start of a BITMAP record. */ - static void ReadBitmap( XclImpStream& rStrm ); -}; - - // Hyperlinks ================================================================= /** Provides importing hyperlinks and inserting them into a document. */ |