sax/source/expatwrap/attrlistimpl.cxx | 2 -- sax/source/expatwrap/saxwriter.cxx | 2 -- sax/source/fastparser/fastparser.cxx | 3 --- 3 files changed, 7 deletions(-)
New commits: commit a39ced415fcdb456028fb4970071d83171d1f2f4 Author: Stephan Bergmann <[email protected]> Date: Wed Apr 9 11:12:41 2014 +0200 Remove unused functions Change-Id: Iddf4e29005aaa510af00c7345487996b75f41c41 diff --git a/sax/source/expatwrap/attrlistimpl.cxx b/sax/source/expatwrap/attrlistimpl.cxx index b06e54e..8df8064 100644 --- a/sax/source/expatwrap/attrlistimpl.cxx +++ b/sax/source/expatwrap/attrlistimpl.cxx @@ -34,8 +34,6 @@ using namespace ::com::sun::star::xml::sax; namespace sax_expatwrap { struct TagAttribute { - TagAttribute() - {} TagAttribute( const OUString &aName, const OUString &aType , const OUString &aValue ) { this->sName = aName; diff --git a/sax/source/expatwrap/saxwriter.cxx b/sax/source/expatwrap/saxwriter.cxx index 059ba79..140bcfb 100644 --- a/sax/source/expatwrap/saxwriter.cxx +++ b/sax/source/expatwrap/saxwriter.cxx @@ -953,8 +953,6 @@ public: // XServiceInfo sal_Bool SAL_CALL supportsService(const OUString& ServiceName) throw(std::exception) SAL_OVERRIDE; private: - - void writeSequence( const Sequence<sal_Int8> & seq ); sal_Int32 getIndentPrefixLength( sal_Int32 nFirstLineBreakOccurrence ) throw(); Reference< XOutputStream > m_out; diff --git a/sax/source/fastparser/fastparser.cxx b/sax/source/fastparser/fastparser.cxx index ce945af..336f5ee 100644 --- a/sax/source/fastparser/fastparser.cxx +++ b/sax/source/fastparser/fastparser.cxx @@ -243,9 +243,6 @@ private: sal_Int32 GetTokenWithContextNamespace( sal_Int32 nNamespaceToken, const sal_Char* pName, int nNameLen ); void DefineNamespace( const OString& rPrefix, const sal_Char* pNamespaceURL ); - void pushContext(); - void popContext(); - void splitName( const XML_Char *pwName, const XML_Char *&rpPrefix, sal_Int32 &rPrefixLen, const XML_Char *&rpName, sal_Int32 &rNameLen ); private: _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
