summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-06-25 10:37:12 +0200
committerDavid Tardon <dtardon@redhat.com>2012-06-25 14:53:05 +0200
commit8dcb94c6fcb2613834a91762aacdb07d4096a537 (patch)
tree91361303d74dff031c493574b35fb0ede05b922b
parentcheckdll libbf_xolo.so crasher with gcc-4.7.1 20120615 (diff)
downloadbinfilter-8dcb94c6fcb2613834a91762aacdb07d4096a537.tar.gz
binfilter-8dcb94c6fcb2613834a91762aacdb07d4096a537.zip
remove useless extern declaration
This fixes segfault in checkdll libbf_xolo.so during build of libreoffice 3.6 package for Fedora Rawhide. Do not ask me why... Change-Id: I367a85ba2a10bc60bcd74ca90c2fd24e86f70967
-rw-r--r--binfilter/inc/bf_xmloff/XMLChartPropertySetMapper.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/binfilter/inc/bf_xmloff/XMLChartPropertySetMapper.hxx b/binfilter/inc/bf_xmloff/XMLChartPropertySetMapper.hxx
index e4c9d27c0..a1e8932c4 100644
--- a/binfilter/inc/bf_xmloff/XMLChartPropertySetMapper.hxx
+++ b/binfilter/inc/bf_xmloff/XMLChartPropertySetMapper.hxx
@@ -37,8 +37,6 @@
namespace rtl { class OUString; }
namespace binfilter {
-extern const XMLPropertyMapEntry aXMLChartPropMap[];
-
class SvXMLExport;
// ----------------------------------------