summaryrefslogtreecommitdiff
path: root/sc/source/core/data/attrib.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-01-29 14:15:46 +0000
committerRüdiger Timm <rt@openoffice.org>2008-01-29 14:15:46 +0000
commit42e6cd3d8eda52c2ca8966cbc34daa242de908ee (patch)
tree3c4a2f67132f4938cb846c8563d5243fae39e0b9 /sc/source/core/data/attrib.cxx
parente57f72e2902e407872952fbbbce4a3e331f7e0b1 (diff)
INTEGRATION: CWS dr58_SRC680 (1.17.26); FILE MERGED
2007/12/14 10:50:55 nn 1.17.26.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)
Diffstat (limited to 'sc/source/core/data/attrib.cxx')
-rw-r--r--sc/source/core/data/attrib.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/source/core/data/attrib.cxx b/sc/source/core/data/attrib.cxx
index 84d8a40f6f7e..9d603b15e56b 100644
--- a/sc/source/core/data/attrib.cxx
+++ b/sc/source/core/data/attrib.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: attrib.cxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: ihi $ $Date: 2007-11-26 14:41:25 $
+ * last change: $Author: rt $ $Date: 2008-01-29 15:15:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -319,7 +319,9 @@ BOOL ScProtectionAttr::PutValue( const uno::Any& rVal, BYTE nMemberId )
bRet = TRUE;
}
else
+ {
DBG_ERROR("exception - wrong argument");
+ }
break;
}
case MID_1 :