summaryrefslogtreecommitdiff
path: root/idl/inc/lex.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-11 11:41:21 +0200
committerNoel Grandin <noel@peralex.com>2016-02-11 14:47:01 +0200
commit33e128b816300d552ae9ad3c611c8464fff08e68 (patch)
treef014ed90adc1d04c1166de6bc980e8f83abeaef9 /idl/inc/lex.hxx
parent09d58f7be8802c7e3f60ced1b428195b4d6bb7fa (diff)
simplify SvTokenStream handling
Change-Id: Ic8d8c7df54bd9debea3b9601d9c8d67b0412b5ab
Diffstat (limited to 'idl/inc/lex.hxx')
-rw-r--r--idl/inc/lex.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/idl/inc/lex.hxx b/idl/inc/lex.hxx
index e2e5bc374a87..0bfe49164a99 100644
--- a/idl/inc/lex.hxx
+++ b/idl/inc/lex.hxx
@@ -150,7 +150,6 @@ class SvTokenStream
}
public:
SvTokenStream( const OUString & rFileName );
- SvTokenStream( SvStream & rInStream, const OUString & rFileName );
~SvTokenStream();
const OUString & GetFileName() const { return aFileName; }