cui/source/options/optcolor.hxx |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit 2ded976667af503da29defc3740d0e61c4b0c723
Author:     Desmin Alpaslan <mavibirde...@gmail.com>
AuthorDate: Wed Dec 18 20:00:15 2019 +0300
Commit:     Muhammet Kara <muhammet.k...@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.k...@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: */
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to