summaryrefslogtreecommitdiff
path: root/sw/inc/section.hxx
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2001-03-02 13:39:49 +0000
committerjp <jp@openoffice.org>2001-03-02 13:39:49 +0000
commit53a3d8608ca961da80e85eda046db0284322c842 (patch)
treece23537dc141aed5c5a16d9e1bbbf466e7d81802 /sw/inc/section.hxx
parent85d1a68b1143abadca05a25226546dee5ed18d1a (diff)
password change: use sequence instead of string
Diffstat (limited to 'sw/inc/section.hxx')
-rw-r--r--sw/inc/section.hxx13
1 files changed, 8 insertions, 5 deletions
diff --git a/sw/inc/section.hxx b/sw/inc/section.hxx
index 40bcdf7a3a08..da3a3070d08a 100644
--- a/sw/inc/section.hxx
+++ b/sw/inc/section.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: section.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jp $ $Date: 2001-02-27 18:46:19 $
+ * last change: $Author: jp $ $Date: 2001-03-02 14:35:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -128,7 +128,7 @@ class SwSection : public SwClient
String sCondition; // erstmal, vielleicht auch mal ein Feld ??
String sLinkFileName,
sLinkFilePassWd; // JP 27.02.2001: must later changed to Sequence
- ::com::sun::star::uno::Sequence< sal_uInt8 > aPasswd;
+ ::com::sun::star::uno::Sequence <sal_Int8> aPasswd;
SwServerObjectRef refObj; // falls DataServer -> Pointer gesetzt
SvBaseLinkRef refLink;
@@ -204,9 +204,9 @@ public:
void SetLinkFilePassWd( const String& rS ) { sLinkFilePassWd = rS; }
// get / set password of this section
- const ::com::sun::star::uno::Sequence <sal_uInt8>&
+ const ::com::sun::star::uno::Sequence <sal_Int8>&
GetPasswd() const { return aPasswd; }
- void SetPasswd( const ::com::sun::star::uno::Sequence <sal_uInt8>& rNew )
+ void SetPasswd( const ::com::sun::star::uno::Sequence <sal_Int8>& rNew )
{ aPasswd = rNew; }
// Daten Server-Methoden
@@ -324,6 +324,9 @@ inline SwSection* SwSectionFmt::GetParentSection() const
/*************************************************************************
$Log: not supported by cvs2svn $
+ Revision 1.2 2001/02/27 18:46:19 jp
+ new: Password for single section
+
Revision 1.1.1.1 2000/09/18 17:14:27 hr
initial import