summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-12 17:46:29 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-14 10:15:00 +0100
commitcd6c6de5257bb671869f21fd4e6daba40ba6a038 (patch)
tree04d2eab44b36d1a5f70928ea82b661e07c1c482d /xmloff
parentb83774a7c5a425d1c43a3611744bd803cff2c446 (diff)
-Werror,-Wunused-member-function
Change-Id: Ied485bebaee36107178acee33eea1eecef70315e
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/core/DocumentSettingsContext.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/xmloff/source/core/DocumentSettingsContext.cxx b/xmloff/source/core/DocumentSettingsContext.cxx
index 5bd5fcedf2f9..6409b2a9b154 100644
--- a/xmloff/source/core/DocumentSettingsContext.cxx
+++ b/xmloff/source/core/DocumentSettingsContext.cxx
@@ -273,12 +273,6 @@ namespace
OUString sGroupName;
uno::Any aSettings;
- SettingsGroup()
- :sGroupName()
- ,aSettings()
- {
- }
-
SettingsGroup( const OUString& _rGroupName, const uno::Any& _rSettings )
:sGroupName( _rGroupName )
,aSettings( _rSettings )