summaryrefslogtreecommitdiff
path: root/sc/source/core/data/userdat.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-01-29 14:21:06 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-01-29 14:21:06 +0000
commitfb325b795fe48e76c3ce70f49c94a5be74334899 (patch)
treec91f924df10fea1cfe9f7d530903742910831b17 /sc/source/core/data/userdat.cxx
parentc95b99a32cbf36de5a0b4ed3521ce10934100f47 (diff)
INTEGRATION: CWS dr58_SRC680 (1.10.94); FILE MERGED
2007/12/14 10:50:56 nn 1.10.94.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)
Diffstat (limited to 'sc/source/core/data/userdat.cxx')
-rw-r--r--sc/source/core/data/userdat.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/source/core/data/userdat.cxx b/sc/source/core/data/userdat.cxx
index 653d03f554fd..914dfffc567b 100644
--- a/sc/source/core/data/userdat.cxx
+++ b/sc/source/core/data/userdat.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: userdat.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2007-07-06 12:33:48 $
+ * last change: $Author: rt $ $Date: 2008-01-29 15:21:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -66,7 +66,9 @@ IMPL_LINK_INLINE_START( ScDrawObjFactory, MakeUserData, SdrObjFactory *, pObjFac
else if ( pObjFactory->nIdentifier == SC_UD_MACRODATA )
pObjFactory->pNewData = new ScMacroInfo;
else
+ {
DBG_ERROR("MakeUserData: falsche ID");
+ }
}
return 0;
}