summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2008-04-29 14:06:08 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2008-04-29 14:06:08 +0000
commitdb69f7b86b657184b7714d91b5c79244d1aef3a6 (patch)
tree387e62bcdea1786f6cdea2d22f1fa9e3f573c102 /sc
parentbb5973775ce08dd8932cbdb5bb11eb582ef1a725 (diff)
#i10000#: fix gcc-4.2.3 warning
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/tool/compiler.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/source/core/tool/compiler.cxx b/sc/source/core/tool/compiler.cxx
index c53067dfc701..67204f8de1f6 100644
--- a/sc/source/core/tool/compiler.cxx
+++ b/sc/source/core/tool/compiler.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: compiler.cxx,v $
- * $Revision: 1.76 $
+ * $Revision: 1.77 $
*
* This file is part of OpenOffice.org.
*
@@ -460,7 +460,9 @@ ScCompiler::OpCodeMapPtr ScCompiler::CreateOpCodeMap(
if (pArr->Token.Data >>= aExternalName)
xMap->putExternal( pArr->Name, aExternalName);
else
+ {
DBG_ERRORFILE( "ScCompiler::CreateOpCodeMap: no Token.Data external name");
+ }
}
}
return xMap;