[Libreoffice-commits] .: binfilter/inc

David Tardon dtardon at kemper.freedesktop.org
Mon Jun 25 05:50:42 PDT 2012


 binfilter/inc/bf_xmloff/XMLChartPropertySetMapper.hxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 64f9aceb74ca4c36049d89bfbd63b2fa6e71fb6b
Author: David Tardon <dtardon at redhat.com>
Date:   Mon Jun 25 10:37:12 2012 +0200

    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

diff --git a/binfilter/inc/bf_xmloff/XMLChartPropertySetMapper.hxx b/binfilter/inc/bf_xmloff/XMLChartPropertySetMapper.hxx
index e4c9d27..a1e8932 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;
 
 // ----------------------------------------


More information about the Libreoffice-commits mailing list