summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-11-26 13:39:45 +0000
committerRüdiger Timm <rt@openoffice.org>2004-11-26 13:39:45 +0000
commitd5e904af5f08ddf3f27b88107bec823b79586fe0 (patch)
treea0a875aa7abb0539eb33a1d3a08e9a1e5689c167 /comphelper
parent1c5b703795c95528aaa2d619aa692b5d06db0c7c (diff)
INTEGRATION: CWS recovery04 (1.2.52); FILE MERGED
2004/07/23 13:10:44 hro 1.2.52.1: #i20882# Merging Recovery UI Resources
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/inc/comphelper/mediadescriptor.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/comphelper/inc/comphelper/mediadescriptor.hxx b/comphelper/inc/comphelper/mediadescriptor.hxx
index 9298b233f485..1f6f08d04638 100644
--- a/comphelper/inc/comphelper/mediadescriptor.hxx
+++ b/comphelper/inc/comphelper/mediadescriptor.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: mediadescriptor.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2004-11-17 13:39:46 $
+ * last change: $Author: rt $ $Date: 2004-11-26 14:39:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -129,6 +129,7 @@ class MediaDescriptor : public SequenceAsHashMap
static const ::rtl::OUString& PROP_MINIMIZED();
static const ::rtl::OUString& PROP_OPENNEWVIEW();
static const ::rtl::OUString& PROP_OUTPUTSTREAM();
+ static const ::rtl::OUString& PROP_PASSWORD();
static const ::rtl::OUString& PROP_PATTERN();
static const ::rtl::OUString& PROP_POSSIZE();
static const ::rtl::OUString& PROP_POSTDATA();
@@ -136,11 +137,13 @@ class MediaDescriptor : public SequenceAsHashMap
static const ::rtl::OUString& PROP_PREVIEW();
static const ::rtl::OUString& PROP_READONLY();
static const ::rtl::OUString& PROP_REFERRER();
+ static const ::rtl::OUString& PROP_SALVAGEDFILE();
static const ::rtl::OUString& PROP_SILENT();
static const ::rtl::OUString& PROP_STATUSINDICATOR();
static const ::rtl::OUString& PROP_STREAM();
static const ::rtl::OUString& PROP_TEMPLATENAME();
static const ::rtl::OUString& PROP_TEMPLATEREGIONNAME();
+ static const ::rtl::OUString& PROP_TITLE();
static const ::rtl::OUString& PROP_TYPENAME();
static const ::rtl::OUString& PROP_UCBCONTENT();
static const ::rtl::OUString& PROP_UPDATEDOCMODE();