diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-12-27 19:12:16 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-12-27 19:30:19 +0100 |
commit | 02caf8f2eef75d8b5acb6a4ec40277355c3c6c6e (patch) | |
tree | 88b1d355f29f21aa0670d24ec9a5912ebdd04d9d | |
parent | cef36587674b6472471478524e87b1add4109507 (diff) |
that method is the same as in the base class
Change-Id: I8cb6f59795d9461c0e02ab70d7edd60af1410c1f
-rw-r--r-- | sc/source/core/tool/compiler.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sc/source/core/tool/compiler.cxx b/sc/source/core/tool/compiler.cxx index 2764648af60b..7419a37816b2 100644 --- a/sc/source/core/tool/compiler.cxx +++ b/sc/source/core/tool/compiler.cxx @@ -1362,13 +1362,6 @@ struct ConventionXL_OOX : public ConventionXL_A1 nSrcPos, nStartFlags, aAddAllowed, nContFlags, aAddAllowed ); } - virtual bool parseExternalName( const OUString& rSymbol, OUString& rFile, OUString& rName, - const ScDocument* pDoc, - const uno::Sequence<sheet::ExternalLinkInfo>* pExternalLinks ) const SAL_OVERRIDE - { - return ConventionXL::parseExternalName( rSymbol, rFile, rName, pDoc, pExternalLinks); - } - virtual void makeExternalRefStr( OUStringBuffer& rBuffer, const ScAddress& rPos, sal_uInt16 nFileId, const OUString& /*rFileName*/, const OUString& rTabName, const ScSingleRefData& rRef ) const SAL_OVERRIDE |