summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-05-10 15:53:56 +0200
committersb <sb@openoffice.org>2010-05-10 15:53:56 +0200
commit690b1faf13f182ae4bfdd9f7cf9d693dbc8db51e (patch)
tree04016cd1adfa7aa98e1a3d385225d76bdc4bd997
parentffdedb4ea33b8795d8b4df71b967b73934adb101 (diff)
jl152: #i77196# typo
-rw-r--r--desktop/source/deployment/registry/inc/dp_backenddb.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/registry/inc/dp_backenddb.hxx b/desktop/source/deployment/registry/inc/dp_backenddb.hxx
index 07daee36db..a401053e72 100644
--- a/desktop/source/deployment/registry/inc/dp_backenddb.hxx
+++ b/desktop/source/deployment/registry/inc/dp_backenddb.hxx
@@ -119,7 +119,7 @@ protected:
/* returns the values of one particulary child element of all key elements.
*/
- ::std::list< ::rtl::OUString> BackendDb::getOneChildFromAllEntries(
+ ::std::list< ::rtl::OUString> getOneChildFromAllEntries(
::rtl::OUString const & sElementName);