summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-10-18 17:39:36 +0300
committerTor Lillqvist <tlillqvist@suse.com>2011-10-18 18:26:59 +0300
commitc1b00df77ed40200d06259d9a07ce77ed335b030 (patch)
treea356c205d2d7f2cf64460ee707fac1fceb084d8f
parent93ea3566d2d98a5eb2b6b3d8d315f4e0384ca1cc (diff)
WaE: unreachable code
-rw-r--r--sc/source/ui/vba/vbaworksheet.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbaworksheet.cxx b/sc/source/ui/vba/vbaworksheet.cxx
index 64f25ea04a0c..9fbb174ed9e6 100644
--- a/sc/source/ui/vba/vbaworksheet.cxx
+++ b/sc/source/ui/vba/vbaworksheet.cxx
@@ -395,7 +395,6 @@ ScVbaWorksheet::getEnableSelection() throw (uno::RuntimeException)
throw uno::RuntimeException(::rtl::OUString(
RTL_CONSTASCII_USTRINGPARAM( "Sheet Name does not exist. ") ),
uno::Reference< XInterface >() );
- return excel::XlEnableSelection::xlNoSelection;
}