diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-11-19 15:19:18 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-11-19 18:28:34 +0100 |
commit | 1a83975ff44141595f9bce3088550aee545b6622 (patch) | |
tree | 396f35156526ea77edafb2eec0295dd96a9210db /shell | |
parent | 93ee955c5359e283e2fe88e45b4c02a60525ed11 (diff) |
loplugin:indentation (clang-cl)
Change-Id: I9da73ceef20a0b2535694438a3a6b20876dccd0f
Reviewed-on: https://gerrit.libreoffice.org/83208
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/win32/ooofilereader/contentreader.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) ) |