summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-10-01 19:53:50 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-10-02 16:49:44 +0200
commitb117d38f18265cf402e0bf6799f6b328eac7cb13 (patch)
treea00a655cb5e742d3e835def54353abf9306960e8 /sc
parent71c7f4c34f49b70d6a4691c4be166d5417122c00 (diff)
-Werror,-Wunused-const-variable
Change-Id: I003f3e82a0391b4f2d283a23b038e6bd4078b336
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/oox/addressconverter.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/sc/source/filter/oox/addressconverter.cxx b/sc/source/filter/oox/addressconverter.cxx
index 958acb6493db..6c71b4948c9f 100644
--- a/sc/source/filter/oox/addressconverter.cxx
+++ b/sc/source/filter/oox/addressconverter.cxx
@@ -70,20 +70,6 @@ const sal_Int32 BIFF8_MAXCOL = BIFF5_MAXCOL;
const sal_Int32 BIFF8_MAXROW = 65535;
const sal_Int16 BIFF8_MAXTAB = BIFF5_MAXTAB;
-const sal_Unicode BIFF_URL_DRIVE = '\x01'; /// DOS drive letter or UNC path.
-const sal_Unicode BIFF_URL_ROOT = '\x02'; /// Root directory of current drive.
-const sal_Unicode BIFF_URL_SUBDIR = '\x03'; /// Subdirectory delimiter.
-const sal_Unicode BIFF_URL_PARENT = '\x04'; /// Parent directory.
-const sal_Unicode BIFF_URL_RAW = '\x05'; /// Unencoded URL.
-const sal_Unicode BIFF_URL_INSTALL = '\x06'; /// Application installation directory.
-const sal_Unicode BIFF_URL_INSTALL2 = '\x07'; /// Alternative application installation directory.
-const sal_Unicode BIFF_URL_LIBRARY = '\x08'; /// Library directory in application installation.
-const sal_Unicode BIFF4_URL_SHEET = '\x09'; /// BIFF4 internal sheet.
-const sal_Unicode BIFF_URL_UNC = '@'; /// UNC path root.
-
-const sal_Unicode BIFF_DCON_ENCODED = '\x01'; /// First character of an encoded path from DCON* records.
-const sal_Unicode BIFF_DCON_INTERN = '\x02'; /// First character of an encoded sheet name from DCON* records.
-
} // namespace
// ============================================================================