diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2022-01-07 08:17:31 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-01-07 15:38:08 +0100 |
commit | b2bd92f4a59b2ef3e98bc4eaba3ef750562ca10e (patch) | |
tree | 658e8c601ead63f75c0861e438231c547502eda9 /include/svx | |
parent | c037ff2a2d1c83eb8fc0595e335dd8174b9062fc (diff) |
fix hierarchy in comment
Change-Id: Ieaf94ce6ce524c4c017cbe1bb82fa75bd5f7e801
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128094
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/sdr/properties/properties.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/sdr/properties/properties.hxx b/include/svx/sdr/properties/properties.hxx index 2651530b44ae..cf9f491099ed 100644 --- a/include/svx/sdr/properties/properties.hxx +++ b/include/svx/sdr/properties/properties.hxx @@ -66,9 +66,9 @@ namespace sdr::properties // OleProperties // CellProperties // TableProperties -// GroupProperties +// GroupProperties // EmptyProperties -// PageProperties +// PageProperties namespace sdr::properties { |