summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/grid/GridInvalidDataException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/grid/GridInvalidDataException.idl')
-rw-r--r--offapi/com/sun/star/awt/grid/GridInvalidDataException.idl44
1 files changed, 22 insertions, 22 deletions
diff --git a/offapi/com/sun/star/awt/grid/GridInvalidDataException.idl b/offapi/com/sun/star/awt/grid/GridInvalidDataException.idl
index af1f90dfdc8b..e2d44d346131 100644
--- a/offapi/com/sun/star/awt/grid/GridInvalidDataException.idl
+++ b/offapi/com/sun/star/awt/grid/GridInvalidDataException.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2008 by Sun Microsystems, Inc.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -27,32 +27,32 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_awt_grid_GridInvalidDataException_idl__
-#define __com_sun_star_awt_grid_GridInvalidDataException_idl__
-
-#ifndef __com_sun_star_uno_RuntimeException_idl__
-#include <com/sun/star/uno/RuntimeException.idl>
+#ifndef __com_sun_star_awt_grid_GridInvalidDataException_idl__
+#define __com_sun_star_awt_grid_GridInvalidDataException_idl__
+
+#ifndef __com_sun_star_uno_RuntimeException_idl__
+#include <com/sun/star/uno/RuntimeException.idl>
#endif
-
-//=============================================================================
-
+
+//=============================================================================
+
module com { module sun { module star { module awt { module grid {
-
-//=============================================================================
-
-/** Exception is thrown to indicate that set data is invalid, e.g. type of data is unknown
- or data count doesn't match with column count.
-
+
+//=============================================================================
+
+/** Exception is thrown to indicate that set data is invalid, e.g. type of data is unknown
+ or data count doesn't match with column count.
+
@since OOo 3.3.0
*/
exception GridInvalidDataException : com::sun::star::uno::RuntimeException
{
-
-};
-
-//=============================================================================
-
+
+};
+
+//=============================================================================
+
}; }; }; }; };
-
-#endif
+
+#endif