summaryrefslogtreecommitdiff
path: root/writerperfect
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2019-11-13 21:47:43 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-11-14 08:30:47 +0100
commit45324a9a405ffbd913ede64f3f5099b2c325539e (patch)
treec86e1b8c3d969ec6452befaeefe9fb15ff02f397 /writerperfect
parentcc5483c3a3657b1b3c249d1ab039feda4bc50cfe (diff)
clang-format: don't fix up namespace comments
Out clang-format-5.0.0 has this default, i.e. running solenv/clang-format/reformat-formatted-files after this change results in no changes. However, clang-format from git has that enabled by default for our config, so prepare for that unwanted change now. (5.0.0 gives no "unknown configuration key" errors for "FixNamespaceComments".) [ Still touch a formatted file to make sure CI tests the new config before it goes in. ] Change-Id: Ic4500e067cfb2dc10dc1f452598e8932771b31c9 Reviewed-on: https://gerrit.libreoffice.org/82636 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'writerperfect')
-rw-r--r--writerperfect/source/writer/exp/txtparai.cxx2
1 files changed, 1 insertions, 1 deletions
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())