summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/xml/sax/FastToken.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/xml/sax/FastToken.idl')
-rw-r--r--offapi/com/sun/star/xml/sax/FastToken.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/xml/sax/FastToken.idl b/offapi/com/sun/star/xml/sax/FastToken.idl
index 26707c070843..d05a78d69c3d 100644
--- a/offapi/com/sun/star/xml/sax/FastToken.idl
+++ b/offapi/com/sun/star/xml/sax/FastToken.idl
@@ -21,28 +21,23 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module xml { module sax {
-//============================================================================
constants FastToken
{
- //-------------------------------------------------------------------------
/** specifies an unknown token.
*/
const long DONTKNOW = -1;
- //-------------------------------------------------------------------------
/** specifies the first namespace token
*/
const long NAMESPACE = 0x00010000;
};
-//=============================================================================
}; }; }; }; };