diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-02-25 10:12:22 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-02-25 10:12:22 +0100 |
commit | 59e45c373fc037aa97432102067bdacc8fca6446 (patch) | |
tree | b16864472a5bf4b977e31d45caa24439ac77c638 | |
parent | d412b21695267df623d020e534c68a386d25431b (diff) |
warning C4510: default constructor could not be generated
Change-Id: Ia0dc23e5def53a6ede0d0d9f754e143347490b43
-rw-r--r-- | sw/source/filter/ww8/docxattributeoutput.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx index 469585492ebc..6414d042cd23 100644 --- a/sw/source/filter/ww8/docxattributeoutput.cxx +++ b/sw/source/filter/ww8/docxattributeoutput.cxx @@ -1146,8 +1146,8 @@ namespace struct NameToId { - const OUString maName; - const sal_Int32 maId; + OUString maName; + sal_Int32 maId; }; const NameToId constNameToIdMapping[] = |