summaryrefslogtreecommitdiffstats
path: root/sd/inc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-07-26 14:54:17 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-07-26 14:57:33 +0200
commite443e032f859d0c1e0859a2e29486a2f29d09df2 (patch)
treeba7b545f4ad4f38485b8cf2bf17d7d85eb5557b9 /sd/inc
parentfix typo: DeletePassords to DeletePasswords (diff)
downloadcore-e443e032f859d0c1e0859a2e29486a2f29d09df2.tar.gz
core-e443e032f859d0c1e0859a2e29486a2f29d09df2.zip
change from SID_PASSWORD to SID_ENCRYPTIONDATA
Diffstat (limited to 'sd/inc')
-rw-r--r--sd/inc/sdabstdlg.hxx3
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