diff options
-rw-r--r-- | .clang-format | 1 | ||||
-rw-r--r-- | writerperfect/source/writer/exp/txtparai.cxx | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index 797f22404a09..d16c2f72d040 100644 --- a/.clang-format +++ b/.clang-format @@ -19,6 +19,7 @@ IndentCaseLabels: true KeepEmptyLinesAtTheStartOfBlocks: false MaxEmptyLinesToKeep: 1 NamespaceIndentation: None +FixNamespaceComments: false ObjCSpaceBeforeProtocolList: true PenaltyBreakBeforeFirstCallParameter: 19 PenaltyBreakComment: 60 diff --git a/writerperfect/source/writer/exp/txtparai.cxx b/writerperfect/source/writer/exp/txtparai.cxx index 65f521c6a20f..a129db80763d 100644 --- a/writerperfect/source/writer/exp/txtparai.cxx +++ b/writerperfect/source/writer/exp/txtparai.cxx @@ -33,7 +33,7 @@ void FillStyle(const OUString& rName, std::map<OUString, librevenge::RVNGPropert const librevenge::RVNGPropertyList& rStyle = itStyle->second; if (rStyle["style:parent-style-name"]) { - // Style has a parent. + // The style has a parent. OUString aParent = OStringToOUString(rStyle["style:parent-style-name"]->getStr().cstr(), RTL_TEXTENCODING_UTF8); if (!aParent.isEmpty()) |