From 1a83975ff44141595f9bce3088550aee545b6622 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 19 Nov 2019 15:19:18 +0100 Subject: loplugin:indentation (clang-cl) Change-Id: I9da73ceef20a0b2535694438a3a6b20876dccd0f Reviewed-on: https://gerrit.libreoffice.org/83208 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- shell/source/win32/ooofilereader/contentreader.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/source/win32/ooofilereader/contentreader.cxx b/shell/source/win32/ooofilereader/contentreader.cxx index f6ad69eebef5..efdf5ba1ecd3 100644 --- a/shell/source/win32/ooofilereader/contentreader.cxx +++ b/shell/source/win32/ooofilereader/contentreader.cxx @@ -87,7 +87,7 @@ ITag* CContentReader::chooseTagReader( const std::wstring& tag_name, const XmlTa // if style:style | style:name is exist,, fill the style field, otherwise do nothing; if ( XmlAttributes.find(CONTENT_STYLE_STYLE_NAME) != XmlAttributes.end()) return new CAutoStyleTag(XmlAttributes); - else + else return new CDummyTag; } else if ( ( tag_name == CONTENT_STYLE_PROPERTIES ) || ( tag_name == CONTENT_TEXT_STYLE_PROPERTIES ) ) -- cgit