[Libreoffice-commits] core.git: basctl/source

2020-01-27 Thread Aleyna Doğrucan (via logerrit)
 basctl/source/basicide/baside2.hxx|5 +
 basctl/source/basicide/bastype3.hxx   |5 +
 basctl/source/basicide/breakpoint.hxx |5 +
 3 files changed, 3 insertions(+), 12 deletions(-)

New commits:
commit 8118d328285ee47556d18aab1efcd2824c1dbcf0
Author: Aleyna Doğrucan 
AuthorDate: Sun Jan 5 00:43:43 2020 +0300
Commit: Muhammet Kara 
CommitDate: Mon Jan 27 22:23:53 2020 +0100

tdf#124176: Use pragma once instead of include guards

Change-Id: Ib0708c72fff342c25f79662cc3f4bbbfdfe0574a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86230
Tested-by: Jenkins
Reviewed-by: Muhammet Kara 

diff --git a/basctl/source/basicide/baside2.hxx 
b/basctl/source/basicide/baside2.hxx
index d83a2d7b9bc0..0ce8fda57041 100644
--- a/basctl/source/basicide/baside2.hxx
+++ b/basctl/source/basicide/baside2.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_BASCTL_SOURCE_BASICIDE_BASIDE2_HXX
-#define INCLUDED_BASCTL_SOURCE_BASICIDE_BASIDE2_HXX
+#pragma once
 
 #include 
 #include 
@@ -541,6 +540,4 @@ public:
 
 } // namespace basctl
 
-#endif // INCLUDED_BASCTL_SOURCE_BASICIDE_BASIDE2_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/basctl/source/basicide/bastype3.hxx 
b/basctl/source/basicide/bastype3.hxx
index 41ddf81b93f8..3c79e0bea56f 100644
--- a/basctl/source/basicide/bastype3.hxx
+++ b/basctl/source/basicide/bastype3.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_BASCTL_SOURCE_BASICIDE_BASTYPE3_HXX
-#define INCLUDED_BASCTL_SOURCE_BASICIDE_BASTYPE3_HXX
+#pragma once
 
 #include 
 #include 
@@ -43,6 +42,4 @@ public:
 
 } // namespace basctl
 
-#endif // INCLUDED_BASCTL_SOURCE_BASICIDE_BASTYPE3_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/basctl/source/basicide/breakpoint.hxx 
b/basctl/source/basicide/breakpoint.hxx
index 61a23753e042..4b5ab232535e 100644
--- a/basctl/source/basicide/breakpoint.hxx
+++ b/basctl/source/basicide/breakpoint.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_BASCTL_SOURCE_BASICIDE_BREAKPOINT_HXX
-#define INCLUDED_BASCTL_SOURCE_BASICIDE_BREAKPOINT_HXX
+#pragma once
 
 #include 
 #include 
@@ -78,6 +77,4 @@ public:
 
 } // namespace basctl
 
-#endif // INCLUDED_BASCTL_SOURCE_BASICIDE_BREAKPOINT_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: basctl/source

2020-01-07 Thread Aleyna Doğrucan (via logerrit)
 basctl/source/basicide/macrodlg.hxx |5 +
 basctl/source/basicide/moduldlg.hxx |5 +
 basctl/source/basicide/unomodel.hxx |5 +
 3 files changed, 3 insertions(+), 12 deletions(-)

New commits:
commit 8b4aba14bb7ba98346b3ccd77c26dccda4cc1831
Author: Aleyna Doğrucan 
AuthorDate: Sun Jan 5 01:20:27 2020 +0300
Commit: Muhammet Kara 
CommitDate: Tue Jan 7 14:26:15 2020 +0100

tdf#124176: Use pragma once instead of include guards

Change-Id: Ib2c93eb61d8d4c944a1b7de074fd0e9e48715ca4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86232
Tested-by: Jenkins
Reviewed-by: Muhammet Kara 

diff --git a/basctl/source/basicide/macrodlg.hxx 
b/basctl/source/basicide/macrodlg.hxx
index e6ce85ec3b00..58410363fb63 100644
--- a/basctl/source/basicide/macrodlg.hxx
+++ b/basctl/source/basicide/macrodlg.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_BASCTL_SOURCE_BASICIDE_MACRODLG_HXX
-#define INCLUDED_BASCTL_SOURCE_BASICIDE_MACRODLG_HXX
+#pragma once
 
 #include 
 #include 
@@ -104,6 +103,4 @@ public:
 
 } // namespace basctl
 
-#endif // INCLUDED_BASCTL_SOURCE_BASICIDE_MACRODLG_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/basctl/source/basicide/moduldlg.hxx 
b/basctl/source/basicide/moduldlg.hxx
index 6e5bb3b237a0..fa636a5cdd41 100644
--- a/basctl/source/basicide/moduldlg.hxx
+++ b/basctl/source/basicide/moduldlg.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_BASCTL_SOURCE_BASICIDE_MODULDLG_HXX
-#define INCLUDED_BASCTL_SOURCE_BASICIDE_MODULDLG_HXX
+#pragma once
 
 #include 
 #include 
@@ -216,6 +215,4 @@ void createLibImpl(weld::Window* pWin, const 
ScriptDocument& rDocument,
 
 } // namespace basctl
 
-#endif // INCLUDED_BASCTL_SOURCE_BASICIDE_MODULDLG_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/basctl/source/basicide/unomodel.hxx 
b/basctl/source/basicide/unomodel.hxx
index d75f40ca84f4..aab2481c2b36 100644
--- a/basctl/source/basicide/unomodel.hxx
+++ b/basctl/source/basicide/unomodel.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_BASCTL_SOURCE_BASICIDE_UNOMODEL_HXX
-#define INCLUDED_BASCTL_SOURCE_BASICIDE_UNOMODEL_HXX
+#pragma once
 
 #include 
 #include 
@@ -66,6 +65,4 @@ css::uno::Reference< css::uno::XInterface > 
SIDEModel_createInstance(
 
 } // namespace basctl
 
-#endif // INCLUDED_BASCTL_SOURCE_BASICIDE_UNOMODEL_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: forms/source

2019-12-29 Thread Aleyna Doğrucan (via logerrit)
 forms/source/component/Edit.hxx |5 +
 forms/source/component/EditBase.hxx |6 +-
 forms/source/component/EventThread.hxx  |6 +-
 forms/source/component/entrylisthelper.hxx  |6 +-
 forms/source/component/errorbroadcaster.hxx |6 +-
 5 files changed, 5 insertions(+), 24 deletions(-)

New commits:
commit 349695bf846e6193f78d1a8c8751ad38e9a3a501
Author: Aleyna Doğrucan 
AuthorDate: Sat Dec 28 16:59:30 2019 +0300
Commit: Muhammet Kara 
CommitDate: Sun Dec 29 21:02:04 2019 +0100

tdf#124176: Use pragma once instead of include guards

Change-Id: Ida50f8460a0f2b992674a359d5d7608b11412fbb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85925
Tested-by: Jenkins
Reviewed-by: Muhammet Kara 

diff --git a/forms/source/component/Edit.hxx b/forms/source/component/Edit.hxx
index 755ae41bc1c5..a19d6b93a09a 100644
--- a/forms/source/component/Edit.hxx
+++ b/forms/source/component/Edit.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_FORMS_SOURCE_COMPONENT_EDIT_HXX
-#define INCLUDED_FORMS_SOURCE_COMPONENT_EDIT_HXX
+#pragma once
 
 #include 
 #include "EditBase.hxx"
@@ -166,6 +165,4 @@ private:
 
 }
 
-#endif // INCLUDED_FORMS_SOURCE_COMPONENT_EDIT_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/forms/source/component/EditBase.hxx 
b/forms/source/component/EditBase.hxx
index 0a71fa228fcb..2cf9377d541b 100644
--- a/forms/source/component/EditBase.hxx
+++ b/forms/source/component/EditBase.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_FORMS_SOURCE_COMPONENT_EDITBASE_HXX
-#define INCLUDED_FORMS_SOURCE_COMPONENT_EDITBASE_HXX
+#pragma once
 
 #include 
 #include 
@@ -96,7 +95,4 @@ protected:
 
 }
 
-
-#endif // INCLUDED_FORMS_SOURCE_COMPONENT_EDITBASE_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/forms/source/component/EventThread.hxx 
b/forms/source/component/EventThread.hxx
index eb3062080d73..cf7b73b9c794 100644
--- a/forms/source/component/EventThread.hxx
+++ b/forms/source/component/EventThread.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_FORMS_SOURCE_COMPONENT_EVENTTHREAD_HXX
-#define INCLUDED_FORMS_SOURCE_COMPONENT_EVENTTHREAD_HXX
+#pragma once
 
 #include 
 
@@ -103,7 +102,4 @@ private:
 
 }   // namespace frm
 
-
-#endif // INCLUDED_FORMS_SOURCE_COMPONENT_EVENTTHREAD_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/forms/source/component/entrylisthelper.hxx 
b/forms/source/component/entrylisthelper.hxx
index f358ba53273d..55ecd7969f8c 100644
--- a/forms/source/component/entrylisthelper.hxx
+++ b/forms/source/component/entrylisthelper.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_FORMS_SOURCE_COMPONENT_ENTRYLISTHELPER_HXX
-#define INCLUDED_FORMS_SOURCE_COMPONENT_ENTRYLISTHELPER_HXX
+#pragma once
 
 #include 
 #include 
@@ -195,7 +194,4 @@ namespace frm
 
 }   // namespace frm
 
-
-#endif // INCLUDED_FORMS_SOURCE_COMPONENT_ENTRYLISTHELPER_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/forms/source/component/errorbroadcaster.hxx 
b/forms/source/component/errorbroadcaster.hxx
index b60bfcecce0f..c8ad66c1ee17 100644
--- a/forms/source/component/errorbroadcaster.hxx
+++ b/forms/source/component/errorbroadcaster.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_FORMS_SOURCE_COMPONENT_ERRORBROADCASTER_HXX
-#define INCLUDED_FORMS_SOURCE_COMPONENT_ERRORBROADCASTER_HXX
+#pragma once
 
 #include 
 #include 
@@ -58,7 +57,4 @@ namespace frm
 
 }   // namespace frm
 
-
-#endif // INCLUDED_FORMS_SOURCE_COMPONENT_ERRORBROADCASTER_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: forms/source

2019-12-29 Thread Aleyna Doğrucan (via logerrit)
 forms/source/component/Currency.hxx |6 +-
 forms/source/component/DatabaseForm.hxx |7 +--
 forms/source/component/Date.hxx |6 +-
 3 files changed, 3 insertions(+), 16 deletions(-)

New commits:
commit 53ba2c95e9ff2a102f29e81a62fcbab39dd0f3e0
Author: Aleyna Doğrucan 
AuthorDate: Sat Dec 28 15:40:24 2019 +0300
Commit: Muhammet Kara 
CommitDate: Sun Dec 29 21:00:23 2019 +0100

tdf#124176: Use pragma once instead of include guards

Change-Id: I630771422da12cd4acb84836892ef7eff9f8f8eb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85923
Tested-by: Jenkins
Reviewed-by: Muhammet Kara 

diff --git a/forms/source/component/Currency.hxx 
b/forms/source/component/Currency.hxx
index a0113fd1372e..1deca259533f 100644
--- a/forms/source/component/Currency.hxx
+++ b/forms/source/component/Currency.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_FORMS_SOURCE_COMPONENT_CURRENCY_HXX
-#define INCLUDED_FORMS_SOURCE_COMPONENT_CURRENCY_HXX
+#pragma once
 
 #include "EditBase.hxx"
 
@@ -76,7 +75,4 @@ public:
 
 }   // namespace frm
 
-
-#endif // INCLUDED_FORMS_SOURCE_COMPONENT_CURRENCY_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/forms/source/component/DatabaseForm.hxx 
b/forms/source/component/DatabaseForm.hxx
index 3e5c161f5743..3f347f0527b7 100644
--- a/forms/source/component/DatabaseForm.hxx
+++ b/forms/source/component/DatabaseForm.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_FORMS_SOURCE_COMPONENT_DATABASEFORM_HXX
-#define INCLUDED_FORMS_SOURCE_COMPONENT_DATABASEFORM_HXX
+#pragma once
 
 #include 
 
@@ -529,8 +528,4 @@ protected:
 
 }   // namespace frm
 
-
-#endif // INCLUDED_FORMS_SOURCE_COMPONENT_DATABASEFORM_HXX
-
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/forms/source/component/Date.hxx b/forms/source/component/Date.hxx
index 44ed97320ad5..36a04acc79fa 100644
--- a/forms/source/component/Date.hxx
+++ b/forms/source/component/Date.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_FORMS_SOURCE_COMPONENT_DATE_HXX
-#define INCLUDED_FORMS_SOURCE_COMPONENT_DATE_HXX
+#pragma once
 
 #include "EditBase.hxx"
 #include 
@@ -106,7 +105,4 @@ public:
 
 }   // namespace frm
 
-
-#endif // INCLUDED_FORMS_SOURCE_COMPONENT_DATE_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits