summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-05-17 09:21:44 +0200
committerStephan Bergmann <sbergman@redhat.com>2018-05-17 09:21:44 +0200
commit8da2485f2ac512e68083c793b21a90238b55c1c9 (patch)
tree554b40a191916f69eff2589a7ca70bd1e526a599 /unotools
parent9fd6b6b1f5b83d923a47252b744358721761d9cf (diff)
-Werror,-Wunused-private-field
Change-Id: Icc8c073040bbbb0c481bb6de8c605f72b51b1f37
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/config/extendedsecurityoptions.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/unotools/source/config/extendedsecurityoptions.cxx b/unotools/source/config/extendedsecurityoptions.cxx
index 18cc0b9547ef..0d3a6cc61f7b 100644
--- a/unotools/source/config/extendedsecurityoptions.cxx
+++ b/unotools/source/config/extendedsecurityoptions.cxx
@@ -42,7 +42,6 @@ using namespace ::com::sun::star::uno;
#define ROOTNODE_SECURITY "Office.Security"
#define SECURE_EXTENSIONS_SET OUString("SecureExtensions")
-#define EXTENSION_PROPNAME OUString("/Extension")
#define PROPERTYNAME_HYPERLINKS_OPEN OUString("Hyperlinks/Open")
@@ -87,7 +86,6 @@ class SvtExtendedSecurityOptions_Impl : public ConfigItem
static Sequence< OUString > GetPropertyNames();
OUString m_aSecureExtensionsSetName;
- OUString m_aExtensionPropName;
SvtExtendedSecurityOptions::OpenHyperlinkMode m_eOpenHyperlinkMode;
};
@@ -98,7 +96,6 @@ SvtExtendedSecurityOptions_Impl::SvtExtendedSecurityOptions_Impl()
// Init baseclasses first
: ConfigItem ( ROOTNODE_SECURITY )
, m_aSecureExtensionsSetName( SECURE_EXTENSIONS_SET )
- , m_aExtensionPropName( EXTENSION_PROPNAME )
, m_eOpenHyperlinkMode(SvtExtendedSecurityOptions::OPEN_NEVER)
// Init member then.
{