diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 10:12:38 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 16:49:44 +0200 |
commit | a63562fcef5edb23c8d76d225892e24e7488130e (patch) | |
tree | 4c8ef367caf5707f9d343a8cf17724117edb97de | |
parent | b1d6c93f8902c077a2a47c1d03dcb0266abdec2f (diff) |
-Werror,-Wunused-const-variable
Change-Id: I360580a72137273425be2bcbd383f4e398013fee
-rw-r--r-- | sc/source/filter/oox/externallinkbuffer.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sc/source/filter/oox/externallinkbuffer.cxx b/sc/source/filter/oox/externallinkbuffer.cxx index bdfb6afdb296..c454ae89682d 100644 --- a/sc/source/filter/oox/externallinkbuffer.cxx +++ b/sc/source/filter/oox/externallinkbuffer.cxx @@ -66,13 +66,6 @@ const sal_uInt16 BIFF12_EXTNAME_STDDOCNAME = 0x0008; const sal_uInt16 BIFF12_EXTNAME_OLEOBJECT = 0x0010; const sal_uInt16 BIFF12_EXTNAME_ICONIFIED = 0x0020; -const sal_uInt16 BIFF_EXTNAME_BUILTIN = 0x0001; -const sal_uInt16 BIFF_EXTNAME_AUTOMATIC = 0x0002; -const sal_uInt16 BIFF_EXTNAME_PREFERPIC = 0x0004; -const sal_uInt16 BIFF_EXTNAME_STDDOCNAME = 0x0008; -const sal_uInt16 BIFF_EXTNAME_OLEOBJECT = 0x0010; -const sal_uInt16 BIFF_EXTNAME_ICONIFIED = 0x8000; - } // namespace // ============================================================================ |