summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2000-10-27 07:05:56 +0000
committerOliver Specht <os@openoffice.org>2000-10-27 07:05:56 +0000
commit6ee44be8d99f74842e32e02e59077aca21e88a53 (patch)
tree773477d5148e198654c8c29f60c5521f00e26ee5
parent3e401b81c58dc6b892bcf9a1c33dc4822d66f6ae (diff)
#79812# property value missing assertion removed
-rw-r--r--sw/source/ui/utlui/navicfg.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/source/ui/utlui/navicfg.cxx b/sw/source/ui/utlui/navicfg.cxx
index fdc9a0eed865..4476165a2061 100644
--- a/sw/source/ui/utlui/navicfg.cxx
+++ b/sw/source/ui/utlui/navicfg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: navicfg.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:50 $
+ * last change: $Author: os $ $Date: 2000-10-27 08:05:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -138,7 +138,6 @@ SwNavigationConfig::SwNavigationConfig() :
{
for(int nProp = 0; nProp < aNames.getLength(); nProp++)
{
- DBG_ASSERT(pValues[nProp].hasValue(), "property value missing")
if(pValues[nProp].hasValue())
{
switch(nProp)