diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-11-13 20:50:27 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-11-13 21:02:16 +0100 |
commit | a378fe877302a06141fd517c35a738ccd0967874 (patch) | |
tree | faf8f9fe8c871f26c4ca7060b27183f6c96eb8b5 /sw/source/uibase/config | |
parent | 1e03a686a386314be25520dc70e7be01d0f7193b (diff) |
coverity#1251590: fascinating what sort of nonsense works by accident
Change-Id: I23704604ed2d041075caff4254074e83ae229402
Diffstat (limited to 'sw/source/uibase/config')
-rw-r--r-- | sw/source/uibase/config/StoredChapterNumbering.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/config/StoredChapterNumbering.cxx b/sw/source/uibase/config/StoredChapterNumbering.cxx index eb8ae2fa3ca1..646676ca1e70 100644 --- a/sw/source/uibase/config/StoredChapterNumbering.cxx +++ b/sw/source/uibase/config/StoredChapterNumbering.cxx @@ -371,7 +371,7 @@ public: } else if (XML_NAMESPACE_STYLE == nPrefix && IsXMLToken(rLocalName, XML_STYLE)) { - new StoredChapterNumberingDummyStyleContext( + return new StoredChapterNumberingDummyStyleContext( GetImport(), nPrefix, rLocalName, xAttrList); } |