summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/uri
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-12-28 01:35:16 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-12-28 11:57:31 +0100
commit8fd8c0894deb1e9161aa4290c0f9c860ab4b14fb (patch)
tree9f73b75cefc72d07fca8d8c36b39071489e004e9 /udkapi/com/sun/star/uri
parent08eccd9db6e7e2240a4053092967add4624a5f6c (diff)
tdf#124176: Use "pragma once" on udkapi/*
It passed "make check" on Linux Change-Id: Ifb37ad620ccafe568e2b2d7ab350d444b18b7b56 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85898 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'udkapi/com/sun/star/uri')
-rw-r--r--udkapi/com/sun/star/uri/ExternalUriReferenceTranslator.idl4
-rw-r--r--udkapi/com/sun/star/uri/RelativeUriExcessParentSegments.idl4
-rw-r--r--udkapi/com/sun/star/uri/UriReferenceFactory.idl4
-rw-r--r--udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTexpand.idl4
-rw-r--r--udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTscript.idl4
-rw-r--r--udkapi/com/sun/star/uri/VndSunStarPkgUrlReferenceFactory.idl4
-rw-r--r--udkapi/com/sun/star/uri/XExternalUriReferenceTranslator.idl4
-rw-r--r--udkapi/com/sun/star/uri/XUriReference.idl4
-rw-r--r--udkapi/com/sun/star/uri/XUriReferenceFactory.idl4
-rw-r--r--udkapi/com/sun/star/uri/XUriSchemeParser.idl4
-rw-r--r--udkapi/com/sun/star/uri/XVndSunStarExpandUrl.idl4
-rw-r--r--udkapi/com/sun/star/uri/XVndSunStarExpandUrlReference.idl4
-rw-r--r--udkapi/com/sun/star/uri/XVndSunStarPkgUrlReferenceFactory.idl4
-rw-r--r--udkapi/com/sun/star/uri/XVndSunStarScriptUrl.idl4
-rw-r--r--udkapi/com/sun/star/uri/XVndSunStarScriptUrlReference.idl4
15 files changed, 15 insertions, 45 deletions
diff --git a/udkapi/com/sun/star/uri/ExternalUriReferenceTranslator.idl b/udkapi/com/sun/star/uri/ExternalUriReferenceTranslator.idl
index baf7cdb3b5b8..5e283eca2c6b 100644
--- a/udkapi/com/sun/star/uri/ExternalUriReferenceTranslator.idl
+++ b/udkapi/com/sun/star/uri/ExternalUriReferenceTranslator.idl
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_uri_ExternalUriReferenceTranslator_idl__
-#define __com_sun_star_uri_ExternalUriReferenceTranslator_idl__
+#pragma once
#include <com/sun/star/uri/XExternalUriReferenceTranslator.idl>
@@ -34,6 +33,5 @@ published service ExternalUriReferenceTranslator:
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/uri/RelativeUriExcessParentSegments.idl b/udkapi/com/sun/star/uri/RelativeUriExcessParentSegments.idl
index 59572166d536..db30c7edfa66 100644
--- a/udkapi/com/sun/star/uri/RelativeUriExcessParentSegments.idl
+++ b/udkapi/com/sun/star/uri/RelativeUriExcessParentSegments.idl
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_uri_RelativeUriExcessParentSegments_idl__
-#define __com_sun_star_uri_RelativeUriExcessParentSegments_idl__
+#pragma once
module com { module sun { module star { module uri {
@@ -51,6 +50,5 @@ published enum RelativeUriExcessParentSegments {
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/uri/UriReferenceFactory.idl b/udkapi/com/sun/star/uri/UriReferenceFactory.idl
index c19e8167d1d1..c2335dd12f56 100644
--- a/udkapi/com/sun/star/uri/UriReferenceFactory.idl
+++ b/udkapi/com/sun/star/uri/UriReferenceFactory.idl
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_uri_UriReferenceFactory_idl__
-#define __com_sun_star_uri_UriReferenceFactory_idl__
+#pragma once
module com { module sun { module star { module uri {
@@ -66,6 +65,5 @@ published service UriReferenceFactory: XUriReferenceFactory;
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTexpand.idl b/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTexpand.idl
index d146d91a80fd..6ab0dbcdba0e 100644
--- a/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTexpand.idl
+++ b/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTexpand.idl
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_uri_UriSchemeParser_vndDOTsunDOTstarDOTexpand_idl__
-#define __com_sun_star_uri_UriSchemeParser_vndDOTsunDOTstarDOTexpand_idl__
+#pragma once
module com { module sun { module star { module uri {
@@ -47,6 +46,5 @@ published service UriSchemeParser_vndDOTsunDOTstarDOTexpand: XUriSchemeParser
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTscript.idl b/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTscript.idl
index 861be045cc77..fdb8f3ae9644 100644
--- a/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTscript.idl
+++ b/udkapi/com/sun/star/uri/UriSchemeParser_vndDOTsunDOTstarDOTscript.idl
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_uri_UriSchemeParser_vndDOTsunDOTstarDOTscript_idl__
-#define __com_sun_star_uri_UriSchemeParser_vndDOTsunDOTstarDOTscript_idl__
+#pragma once
module com { module sun { module star { module uri {
@@ -47,6 +46,5 @@ published service UriSchemeParser_vndDOTsunDOTstarDOTscript: XUriSchemeParser
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/uri/VndSunStarPkgUrlReferenceFactory.idl b/udkapi/com/sun/star/uri/VndSunStarPkgUrlReferenceFactory.idl
index 68eb8ecbf2d3..0f74e33f036d 100644
--- a/udkapi/com/sun/star/uri/VndSunStarPkgUrlReferenceFactory.idl
+++ b/udkapi/com/sun/star/uri/VndSunStarPkgUrlReferenceFactory.idl
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_uri_VndSunStarPkgUrlReferenceFactory_idl__
-#define __com_sun_star_uri_VndSunStarPkgUrlReferenceFactory_idl__
+#pragma once
module com { module sun { module star { module uri {
@@ -34,6 +33,5 @@ published service VndSunStarPkgUrlReferenceFactory:
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/uri/XExternalUriReferenceTranslator.idl b/udkapi/com/sun/star/uri/XExternalUriReferenceTranslator.idl
index 05743329b5c4..4aeb132ff22a 100644
--- a/udkapi/com/sun/star/uri/XExternalUriReferenceTranslator.idl
+++ b/udkapi/com/sun/star/uri/XExternalUriReferenceTranslator.idl
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_uri_XExternalUriReferenceTranslator_idl__
-#define __com_sun_star_uri_XExternalUriReferenceTranslator_idl__
+#pragma once
#include <com/sun/star/uno/XInterface.idl>
@@ -80,6 +79,5 @@ published interface XExternalUriReferenceTranslator {
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/uri/XUriReference.idl b/udkapi/com/sun/star/uri/XUriReference.idl
index ba42f283f8c6..f6d45fb7ba58 100644
--- a/udkapi/com/sun/star/uri/XUriReference.idl
+++ b/udkapi/com/sun/star/uri/XUriReference.idl
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_uri_XUriReference_idl__
-#define __com_sun_star_uri_XUriReference_idl__
+#pragma once
#include <com/sun/star/uno/XInterface.idl>
@@ -222,6 +221,5 @@ published interface XUriReference: com::sun::star::uno::XInterface {
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/uri/XUriReferenceFactory.idl b/udkapi/com/sun/star/uri/XUriReferenceFactory.idl
index e87542aa4f58..c42ff7f96475 100644
--- a/udkapi/com/sun/star/uri/XUriReferenceFactory.idl
+++ b/udkapi/com/sun/star/uri/XUriReferenceFactory.idl
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_uri_XUriReferenceFactory_idl__
-#define __com_sun_star_uri_XUriReferenceFactory_idl__
+#pragma once
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/uri/RelativeUriExcessParentSegments.idl>
@@ -155,6 +154,5 @@ published interface XUriReferenceFactory: com::sun::star::uno::XInterface {
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/uri/XUriSchemeParser.idl b/udkapi/com/sun/star/uri/XUriSchemeParser.idl
index 573a3cfb918c..74ee3f22fada 100644
--- a/udkapi/com/sun/star/uri/XUriSchemeParser.idl
+++ b/udkapi/com/sun/star/uri/XUriSchemeParser.idl
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_uri_XUriSchemeParser_idl__
-#define __com_sun_star_uri_XUriSchemeParser_idl__
+#pragma once
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/uri/XUriReference.idl>
@@ -64,6 +63,5 @@ published interface XUriSchemeParser: com::sun::star::uno::XInterface {
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/uri/XVndSunStarExpandUrl.idl b/udkapi/com/sun/star/uri/XVndSunStarExpandUrl.idl
index 8de9d5380096..f9477846f273 100644
--- a/udkapi/com/sun/star/uri/XVndSunStarExpandUrl.idl
+++ b/udkapi/com/sun/star/uri/XVndSunStarExpandUrl.idl
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_uri_XVndSunStarExpandUrl_idl__
-#define __com_sun_star_uri_XVndSunStarExpandUrl_idl__
+#pragma once
#include <com/sun/star/lang/IllegalArgumentException.idl>
#include <com/sun/star/uno/XInterface.idl>
@@ -64,6 +63,5 @@ published interface XVndSunStarExpandUrl {
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/uri/XVndSunStarExpandUrlReference.idl b/udkapi/com/sun/star/uri/XVndSunStarExpandUrlReference.idl
index ab7f07dd650c..2f4639bbb92d 100644
--- a/udkapi/com/sun/star/uri/XVndSunStarExpandUrlReference.idl
+++ b/udkapi/com/sun/star/uri/XVndSunStarExpandUrlReference.idl
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_uri_XVndSunStarExpandUrlReference_idl__
-#define __com_sun_star_uri_XVndSunStarExpandUrlReference_idl__
+#pragma once
#include <com/sun/star/uri/XUriReference.idl>
#include <com/sun/star/uri/XVndSunStarExpandUrl.idl>
@@ -48,6 +47,5 @@ published interface XVndSunStarExpandUrlReference {
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/uri/XVndSunStarPkgUrlReferenceFactory.idl b/udkapi/com/sun/star/uri/XVndSunStarPkgUrlReferenceFactory.idl
index 03b58b718564..e32ac5f68505 100644
--- a/udkapi/com/sun/star/uri/XVndSunStarPkgUrlReferenceFactory.idl
+++ b/udkapi/com/sun/star/uri/XVndSunStarPkgUrlReferenceFactory.idl
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_uri_XVndSunStarPkgUrlReferenceFactory_idl__
-#define __com_sun_star_uri_XVndSunStarPkgUrlReferenceFactory_idl__
+#pragma once
#include <com/sun/star/uno/XInterface.idl>
@@ -50,6 +49,5 @@ published interface XVndSunStarPkgUrlReferenceFactory {
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/uri/XVndSunStarScriptUrl.idl b/udkapi/com/sun/star/uri/XVndSunStarScriptUrl.idl
index ca703bcf4bdb..15e7f12ed38b 100644
--- a/udkapi/com/sun/star/uri/XVndSunStarScriptUrl.idl
+++ b/udkapi/com/sun/star/uri/XVndSunStarScriptUrl.idl
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_uri_XVndSunStarScriptUrl_idl__
-#define __com_sun_star_uri_XVndSunStarScriptUrl_idl__
+#pragma once
#include <com/sun/star/lang/IllegalArgumentException.idl>
#include <com/sun/star/uno/XInterface.idl>
@@ -125,6 +124,5 @@ published interface XVndSunStarScriptUrl: com::sun::star::uno::XInterface {
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/uri/XVndSunStarScriptUrlReference.idl b/udkapi/com/sun/star/uri/XVndSunStarScriptUrlReference.idl
index 77209068f4cd..71dd2f74fa92 100644
--- a/udkapi/com/sun/star/uri/XVndSunStarScriptUrlReference.idl
+++ b/udkapi/com/sun/star/uri/XVndSunStarScriptUrlReference.idl
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_uri_XVndSunStarScriptUrlReference_idl__
-#define __com_sun_star_uri_XVndSunStarScriptUrlReference_idl__
+#pragma once
#include <com/sun/star/uri/XUriReference.idl>
#include <com/sun/star/uri/XVndSunStarScriptUrl.idl>
@@ -46,6 +45,5 @@ published interface XVndSunStarScriptUrlReference {
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */