Kaydet (Commit) 0ed64030 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wreturn-type

Change-Id: I843b2cb12783549033fc81f82751704859139960
üst 55b077ca
...@@ -17,6 +17,10 @@ ...@@ -17,6 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <sal/config.h>
#include <cstdlib>
#include <svl/smplhint.hxx> #include <svl/smplhint.hxx>
#include <hintids.hxx> #include <hintids.hxx>
#include <svl/itemiter.hxx> #include <svl/itemiter.hxx>
...@@ -1213,7 +1217,7 @@ std::unique_ptr<SfxItemSet> SwDocStyleSheet::GetItemSetForPreview() ...@@ -1213,7 +1217,7 @@ std::unique_ptr<SfxItemSet> SwDocStyleSheet::GetItemSetForPreview()
case SFX_STYLE_FAMILY_FRAME: case SFX_STYLE_FAMILY_FRAME:
return lcl_SwFormatToFlatItemSet(pFrameFormat); return lcl_SwFormatToFlatItemSet(pFrameFormat);
default: default:
assert(false); std::abort();
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment