summaryrefslogtreecommitdiff
path: root/comphelper/source
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-11-26 13:40:21 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-11-26 13:40:21 +0000
commit62b23841fba051d78e92da154306c727c02b346c (patch)
tree875265c7d59251db2e1e03843b7b8ea29e50e0c8 /comphelper/source
parentd5e904af5f08ddf3f27b88107bec823b79586fe0 (diff)
INTEGRATION: CWS recovery04 (1.2.52); FILE MERGED
2004/11/11 19:56:31 hro 1.2.52.2: RESYNC: (1.2-1.3); FILE MERGED 2004/07/23 13:10:45 hro 1.2.52.1: #i20882# Merging Recovery UI Resources
Diffstat (limited to 'comphelper/source')
-rw-r--r--comphelper/source/misc/mediadescriptor.cxx22
1 files changed, 20 insertions, 2 deletions
diff --git a/comphelper/source/misc/mediadescriptor.cxx b/comphelper/source/misc/mediadescriptor.cxx
index a7c5ee755662..af289a0a9118 100644
--- a/comphelper/source/misc/mediadescriptor.cxx
+++ b/comphelper/source/misc/mediadescriptor.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: mediadescriptor.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: as $ $Date: 2004-11-26 09:24:41 $
+ * last change: $Author: rt $ $Date: 2004-11-26 14:40:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -394,6 +394,24 @@ const ::rtl::OUString& MediaDescriptor::PROP_MODEL()
return sProp;
}
+const ::rtl::OUString& MediaDescriptor::PROP_PASSWORD()
+{
+ static const ::rtl::OUString sProp(RTL_CONSTASCII_USTRINGPARAM("Password"));
+ return sProp;
+}
+
+const ::rtl::OUString& MediaDescriptor::PROP_TITLE()
+{
+ static const ::rtl::OUString sProp(RTL_CONSTASCII_USTRINGPARAM("Title"));
+ return sProp;
+}
+
+const ::rtl::OUString& MediaDescriptor::PROP_SALVAGEDFILE()
+{
+ static const ::rtl::OUString sProp(RTL_CONSTASCII_USTRINGPARAM("SalvagedFile"));
+ return sProp;
+}
+
/*-----------------------------------------------
10.03.2004 08:09
-----------------------------------------------*/