summaryrefslogtreecommitdiff
path: root/sax
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-09 11:12:41 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-09 11:12:41 +0200
commita39ced415fcdb456028fb4970071d83171d1f2f4 (patch)
tree07880d79f03a349c5d55b514e3e1677378262e4f /sax
parentc2af50eb6df396c957890a6b912b8f3185893551 (diff)
Remove unused functions
Change-Id: Iddf4e29005aaa510af00c7345487996b75f41c41
Diffstat (limited to 'sax')
-rw-r--r--sax/source/expatwrap/attrlistimpl.cxx2
-rw-r--r--sax/source/expatwrap/saxwriter.cxx2
-rw-r--r--sax/source/fastparser/fastparser.cxx3
3 files changed, 0 insertions, 7 deletions
diff --git a/sax/source/expatwrap/attrlistimpl.cxx b/sax/source/expatwrap/attrlistimpl.cxx
index b06e54e8d3ca..8df8064cdb64 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 059ba7978250..140bcfbca9f2 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 ce945af5bfdf..336f5eed71b7 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: