summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/registry/component/dp_compbackenddb.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/registry/component/dp_compbackenddb.cxx')
-rw-r--r--desktop/source/deployment/registry/component/dp_compbackenddb.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop/source/deployment/registry/component/dp_compbackenddb.cxx b/desktop/source/deployment/registry/component/dp_compbackenddb.cxx
index 7de93a00cd86..09f06638ecde 100644
--- a/desktop/source/deployment/registry/component/dp_compbackenddb.cxx
+++ b/desktop/source/deployment/registry/component/dp_compbackenddb.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -87,7 +87,7 @@ void ComponentBackendDb::addEntry(::rtl::OUString const & url, Data const & data
writeSimpleElement(OUSTR("java-type-library"),
OUString::valueOf((sal_Bool) data.javaTypeLibrary),
componentNode);
-
+
writeSimpleList(
data.implementationNames,
OUSTR("implementation-names"),
@@ -101,7 +101,7 @@ void ComponentBackendDb::addEntry(::rtl::OUString const & url, Data const & data
OUSTR("key"),
OUSTR("value"),
componentNode);
-
+
save();
}
catch(css::uno::Exception &)
@@ -124,7 +124,7 @@ ComponentBackendDb::Data ComponentBackendDb::getEntry(::rtl::OUString const & ur
bool bJava = readSimpleElement(OUSTR("java-type-library"), aNode)
.equals(OUSTR("true")) ? true : false;
retData.javaTypeLibrary = bJava;
-
+
retData.implementationNames =
readList(
aNode,