[Libreoffice-commits] core.git: sc/source

Jochen Nitschke j.nitschke+logerrit at ok.de
Sun Jul 17 12:25:07 UTC 2016


 sc/source/filter/inc/addressconverter.hxx |   10 ----------
 1 file changed, 10 deletions(-)

New commits:
commit 0473f6fc0445272b1e9d01ca9166d4fae58a5a56
Author: Jochen Nitschke <j.nitschke+logerrit at ok.de>
Date:   Sun Jul 17 13:31:55 2016 +0200

    sc: remove enum BiffTargetType
    
    unused since commit 9800f0c54c3832ef939e404eb84b9fc4a917669c
    
    Change-Id: I04611d0dd47598f383e8cd73c2061f5dfa86605c
    Reviewed-on: https://gerrit.libreoffice.org/27264
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Jochen Nitschke <j.nitschke+logerrit at ok.de>

diff --git a/sc/source/filter/inc/addressconverter.hxx b/sc/source/filter/inc/addressconverter.hxx
index 6213aa9..58b8845 100644
--- a/sc/source/filter/inc/addressconverter.hxx
+++ b/sc/source/filter/inc/addressconverter.hxx
@@ -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


More information about the Libreoffice-commits mailing list