summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-01-31 08:02:03 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-01-31 08:02:03 +0000
commit0fe9f7f43e6d7817217b7e542440b823b582387d (patch)
tree21e48abd14ec11a252e4477d1d2fbdfa197634ef
parent0c045735457e52eaf215facfaf7040c2d0abaf65 (diff)
INTEGRATION: CWS mav15 (1.11.38); FILE MERGED
2005/01/18 15:39:17 mav 1.11.38.1: #119038# possibility to link to an encrypted document
-rw-r--r--embeddedobj/source/inc/commonembobj.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/embeddedobj/source/inc/commonembobj.hxx b/embeddedobj/source/inc/commonembobj.hxx
index 5e91ebbc3404..208121b5c832 100644
--- a/embeddedobj/source/inc/commonembobj.hxx
+++ b/embeddedobj/source/inc/commonembobj.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: commonembobj.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: kz $ $Date: 2004-10-04 19:53:17 $
+ * last change: $Author: rt $ $Date: 2005-01-31 09:02:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -213,6 +213,8 @@ protected:
// link related stuff
::rtl::OUString m_aLinkURL;
::rtl::OUString m_aLinkFilterName;
+ sal_Bool m_bLinkHasPassword;
+ ::rtl::OUString m_aLinkPassword;
private:
void CommonInit_Impl( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& aObjectProps );