[Libreoffice-commits] core.git: include/com
msrijita18 (via logerrit)
logerrit at kemper.freedesktop.org
Mon Feb 1 10:30:20 UTC 2021
include/com/sun/star/uno/Any.h | 4 ++++
include/com/sun/star/uno/Any.hxx | 4 ++++
include/com/sun/star/uno/Reference.h | 4 ++++
include/com/sun/star/uno/Reference.hxx | 4 ++++
include/com/sun/star/uno/Sequence.h | 4 ++++
include/com/sun/star/uno/Sequence.hxx | 4 ++++
include/com/sun/star/uno/Type.h | 4 ++++
include/com/sun/star/uno/Type.hxx | 4 ++++
include/com/sun/star/uno/genfunc.h | 4 ++++
include/com/sun/star/uno/genfunc.hxx | 4 ++++
10 files changed, 40 insertions(+)
New commits:
commit 83f0ec0ac179feb188fc0c9184d5c57c1870fde4
Author: msrijita18 <msrijita189 at gmail.com>
AuthorDate: Wed Jan 27 19:09:26 2021 +0530
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Mon Feb 1 11:29:38 2021 +0100
tdf#130978 Add a comment to each published API
Added comment in include/com/sun/star/uno header files
Change-Id: Ie483d781f8e7f8e16382660ea2be0d0e47a6a088
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110018
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/include/com/sun/star/uno/Any.h b/include/com/sun/star/uno/Any.h
index 577b31344ae7..c53ddff68373 100644
--- a/include/com/sun/star/uno/Any.h
+++ b/include/com/sun/star/uno/Any.h
@@ -16,6 +16,10 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+
+/*
+ * This file is part of LibreOffice published API.
+ */
#ifndef INCLUDED_COM_SUN_STAR_UNO_ANY_H
#define INCLUDED_COM_SUN_STAR_UNO_ANY_H
diff --git a/include/com/sun/star/uno/Any.hxx b/include/com/sun/star/uno/Any.hxx
index c7089a0b5810..28d45f1ec21d 100644
--- a/include/com/sun/star/uno/Any.hxx
+++ b/include/com/sun/star/uno/Any.hxx
@@ -16,6 +16,10 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+
+/*
+ * This file is part of LibreOffice published API.
+ */
#ifndef INCLUDED_COM_SUN_STAR_UNO_ANY_HXX
#define INCLUDED_COM_SUN_STAR_UNO_ANY_HXX
diff --git a/include/com/sun/star/uno/Reference.h b/include/com/sun/star/uno/Reference.h
index 0221f0ca5f54..da6d4ea9bd6a 100644
--- a/include/com/sun/star/uno/Reference.h
+++ b/include/com/sun/star/uno/Reference.h
@@ -16,6 +16,10 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+
+/*
+ * This file is part of LibreOffice published API.
+ */
#ifndef INCLUDED_COM_SUN_STAR_UNO_REFERENCE_H
#define INCLUDED_COM_SUN_STAR_UNO_REFERENCE_H
diff --git a/include/com/sun/star/uno/Reference.hxx b/include/com/sun/star/uno/Reference.hxx
index c78f2681e3d5..ee0117bda0fb 100644
--- a/include/com/sun/star/uno/Reference.hxx
+++ b/include/com/sun/star/uno/Reference.hxx
@@ -16,6 +16,10 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+
+/*
+ * This file is part of LibreOffice published API.
+ */
#ifndef INCLUDED_COM_SUN_STAR_UNO_REFERENCE_HXX
#define INCLUDED_COM_SUN_STAR_UNO_REFERENCE_HXX
diff --git a/include/com/sun/star/uno/Sequence.h b/include/com/sun/star/uno/Sequence.h
index 2ba8c71f8be8..6b19af68d8a1 100644
--- a/include/com/sun/star/uno/Sequence.h
+++ b/include/com/sun/star/uno/Sequence.h
@@ -16,6 +16,10 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+
+/*
+ * This file is part of LibreOffice published API.
+ */
#ifndef INCLUDED_COM_SUN_STAR_UNO_SEQUENCE_H
#define INCLUDED_COM_SUN_STAR_UNO_SEQUENCE_H
diff --git a/include/com/sun/star/uno/Sequence.hxx b/include/com/sun/star/uno/Sequence.hxx
index af82925d5f1b..26a51350815b 100644
--- a/include/com/sun/star/uno/Sequence.hxx
+++ b/include/com/sun/star/uno/Sequence.hxx
@@ -16,6 +16,10 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+
+/*
+ * This file is part of LibreOffice published API.
+ */
#ifndef INCLUDED_COM_SUN_STAR_UNO_SEQUENCE_HXX
#define INCLUDED_COM_SUN_STAR_UNO_SEQUENCE_HXX
diff --git a/include/com/sun/star/uno/Type.h b/include/com/sun/star/uno/Type.h
index c159ff3a06cc..c643e3c8de98 100644
--- a/include/com/sun/star/uno/Type.h
+++ b/include/com/sun/star/uno/Type.h
@@ -16,6 +16,10 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+
+/*
+ * This file is part of LibreOffice published API.
+ */
#ifndef INCLUDED_COM_SUN_STAR_UNO_TYPE_H
#define INCLUDED_COM_SUN_STAR_UNO_TYPE_H
diff --git a/include/com/sun/star/uno/Type.hxx b/include/com/sun/star/uno/Type.hxx
index fdf45431e515..27fd7dd5149c 100644
--- a/include/com/sun/star/uno/Type.hxx
+++ b/include/com/sun/star/uno/Type.hxx
@@ -16,6 +16,10 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+
+/*
+ * This file is part of LibreOffice published API.
+ */
#ifndef INCLUDED_COM_SUN_STAR_UNO_TYPE_HXX
#define INCLUDED_COM_SUN_STAR_UNO_TYPE_HXX
diff --git a/include/com/sun/star/uno/genfunc.h b/include/com/sun/star/uno/genfunc.h
index f9c547421119..4ec0ec203515 100644
--- a/include/com/sun/star/uno/genfunc.h
+++ b/include/com/sun/star/uno/genfunc.h
@@ -16,6 +16,10 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+
+/*
+ * This file is part of LibreOffice published API.
+ */
#ifndef INCLUDED_COM_SUN_STAR_UNO_GENFUNC_H
#define INCLUDED_COM_SUN_STAR_UNO_GENFUNC_H
diff --git a/include/com/sun/star/uno/genfunc.hxx b/include/com/sun/star/uno/genfunc.hxx
index 45acb99edcd9..ad1b8bc7eb44 100644
--- a/include/com/sun/star/uno/genfunc.hxx
+++ b/include/com/sun/star/uno/genfunc.hxx
@@ -16,6 +16,10 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+
+/*
+ * This file is part of LibreOffice published API.
+ */
#ifndef INCLUDED_COM_SUN_STAR_UNO_GENFUNC_HXX
#define INCLUDED_COM_SUN_STAR_UNO_GENFUNC_HXX
More information about the Libreoffice-commits
mailing list