diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2013-10-11 13:16:04 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2013-10-17 21:38:33 +0200 |
commit | 7082efee96e1f165b30b1266376bb95db006e25e (patch) | |
tree | 9e64dc73d5653ab5b8bdcac552dbe6252491c3b7 /sax | |
parent | 5d4558da5f4b5ee61589fd2b9acaf4eff9b515f5 (diff) |
remove not implemented method declaration
Change-Id: I340ab40724cc864920cea05db63440803e60e275
Diffstat (limited to 'sax')
-rw-r--r-- | sax/source/fastparser/fastparser.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sax/source/fastparser/fastparser.hxx b/sax/source/fastparser/fastparser.hxx index e75ee0f0a596..6f9abae1d5b5 100644 --- a/sax/source/fastparser/fastparser.hxx +++ b/sax/source/fastparser/fastparser.hxx @@ -139,7 +139,6 @@ private: sal_Int32 GetNamespaceToken( const OUString& rNamespaceURL ); sal_Int32 GetTokenWithNamespaceURL( const OUString& rNamespaceURL, const sal_Char* pName, int nNameLen ); void DefineNamespace( const OString& rPrefix, const sal_Char* pNamespaceURL ); - sal_Int32 CreateCustomToken( const sal_Char* pToken, int len = 0 ); void pushContext(); void popContext(); |