diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-07-26 14:54:17 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-07-26 14:57:33 +0200 |
commit | e443e032f859d0c1e0859a2e29486a2f29d09df2 (patch) | |
tree | ba7b545f4ad4f38485b8cf2bf17d7d85eb5557b9 /sd/inc/sdabstdlg.hxx | |
parent | cd466bf5595fdf965ee9062392de1271b4284387 (diff) |
change from SID_PASSWORD to SID_ENCRYPTIONDATA
Diffstat (limited to 'sd/inc/sdabstdlg.hxx')
-rw-r--r-- | sd/inc/sdabstdlg.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sd/inc/sdabstdlg.hxx b/sd/inc/sdabstdlg.hxx index 789058a2c896..efae95e173eb 100644 --- a/sd/inc/sdabstdlg.hxx +++ b/sd/inc/sdabstdlg.hxx @@ -34,6 +34,7 @@ #include <tools/string.hxx> #include <sfx2/sfxdlg.hxx> #include <com/sun/star/uno/Sequence.h> +#include <com/sun/star/beans/NamedValue.hpp> #include <com/sun/star/beans/XPropertyAccess.hpp> #include "prlayout.hxx" #include "sdenumdef.hxx" @@ -95,7 +96,7 @@ public: virtual String GetDocPath() const = 0; virtual sal_Bool GetStartWithFlag() const = 0; virtual sal_Bool IsDocEmpty() const = 0; - virtual String GetPassword() = 0; + virtual com::sun::star::uno::Sequence< com::sun::star::beans::NamedValue > GetPassword() = 0; }; class AbstractSdModifyFieldDlg : public VclAbstractDialog //add for SdModifyFieldDlg |