From 538f276ae0414ea34ede6090b5f56e8fecd6fc65 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Tue, 9 Feb 2016 09:21:53 +1100 Subject: Formatting changes across all modules + Removed comment cruft + Tab formatting in number of files + Some commented out code removed + Tab characters replaced with spaces + Newline cleanup in quite a few files + Tweak header guard #endifs Change-Id: I3208ff2f047da890edcc49b73389aca22442f5fc Reviewed-on: https://gerrit.libreoffice.org/22221 Tested-by: Jenkins Reviewed-by: Chris Sherlock --- include/vcl/help.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/vcl/help.hxx') diff --git a/include/vcl/help.hxx b/include/vcl/help.hxx index 4d226a8122f8..1970c21dd99a 100644 --- a/include/vcl/help.hxx +++ b/include/vcl/help.hxx @@ -30,7 +30,6 @@ class Rectangle; namespace vcl { class Window; } -// - Help-Types - enum class QuickHelpFlags { @@ -59,7 +58,6 @@ namespace o3tl #define OOO_HELP_INDEX ".help:index" -// - Help - class VCL_DLLPUBLIC Help { -- cgit