Kaydet (Commit) 0473f6fc authored tarafından Jochen Nitschke's avatar Jochen Nitschke

sc: remove enum BiffTargetType

unused since commit 9800f0c5

Change-Id: I04611d0dd47598f383e8cd73c2061f5dfa86605c
Reviewed-on: https://gerrit.libreoffice.org/27264Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJochen Nitschke <j.nitschke+logerrit@ok.de>
üst bd964424
......@@ -156,16 +156,6 @@ inline SequenceInputStream& operator>>( SequenceInputStream& rStrm, BinRangeList
return rStrm;
}
/** Different target types that can be encoded in a BIFF URL. */
enum BiffTargetType
{
BIFF_TARGETTYPE_URL, /// URL, URL with sheet name, or sheet name.
BIFF_TARGETTYPE_SAMESHEET, /// Target for special '!A1' syntax to refer to current sheet.
BIFF_TARGETTYPE_LIBRARY, /// Library directory in application installation.
BIFF_TARGETTYPE_DDE_OLE, /// DDE server/topic or OLE class/target.
BIFF_TARGETTYPE_UNKNOWN /// Unknown/unsupported target type.
};
/** Converter for cell addresses and cell ranges for OOXML and BIFF filters.
*/
class AddressConverter : public WorkbookHelper
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment