diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2023-08-04 09:48:11 +0200 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2023-08-04 16:11:32 +0200 |
commit | b1c339686cf0e1cb3cbbc40618a191bc31f8993f (patch) | |
tree | 3faea16876285dae8364d09037321714d95abe6f /include | |
parent | 5dc450c43fb48e19c8ae400cd22e50f561c97967 (diff) |
docmodel: Fix comment at end of namespace
Change-Id: I6a89ae49f735bde8220a110d83001604cc3c335e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155337
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/docmodel/color/ComplexColor.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/docmodel/color/ComplexColor.hxx b/include/docmodel/color/ComplexColor.hxx index 1b93e34f7442..bd07a224fbb8 100644 --- a/include/docmodel/color/ComplexColor.hxx +++ b/include/docmodel/color/ComplexColor.hxx @@ -255,7 +255,7 @@ public: } }; -} // end of namespace svx +} // end of namespace model namespace std { |