diff options
Diffstat (limited to 'sc/source/ui/unoobj/nameuno.cxx')
-rw-r--r-- | sc/source/ui/unoobj/nameuno.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/unoobj/nameuno.cxx b/sc/source/ui/unoobj/nameuno.cxx index a480b3a41fd6..c71487d8f6db 100644 --- a/sc/source/ui/unoobj/nameuno.cxx +++ b/sc/source/ui/unoobj/nameuno.cxx @@ -461,7 +461,6 @@ sal_Int64 SAL_CALL ScNamedRangeObj::getSomething( return 0; } -// static const uno::Sequence<sal_Int8>& ScNamedRangeObj::getUnoTunnelId() { static uno::Sequence<sal_Int8> * pSeq = 0; @@ -478,7 +477,6 @@ const uno::Sequence<sal_Int8>& ScNamedRangeObj::getUnoTunnelId() return *pSeq; } -// static ScNamedRangeObj* ScNamedRangeObj::getImplementation( const uno::Reference<uno::XInterface> xObj ) { ScNamedRangeObj* pRet = NULL; |