diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2011-03-02 03:14:31 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2011-03-02 03:14:31 +0900 |
commit | 117066d1e904f58e37d1e48a30b997b98b9df8e9 (patch) | |
tree | 1f3b6ae26e61d18b1942b1a4c99f50ad2e1547c2 /sc/source/ui/unoobj/appluno.cxx | |
parent | 493c81d73ab2cfded2eafa15fbb9d08065c46470 (diff) |
Removed dead code
Diffstat (limited to 'sc/source/ui/unoobj/appluno.cxx')
-rw-r--r-- | sc/source/ui/unoobj/appluno.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/source/ui/unoobj/appluno.cxx b/sc/source/ui/unoobj/appluno.cxx index 55883b5ed5f7..76c894fae0ae 100644 --- a/sc/source/ui/unoobj/appluno.cxx +++ b/sc/source/ui/unoobj/appluno.cxx @@ -941,8 +941,6 @@ uno::Sequence<beans::PropertyValue> SAL_CALL ScFunctionListObj::getById( sal_Int } else throw uno::RuntimeException(); // should not happen - -// return uno::Sequence<beans::PropertyValue>(0); } // XNameAccess @@ -973,8 +971,6 @@ uno::Any SAL_CALL ScFunctionListObj::getByName( const rtl::OUString& aName ) } else throw uno::RuntimeException(); // should not happen - -// return uno::Any(); } // XIndexAccess @@ -1012,8 +1008,6 @@ uno::Any SAL_CALL ScFunctionListObj::getByIndex( sal_Int32 nIndex ) } else throw uno::RuntimeException(); // should not happen - -// return uno::Any(); } // XEnumerationAccess |