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/inputctx.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/vcl/inputctx.hxx') diff --git a/include/vcl/inputctx.hxx b/include/vcl/inputctx.hxx index d1f3f9ff3f5b..ced1d2903bc3 100644 --- a/include/vcl/inputctx.hxx +++ b/include/vcl/inputctx.hxx @@ -26,7 +26,6 @@ #include -// - InputContext-Flags - enum class InputContextFlags @@ -43,7 +42,6 @@ namespace o3tl } -// - InputContext - class VCL_DLLPUBLIC InputContext -- cgit