[Libreoffice-commits] core.git: cui/source
Desmin Alpaslan (via logerrit)
logerrit at kemper.freedesktop.org
Wed Dec 18 22:07:50 UTC 2019
cui/source/options/optcolor.hxx | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
New commits:
commit 2ded976667af503da29defc3740d0e61c4b0c723
Author: Desmin Alpaslan <mavibirdesmi at gmail.com>
AuthorDate: Wed Dec 18 20:00:15 2019 +0300
Commit: Muhammet Kara <muhammet.kara at collabora.com>
CommitDate: Wed Dec 18 23:06:06 2019 +0100
tdf#124176: Use pragma once instead of include guards
Change-Id: Ib14b28a9508b28460a6063f7ddd322869823b49a
Reviewed-on: https://gerrit.libreoffice.org/85413
Tested-by: Jenkins
Reviewed-by: Muhammet Kara <muhammet.kara at collabora.com>
diff --git a/cui/source/options/optcolor.hxx b/cui/source/options/optcolor.hxx
index 8e59592bfbee..de84e06b1405 100644
--- a/cui/source/options/optcolor.hxx
+++ b/cui/source/options/optcolor.hxx
@@ -16,8 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_CUI_SOURCE_OPTIONS_OPTCOLOR_HXX
-#define INCLUDED_CUI_SOURCE_OPTIONS_OPTCOLOR_HXX
+#pragma once
#include <sfx2/tabdlg.hxx>
@@ -61,6 +60,4 @@ public:
virtual void FillUserData() override;
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
More information about the Libreoffice-commits
mailing list