Kaydet (Commit) 1af22c05 authored tarafından Luboš Luňák's avatar Luboš Luňák

fix other problems found by Wundef

Change-Id: Ib4aba95436f82d2a20b07a092f0fd07e0620fdcf
üst 2c17beb7
......@@ -18,7 +18,7 @@
*/
#include "sfxacldetect.hxx"
#if EXTRA_ACL_CHECK
......
......@@ -39,7 +39,7 @@
#define MN_HEADERFOOTER_BUTTON (RC_POPUPS_BEGIN + 18)
#define MN_PAGEBREAK_BUTTON (RC_POPUPS_BEGIN + 19)
#if MN_PAGEBREAK_POPUPMENU > RC_POPUPS_END
#if MN_PAGEBREAK_BUTTON > RC_POPUPS_END
#error Resource-Id Ueberlauf in #file, #line
#endif
......
......@@ -354,7 +354,7 @@ bool XMLDiff::compareAttributes(xmlNodePtr node1, xmlNodePtr node2)
}
// unequal number of attributes
#if CPPUNIT_ASSERT
#ifdef CPPUNIT_ASSERT
CPPUNIT_ASSERT(!attr1);
CPPUNIT_ASSERT(!attr2);
#else
......
......@@ -239,7 +239,7 @@ bool DomainMapperTableManager::sprm(Sprm & rSprm)
break;
case NS_ooxml::LN_CT_TcPrBase_gridSpan: //number of grid positions spanned by this cell
{
#if DEBUG_DOMAINMAPPER
#ifdef DEBUG_DOMAINMAPPER
dmapper_logger->startElement("tablemanager.GridSpan");
dmapper_logger->attribute("gridSpan", nIntValue);
dmapper_logger->endElement();
......
......@@ -22,7 +22,7 @@
#include <ooxml/resourceids.hxx>
#include "dmapperLoggers.hxx"
#if DEBUG_DOMAINMAPPER
#ifdef DEBUG_DOMAINMAPPER
#include <resourcemodel/QNameToString.hxx>
#endif
......
......@@ -21,6 +21,7 @@
#include "secerr.h"
#include "sslerr.h"
#include "nspr.h"
#include "nss.h"
#include "certt.h"
#include <sal/macros.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment