summaryrefslogtreecommitdiffstats
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.hxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/dtrans/source/cnttype/mcnttype.hxx b/dtrans/source/cnttype/mcnttype.hxx
index 45a80bbed66c..61e9594b2ba8 100644
--- a/dtrans/source/cnttype/mcnttype.hxx
+++ b/dtrans/source/cnttype/mcnttype.hxx
@@ -48,18 +48,18 @@ public:
private:
/// @throws css::lang::IllegalArgumentException
- void SAL_CALL init( const OUString& aCntType );
- void SAL_CALL getSym();
- void SAL_CALL acceptSym( const OUString& pSymTlb );
- 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 init( const OUString& aCntType );
+ void getSym();
+ void acceptSym( const OUString& pSymTlb );
+ void skipSpaces();
+ void type();
+ void subtype();
+ void trailer();
+ OUString pName( );
+ OUString pValue( );
+ OUString quotedPValue( );
+ OUString nonquotedPValue( );
+ void comment();
static bool SAL_CALL isInRange( const OUString& aChr, const OUString& aRange );
private: