From 2a20bdbb21ee01b0b21246c3d6f87d535c467e9f Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 11 Oct 2018 23:11:07 +0200 Subject: Remove undefined member function declarations ...that had accidentally not been removed along with the definitions in b75e3ded1f73c943fb09f117e476e367ac0c3413 "tdf#120158: Base CMimeContentType on INetMIME::scanContentType" Change-Id: If94c0c413b891480c12a098c7b15caa1422213b0 Reviewed-on: https://gerrit.libreoffice.org/61697 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- dtrans/source/cnttype/mcnttype.hxx | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'dtrans/source') diff --git a/dtrans/source/cnttype/mcnttype.hxx b/dtrans/source/cnttype/mcnttype.hxx index 68c4bff5a258..07ff21a944d8 100644 --- a/dtrans/source/cnttype/mcnttype.hxx +++ b/dtrans/source/cnttype/mcnttype.hxx @@ -49,18 +49,6 @@ public: private: /// @throws css::lang::IllegalArgumentException 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 isInRange( const OUString& aChr, const OUString& aRange ); private: ::osl::Mutex m_aMutex; -- cgit