summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-07-21 16:21:54 +0000
committerKurt Zenker <kz@openoffice.org>2006-07-21 16:21:54 +0000
commit86e91e8919bcbecfc7989e1629df93a5370087cd (patch)
tree8ae5a97aaa16844b23ba878ef7f8cec0d6a22dab /desktop
parent73fd678a6abecb5936c0874950096a35bf9cb866 (diff)
#i67576# remove extra qualification
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/deployment/registry/package/dp_package.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/deployment/registry/package/dp_package.cxx b/desktop/source/deployment/registry/package/dp_package.cxx
index 98969440ebc1..d7ff0595932e 100644
--- a/desktop/source/deployment/registry/package/dp_package.cxx
+++ b/desktop/source/deployment/registry/package/dp_package.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dp_package.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: obo $ $Date: 2006-07-13 17:07:16 $
+ * last change: $Author: kz $ $Date: 2006-07-21 17:21:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -134,7 +134,7 @@ class BackendImpl : public ImplBaseT
OUString findLocalizedLicense(
const css::uno::Reference<css::xml::dom::XElement>& xRoot,
const css::uno::Reference<css::xml::xpath::XXPathAPI>& xXPath);
- OUString BackendImpl::PackageImpl::getLicenseText(
+ OUString getLicenseText(
const css::uno::Reference< css::ucb::XCommandEnvironment >& xCmdEnv,
const OUString& licenseUrl);