summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/regionsw.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/source/ui/inc/regionsw.hxx
parent85d1a68b1143abadca05a25226546dee5ed18d1a (diff)
password change: use sequence instead of string
Diffstat (limited to 'sw/source/ui/inc/regionsw.hxx')
-rw-r--r--sw/source/ui/inc/regionsw.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/inc/regionsw.hxx b/sw/source/ui/inc/regionsw.hxx
index 672fa2e89314..d3a3a43813b6 100644
--- a/sw/source/ui/inc/regionsw.hxx
+++ b/sw/source/ui/inc/regionsw.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: regionsw.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: os $ $Date: 2001-03-02 14:08:37 $
+ * last change: $Author: jp $ $Date: 2001-03-02 14:39:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -237,7 +237,7 @@ class SwEditRegionDlg : public SfxModalDialog
Bitmap aCollNode;
Bitmap aBmpArr[4];
- String aNewPasswd;
+ ::com::sun::star::uno::Sequence <sal_Int8 > aNewPasswd;
SwWrtShell& rSh;
SectReprArr aSectReprArr;
SvLBoxEntry* pAktEntry;
@@ -258,7 +258,7 @@ public:
void RecurseList( const SwSectionFmt* pFmt, SvLBoxEntry* pEntry);
USHORT FindArrPos(const SwSectionFmt* pFmt);
- void SetPassword(const String& rPassWd);
+ void SetPassword( const ::com::sun::star::uno::Sequence <sal_Int8>& );
DECL_LINK( GetFirstEntryHdl, SvTreeListBox * );
DECL_LINK( DeselectHdl, SvTreeListBox * );