summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/beans/NotRemoveableException.idl
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/beans/NotRemoveableException.idl
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/beans/NotRemoveableException.idl')
-rw-r--r--udkapi/com/sun/star/beans/NotRemoveableException.idl4
1 files changed, 1 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/beans/NotRemoveableException.idl b/udkapi/com/sun/star/beans/NotRemoveableException.idl
index 3229b567c7d9..0c3ff64dd5dd 100644
--- a/udkapi/com/sun/star/beans/NotRemoveableException.idl
+++ b/udkapi/com/sun/star/beans/NotRemoveableException.idl
@@ -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 __com_sun_star_beans_NotRemoveableException_idl__
-#define __com_sun_star_beans_NotRemoveableException_idl__
+#pragma once
#include <com/sun/star/uno/Exception.idl>
@@ -35,6 +34,5 @@ published exception NotRemoveableException: com::sun::star::uno::Exception
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */