Kaydet (Commit) a39ced41 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Remove unused functions

Change-Id: Iddf4e29005aaa510af00c7345487996b75f41c41
üst c2af50eb
......@@ -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;
......
......@@ -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;
......
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment