summaryrefslogtreecommitdiff
path: root/sc/source/core/data/attrib.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2002-07-11 09:52:09 +0000
committerKurt Zenker <kz@openoffice.org>2002-07-11 09:52:09 +0000
commit8780251b81302417194c9ff04456cacd3d289890 (patch)
treeca347f6f30ba142013266563a4bb0d83c9c942d2 /sc/source/core/data/attrib.cxx
parent4c2dc07867d71c8bc9cd416558ed4c7e219a1903 (diff)
#100000# syntax for linux prod
Diffstat (limited to 'sc/source/core/data/attrib.cxx')
-rw-r--r--sc/source/core/data/attrib.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/core/data/attrib.cxx b/sc/source/core/data/attrib.cxx
index 96e06e679ff9..b423804e6e07 100644
--- a/sc/source/core/data/attrib.cxx
+++ b/sc/source/core/data/attrib.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: attrib.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mba $ $Date: 2002-07-08 07:54:20 $
+ * last change: $Author: kz $ $Date: 2002-07-11 10:52:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -356,7 +356,7 @@ BOOL __EXPORT ScProtectionAttr::PutValue( const uno::Any& rVal, BYTE nMemberId )
case MID_4 :
bRet = (rVal >>= bVal); if (bRet) bHidePrint=bVal; break;
default:
- DBG_ERROR("Wrong MemberID!")
+ DBG_ERROR("Wrong MemberID!");
}
return bRet;