summaryrefslogtreecommitdiff
path: root/include/uno
diff options
context:
space:
mode:
authormsrijita18 <msrijita189@gmail.com>2021-02-01 17:17:38 +0530
committerStephan Bergmann <sbergman@redhat.com>2021-02-02 20:56:27 +0100
commitb1fb6338cf483a1fd8c4a16746c8f7c3af8cba9e (patch)
tree262100aafc7b35778c512fbd10796d6abf18bc1c /include/uno
parent15a02261047cc60f3e080e74697bd88127124a03 (diff)
tdf#130978 Added comment to all published API
Change-Id: I744788bde9778f85ccd9d7667e19d16842900a29 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110248 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/uno')
-rw-r--r--include/uno/Enterable.h4
-rw-r--r--include/uno/EnvDcp.h4
-rw-r--r--include/uno/any2.h4
-rw-r--r--include/uno/current_context.h4
-rw-r--r--include/uno/current_context.hxx4
-rw-r--r--include/uno/data.h4
-rw-r--r--include/uno/dispatcher.h4
-rw-r--r--include/uno/dispatcher.hxx4
-rw-r--r--include/uno/environment.h4
-rw-r--r--include/uno/environment.hxx4
-rw-r--r--include/uno/lbnames.h4
-rw-r--r--include/uno/mapping.h4
-rw-r--r--include/uno/mapping.hxx4
-rw-r--r--include/uno/sequence2.h4
-rw-r--r--include/uno/threadpool.h4
15 files changed, 60 insertions, 0 deletions
diff --git a/include/uno/Enterable.h b/include/uno/Enterable.h
index 5a4b8d33a2d7..f0323e681e99 100644
--- a/include/uno/Enterable.h
+++ b/include/uno/Enterable.h
@@ -17,6 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+/*
+ * This file is part of LibreOffice published API.
+ */
+
#ifndef INCLUDED_UNO_ENTERABLE_H
#define INCLUDED_UNO_ENTERABLE_H
diff --git a/include/uno/EnvDcp.h b/include/uno/EnvDcp.h
index 4d6f5f4a4617..e181b61c104a 100644
--- a/include/uno/EnvDcp.h
+++ b/include/uno/EnvDcp.h
@@ -17,6 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+/*
+ * This file is part of LibreOffice published API.
+ */
+
#ifndef INCLUDED_UNO_ENVDCP_H
#define INCLUDED_UNO_ENVDCP_H
diff --git a/include/uno/any2.h b/include/uno/any2.h
index 262f2441d6c1..e5dbfea2bcd0 100644
--- a/include/uno/any2.h
+++ b/include/uno/any2.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_UNO_ANY2_H
#define INCLUDED_UNO_ANY2_H
diff --git a/include/uno/current_context.h b/include/uno/current_context.h
index edc9fe4d4d41..8e809516887e 100644
--- a/include/uno/current_context.h
+++ b/include/uno/current_context.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_UNO_CURRENT_CONTEXT_H
#define INCLUDED_UNO_CURRENT_CONTEXT_H
diff --git a/include/uno/current_context.hxx b/include/uno/current_context.hxx
index 02169b0f6746..dce03d9ee24b 100644
--- a/include/uno/current_context.hxx
+++ b/include/uno/current_context.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_UNO_CURRENT_CONTEXT_HXX
#define INCLUDED_UNO_CURRENT_CONTEXT_HXX
diff --git a/include/uno/data.h b/include/uno/data.h
index fa44558989dc..ddcf9ca6e5ef 100644
--- a/include/uno/data.h
+++ b/include/uno/data.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_UNO_DATA_H
#define INCLUDED_UNO_DATA_H
diff --git a/include/uno/dispatcher.h b/include/uno/dispatcher.h
index f9d1fbc31bf1..7de20d96fb75 100644
--- a/include/uno/dispatcher.h
+++ b/include/uno/dispatcher.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_UNO_DISPATCHER_H
#define INCLUDED_UNO_DISPATCHER_H
diff --git a/include/uno/dispatcher.hxx b/include/uno/dispatcher.hxx
index f23268e55593..1732be04952e 100644
--- a/include/uno/dispatcher.hxx
+++ b/include/uno/dispatcher.hxx
@@ -17,6 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+/*
+ * This file is part of LibreOffice published API.
+ */
+
#ifndef INCLUDED_UNO_DISPATCHER_HXX
#define INCLUDED_UNO_DISPATCHER_HXX
diff --git a/include/uno/environment.h b/include/uno/environment.h
index 314fc6f2c7c1..700d9c18e0cb 100644
--- a/include/uno/environment.h
+++ b/include/uno/environment.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_UNO_ENVIRONMENT_H
#define INCLUDED_UNO_ENVIRONMENT_H
diff --git a/include/uno/environment.hxx b/include/uno/environment.hxx
index 0484790cfa36..b7a31e991c8c 100644
--- a/include/uno/environment.hxx
+++ b/include/uno/environment.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_UNO_ENVIRONMENT_HXX
#define INCLUDED_UNO_ENVIRONMENT_HXX
diff --git a/include/uno/lbnames.h b/include/uno/lbnames.h
index 68418861e3ed..56f9d9942142 100644
--- a/include/uno/lbnames.h
+++ b/include/uno/lbnames.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_UNO_LBNAMES_H
#define INCLUDED_UNO_LBNAMES_H
diff --git a/include/uno/mapping.h b/include/uno/mapping.h
index cb24839eba1b..44ea0959622e 100644
--- a/include/uno/mapping.h
+++ b/include/uno/mapping.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_UNO_MAPPING_H
#define INCLUDED_UNO_MAPPING_H
diff --git a/include/uno/mapping.hxx b/include/uno/mapping.hxx
index be21909eb5c6..5b8cf41bec12 100644
--- a/include/uno/mapping.hxx
+++ b/include/uno/mapping.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_UNO_MAPPING_HXX
#define INCLUDED_UNO_MAPPING_HXX
diff --git a/include/uno/sequence2.h b/include/uno/sequence2.h
index 73e5272e037b..bf74a6170d1e 100644
--- a/include/uno/sequence2.h
+++ b/include/uno/sequence2.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_UNO_SEQUENCE2_H
#define INCLUDED_UNO_SEQUENCE2_H
diff --git a/include/uno/threadpool.h b/include/uno/threadpool.h
index 52bac0a4a08b..11264bd5af52 100644
--- a/include/uno/threadpool.h
+++ b/include/uno/threadpool.h
@@ -17,6 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+/*
+ * This file is part of LibreOffice published API.
+ */
+
#ifndef INCLUDED_UNO_THREADPOOL_H
#define INCLUDED_UNO_THREADPOOL_H