chart2/source/inc/ModifyListenerCallBack.hxx |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit 19b3b3b8a516fd7e76fba72ced43be539d01209a
Author:     Ankur Khandelwal <khandelwalankur...@gmail.com>
AuthorDate: Mon Aug 9 18:12:25 2021 +0530
Commit:     Michael Stahl <michael.st...@allotropia.de>
CommitDate: Tue Aug 10 19:25:28 2021 +0200

    tdf#143148 Replaced #include guards with #pragma once.
    
    Replace include guards with #pragma once in header file.
    
    Change-Id: I078f97ef5f7ab44ee915c78ab5f4569bde9f6640
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120208
    Tested-by: Michael Stahl <michael.st...@allotropia.de>
    Reviewed-by: Michael Stahl <michael.st...@allotropia.de>

diff --git a/chart2/source/inc/ModifyListenerCallBack.hxx 
b/chart2/source/inc/ModifyListenerCallBack.hxx
index 5e6926d6295e..87011db56b24 100644
--- a/chart2/source/inc/ModifyListenerCallBack.hxx
+++ b/chart2/source/inc/ModifyListenerCallBack.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_CHART2_SOURCE_INC_MODIFYLISTENERCALLBACK_HXX
-#define INCLUDED_CHART2_SOURCE_INC_MODIFYLISTENERCALLBACK_HXX
+#pragma once
 
 #include <tools/link.hxx>
 #include <com/sun/star/util/XModifyBroadcaster.hpp>
@@ -55,6 +54,4 @@ private: //member
 
 } // namespace chart
 
-#endif
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Reply via email to