summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-10-04 15:55:19 +0000
committerKurt Zenker <kz@openoffice.org>2006-10-04 15:55:19 +0000
commit3c4afbcb4921eb6d589816db24ce142c77aefd8f (patch)
treea15062d277ae5080cb9af6d8669958101c148af3
parent1804266a3242a237d46a08646a883746641cf8e5 (diff)
INTEGRATION: CWS sb62 (1.11.50); FILE MERGED
2006/09/27 11:51:37 sb 1.11.50.1: #i69163# Added rudimentary extension version handling.
-rw-r--r--desktop/source/deployment/registry/inc/dp_backend.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/desktop/source/deployment/registry/inc/dp_backend.h b/desktop/source/deployment/registry/inc/dp_backend.h
index de1e807c7da5..3d2f99740950 100644
--- a/desktop/source/deployment/registry/inc/dp_backend.h
+++ b/desktop/source/deployment/registry/inc/dp_backend.h
@@ -4,9 +4,9 @@
*
* $RCSfile: dp_backend.h,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: obo $ $Date: 2006-07-13 17:06:21 $
+ * last change: $Author: kz $ $Date: 2006-10-04 16:55:19 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -208,6 +208,8 @@ public:
css::uno::RuntimeException);
virtual ::rtl::OUString SAL_CALL getName()
throw (css::uno::RuntimeException);
+ virtual ::rtl::OUString SAL_CALL getVersion()
+ throw (css::uno::RuntimeException);
virtual ::rtl::OUString SAL_CALL getURL()
throw (css::uno::RuntimeException);
virtual ::rtl::OUString SAL_CALL getDisplayName()