summaryrefslogtreecommitdiff
path: root/dtrans/source/cnttype/mcnttype.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dtrans/source/cnttype/mcnttype.hxx')
-rw-r--r--dtrans/source/cnttype/mcnttype.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/dtrans/source/cnttype/mcnttype.hxx b/dtrans/source/cnttype/mcnttype.hxx
index b7663021a4fe..e44e12261b21 100644
--- a/dtrans/source/cnttype/mcnttype.hxx
+++ b/dtrans/source/cnttype/mcnttype.hxx
@@ -51,17 +51,17 @@ public:
private:
void SAL_CALL init( const OUString& aCntType ) throw( com::sun::star::lang::IllegalArgumentException );
- void SAL_CALL getSym( void );
+ void SAL_CALL getSym();
void SAL_CALL acceptSym( const OUString& pSymTlb );
- void SAL_CALL skipSpaces( void );
- void SAL_CALL type( void );
- void SAL_CALL subtype( void );
- void SAL_CALL trailer( void );
+ void SAL_CALL skipSpaces();
+ void SAL_CALL type();
+ void SAL_CALL subtype();
+ void SAL_CALL trailer();
OUString SAL_CALL pName( );
OUString SAL_CALL pValue( );
OUString SAL_CALL quotedPValue( );
OUString SAL_CALL nonquotedPValue( );
- void SAL_CALL comment( void );
+ void SAL_CALL comment();
static bool SAL_CALL isInRange( const OUString& aChr, const OUString& aRange );
private: