summaryrefslogtreecommitdiff
path: root/dtrans
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-10-11 23:11:07 +0200
committerStephan Bergmann <sbergman@redhat.com>2018-10-12 09:02:00 +0200
commit2a20bdbb21ee01b0b21246c3d6f87d535c467e9f (patch)
treef19bdc91a41519ec72928fba1324288a94db847f /dtrans
parentf8c77cf7ebaf63e3aac85269c637c92a37bc988b (diff)
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 <sbergman@redhat.com>
Diffstat (limited to 'dtrans')
-rw-r--r--dtrans/source/cnttype/mcnttype.hxx12
1 files changed, 0 insertions, 12 deletions
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;