diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2025-02-04 19:21:28 +0100 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2025-02-05 08:37:50 +0100 |
commit | 9b9d6a99e1509a03648fd6af0310e44c3fba5b14 (patch) | |
tree | fedfebe2fd262c62523a4aaf4f3b72ac65cc2cd7 /svx | |
parent | 098a706920d11cfe7a70d367e9e3e9eedc032773 (diff) |
Drop EOF comments
No need to add a comment that the end of the (source)
file is near, it's sufficiently obvious...
Change-Id: Iac8885cf67fce45a81de387a31f8b726d615dff1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181140
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/engine3d/svx3ditems.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/engine3d/svx3ditems.cxx b/svx/source/engine3d/svx3ditems.cxx index 1bfa4f559111..f3b2e0c8c44a 100644 --- a/svx/source/engine3d/svx3ditems.cxx +++ b/svx/source/engine3d/svx3ditems.cxx @@ -272,6 +272,4 @@ Svx3DShadeModeItem* Svx3DShadeModeItem::Clone(SfxItemPool* /*pPool*/) const return new Svx3DShadeModeItem(*this); } -// EOF - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |