summaryrefslogtreecommitdiff
path: root/sax/source/expatwrap
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/source/expatwrap
parentc2af50eb6df396c957890a6b912b8f3185893551 (diff)
Remove unused functions
Change-Id: Iddf4e29005aaa510af00c7345487996b75f41c41
Diffstat (limited to 'sax/source/expatwrap')
-rw-r--r--sax/source/expatwrap/attrlistimpl.cxx2
-rw-r--r--sax/source/expatwrap/saxwriter.cxx2
2 files changed, 0 insertions, 4 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;