diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-03-21 12:45:01 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-03-21 12:45:01 +0000 |
commit | 607cc2447e57c4568838b2967dd1e825f2b599fc (patch) | |
tree | 9414693533d1ed6ca443d4eb40377ff74b4d9e4d /comphelper/inc | |
parent | c53166af45c4de514acf36df6f5f55b561b3c4a9 (diff) |
INTEGRATION: CWS fwkpostbeta1 (1.5.16); FILE MERGED
2005/03/03 13:55:16 jl 1.5.16.2: RESYNC: (1.5-1.6); FILE MERGED
2005/01/26 14:51:53 cd 1.5.16.1: #i40892# Added property viewonly
Diffstat (limited to 'comphelper/inc')
-rw-r--r-- | comphelper/inc/comphelper/mediadescriptor.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/comphelper/inc/comphelper/mediadescriptor.hxx b/comphelper/inc/comphelper/mediadescriptor.hxx index 7c1e5d0b3536..5dc03123b5a4 100644 --- a/comphelper/inc/comphelper/mediadescriptor.hxx +++ b/comphelper/inc/comphelper/mediadescriptor.hxx @@ -2,9 +2,9 @@ * * $RCSfile: mediadescriptor.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: vg $ $Date: 2005-02-16 15:56:46 $ + * last change: $Author: kz $ $Date: 2005-03-21 13:45:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -156,6 +156,7 @@ class COMPHELPER_DLLPUBLIC MediaDescriptor : public SequenceAsHashMap static const ::rtl::OUString& PROP_REPAIRPACKAGE(); static const ::rtl::OUString& PROP_DOCUMENTTITLE(); static const ::rtl::OUString& PROP_MODEL(); + static const ::rtl::OUString& PROP_VIEWONLY(); //------------------------------------------- // interface |