From 5f676e442a566a27fa13fdc923e0b57ae93d09e1 Mon Sep 17 00:00:00 2001 From: Daniel Rentz Date: Wed, 3 Mar 2010 19:22:59 +0100 Subject: tl78: #i109779# password2modify: preparations in oox, import from xlsx --- sc/inc/docuno.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sc/inc') diff --git a/sc/inc/docuno.hxx b/sc/inc/docuno.hxx index 95d9ebc35a7c..5eb88952b010 100644 --- a/sc/inc/docuno.hxx +++ b/sc/inc/docuno.hxx @@ -117,7 +117,6 @@ private: com::sun::star::uno::Reference GetFormatter(); rtl::OUString maBuildId; - sal_Int32 mnXlsWriteProtPass; protected: const SfxItemPropertySet& GetPropertySet() const { return aPropSet; } -- cgit From 3295b3c835de65c3c407881073025beef57c25e3 Mon Sep 17 00:00:00 2001 From: Mikhail Voytenko Date: Tue, 30 Mar 2010 16:34:51 +0200 Subject: tl78: #i110383# support password to modify --- sc/inc/unonames.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sc/inc') diff --git a/sc/inc/unonames.hxx b/sc/inc/unonames.hxx index f5de35c9d033..1656299c3efb 100644 --- a/sc/inc/unonames.hxx +++ b/sc/inc/unonames.hxx @@ -610,6 +610,7 @@ // --> PB 2004-08-23 #i33095# Security Options #define SC_UNO_LOADREADONLY "LoadReadonly" // <-- +#define SC_UNO_MODIFYPASSWORDHASH "ModifyPasswordHash" // FormulaParser #define SC_UNO_COMPILEENGLISH "CompileEnglish" -- cgit From b6e1fdef1f74ddc7355db66b089c56ed61aee1c4 Mon Sep 17 00:00:00 2001 From: Mikhail Voytenko Date: Thu, 3 Jun 2010 00:10:45 +0200 Subject: tl78: #i110383# password to modify support for binary types only --- sc/inc/unonames.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sc/inc') diff --git a/sc/inc/unonames.hxx b/sc/inc/unonames.hxx index 1656299c3efb..f5de35c9d033 100644 --- a/sc/inc/unonames.hxx +++ b/sc/inc/unonames.hxx @@ -610,7 +610,6 @@ // --> PB 2004-08-23 #i33095# Security Options #define SC_UNO_LOADREADONLY "LoadReadonly" // <-- -#define SC_UNO_MODIFYPASSWORDHASH "ModifyPasswordHash" // FormulaParser #define SC_UNO_COMPILEENGLISH "CompileEnglish" -- cgit