summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-10-04 15:55:05 +0000
committerKurt Zenker <kz@openoffice.org>2006-10-04 15:55:05 +0000
commit1804266a3242a237d46a08646a883746641cf8e5 (patch)
tree02273755cb6bb84417894f47b5480e04a2b98b08
parent3bcdf140cafc817d57f1d8798de63ba99e5bdebc (diff)
INTEGRATION: CWS sb62 (1.11.12); FILE MERGED
2006/09/27 11:51:37 sb 1.11.12.1: #i69163# Added rudimentary extension version handling.
-rw-r--r--desktop/source/deployment/registry/dp_backend.cxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/desktop/source/deployment/registry/dp_backend.cxx b/desktop/source/deployment/registry/dp_backend.cxx
index cf6269513bc2..36d507c50936 100644
--- a/desktop/source/deployment/registry/dp_backend.cxx
+++ b/desktop/source/deployment/registry/dp_backend.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dp_backend.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 09:42:56 $
+ * last change: $Author: kz $ $Date: 2006-10-04 16:55:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -328,6 +328,12 @@ OUString Package::getName() throw (RuntimeException)
}
//______________________________________________________________________________
+OUString Package::getVersion() throw (RuntimeException)
+{
+ return OUString();
+}
+
+//______________________________________________________________________________
OUString Package::getURL() throw (RuntimeException)
{
return m_url;