summaryrefslogtreecommitdiff
path: root/stoc
diff options
context:
space:
mode:
authorStephan Bergmann <sb@openoffice.org>2002-12-06 14:52:48 +0000
committerStephan Bergmann <sb@openoffice.org>2002-12-06 14:52:48 +0000
commit5a526d0957cf916198ca970c8ee3f85f1f4987f7 (patch)
treeda209c8ff93fc86156d89fae3e8308f75f4fc554 /stoc
parent53ab912128fab052dbbfedaa794160489b84c921 (diff)
#105077# Fixed typo.
Diffstat (limited to 'stoc')
-rw-r--r--stoc/source/javavm/javavm.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/stoc/source/javavm/javavm.cxx b/stoc/source/javavm/javavm.cxx
index be99c544d11c..9be452c981d4 100644
--- a/stoc/source/javavm/javavm.cxx
+++ b/stoc/source/javavm/javavm.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: javavm.cxx,v $
*
- * $Revision: 1.50 $
+ * $Revision: 1.51 $
*
- * last change: $Author: sb $ $Date: 2002-12-06 10:48:58 $
+ * last change: $Author: sb $ $Date: 2002-12-06 15:52:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1451,8 +1451,8 @@ void SAL_CALL JavaVirtualMachine::elementReplaced(
}
else if (aAccessor.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("Security")))
{
- aPropertyName.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(
- "stardiv.security.disableSecurity"));
+ aPropertyName = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(
+ "stardiv.security.disableSecurity"));
sal_Bool b;
if (rEvent.Element >>= b)
if (b)