[Libreoffice-commits] .: sc/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Jan 24 15:34:02 PST 2013


 sc/source/filter/oox/formulabase.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 0adb958c451660ec0eea012480b6327dd2aefeb4
Author: Eike Rathke <erack at redhat.com>
Date:   Fri Jan 25 00:31:03 2013 +0100

    non-dbgutil build [-Werror=unused-parameter], fdo#59819
    
    Change-Id: I8eaa67bc2ab609bb6483cb307bf4bbc0ca654671

diff --git a/sc/source/filter/oox/formulabase.cxx b/sc/source/filter/oox/formulabase.cxx
index 562c166..3a01e0c 100644
--- a/sc/source/filter/oox/formulabase.cxx
+++ b/sc/source/filter/oox/formulabase.cxx
@@ -856,6 +856,7 @@ FunctionProviderImpl::FunctionProviderImpl( FilterType eFilter, BiffType eBiff,
     // bCallerKnowsAboutMacroExport, to suppress this warning then.
     OSL_ENSURE( bImportFilter || bCallerKnowsAboutMacroExport,
             "FunctionProviderImpl::FunctionProviderImpl - need special handling for macro call functions" );
+    (void)bCallerKnowsAboutMacroExport;
     sal_uInt8 nMaxParam = 0;
     switch( eFilter )
     {


More information about the Libreoffice-commits mailing list