[Libreoffice-commits] core.git: dtrans/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Oct 12 07:02:28 UTC 2018


 dtrans/source/cnttype/mcnttype.hxx |   12 ------------
 1 file changed, 12 deletions(-)

New commits:
commit 2a20bdbb21ee01b0b21246c3d6f87d535c467e9f
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Oct 11 23:11:07 2018 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Fri Oct 12 09:02:00 2018 +0200

    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 at redhat.com>

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;


More information about the Libreoffice-commits mailing list