summaryrefslogtreecommitdiffstats
path: root/udkapi/com/sun/star/reflection/NoSuchTypeNameException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/reflection/NoSuchTypeNameException.idl')
-rw-r--r--udkapi/com/sun/star/reflection/NoSuchTypeNameException.idl4
1 files changed, 1 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/reflection/NoSuchTypeNameException.idl b/udkapi/com/sun/star/reflection/NoSuchTypeNameException.idl
index 980487d4ff2f..a2bc33bec806 100644
--- a/udkapi/com/sun/star/reflection/NoSuchTypeNameException.idl
+++ b/udkapi/com/sun/star/reflection/NoSuchTypeNameException.idl
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_reflection_NoSuchTypeNameException_idl__
-#define __com_sun_star_reflection_NoSuchTypeNameException_idl__
+#pragma once
#include <com/sun/star/uno/Exception.idl>
@@ -38,6 +37,5 @@ published exception NoSuchTypeNameException : com::sun::star::uno::Exception
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */