diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-11-16 11:32:39 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-11-16 15:19:04 +0000 |
commit | 2ab73c3817dbd08f65db458e46fe80064df2f9a0 (patch) | |
tree | 7f0a812d33b016498ad364b9fa28bcd8851b46f3 /sc/inc/compiler.hxx | |
parent | 93b9a2381f2fc93f47a5b36c181741cc5f88e6fc (diff) |
callcatcher: update unused code
pleasing cleanup of whacky ScRawToken::sbyteOffset, etc.
Change-Id: I5ad97f8dab7c5dc9d5f0286bf606b619126c22c9
Diffstat (limited to 'sc/inc/compiler.hxx')
-rw-r--r-- | sc/inc/compiler.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/compiler.hxx b/sc/inc/compiler.hxx index 93246cd3e41b..8ae1a8e56db8 100644 --- a/sc/inc/compiler.hxx +++ b/sc/inc/compiler.hxx @@ -115,7 +115,6 @@ struct ScRawToken: private ScRawTokenBase // Friends that use a temporary ScRawToken on the stack (and therefore need // the private dtor) and know what they're doing.. friend class ScTokenArray; - static sal_uInt16 sbyteOffset(); public: union { double nValue; |