summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2000-11-30 09:01:23 +0000
committerOliver Specht <os@openoffice.org>2000-11-30 09:01:23 +0000
commitabdbd7e1d5fd7ef4de9d747ec0edfb35c5882839 (patch)
tree4afb88fff07fb248f147b43df93ac6f20d160a99 /unotools
parent1d473019b5a5a13982f7aeeed25ad01dc55f2ec2 (diff)
#80984# ::changesOccured: relative paths
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/config/configitem.cxx15
1 files changed, 2 insertions, 13 deletions
diff --git a/unotools/source/config/configitem.cxx b/unotools/source/config/configitem.cxx
index 0b5d04c11bbc..0f059740d720 100644
--- a/unotools/source/config/configitem.cxx
+++ b/unotools/source/config/configitem.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: configitem.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: tl $ $Date: 2000-11-29 15:14:35 $
+ * last change: $Author: os $ $Date: 2000-11-30 10:01:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -180,17 +180,6 @@ void ConfigChangeListener_Impl::changesOccurred( const ChangesEvent& rEvent ) th
{
OUString sTemp;
pElementChanges[i].Accessor >>= sTemp;
-//#ifdef DEBUG // workaround to #79499#
-// if(0 == sTemp.compareToAscii("/org.openoffice.Office.Writer/Print/", 36))
-// {
-// OUString sValue = sTemp.copy(36);
-// sTemp = OUString::createFromAscii("/org.openoffice.Office.Writer/Print/");
-// sTemp += OUString::createFromAscii("Content/");
-// sTemp += sValue;
-// }
-//#endif
- OSL_ENSHURE(nBaseTreeLen < sTemp.getLength(),"property name incorrect");
- sTemp = sTemp.copy(nBaseTreeLen);
if(lcl_Find(sTemp, pCheckPropertyNames, aPropertyNames.getLength()))
pNames[nNotify++] = sTemp;
}