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 /include | |
parent | 93b9a2381f2fc93f47a5b36c181741cc5f88e6fc (diff) |
callcatcher: update unused code
pleasing cleanup of whacky ScRawToken::sbyteOffset, etc.
Change-Id: I5ad97f8dab7c5dc9d5f0286bf606b619126c22c9
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/mapmod.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/mapmod.hxx b/include/vcl/mapmod.hxx index 266e38f1ad0f..2edd16f09923 100644 --- a/include/vcl/mapmod.hxx +++ b/include/vcl/mapmod.hxx @@ -69,7 +69,6 @@ public: bool operator!=( const MapMode& rMapMode ) const { return !(MapMode::operator==( rMapMode )); } bool IsDefault() const; - bool IsSameInstance( const MapMode& rMapMode ) const; friend VCL_DLLPUBLIC SvStream& ReadMapMode( SvStream& rIStm, MapMode& rMapMode ); friend VCL_DLLPUBLIC SvStream& WriteMapMode( SvStream& rOStm, const MapMode& rMapMode ); |