summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbarange.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-12-14 11:41:47 +0000
committerKurt Zenker <kz@openoffice.org>2007-12-14 11:41:47 +0000
commit12bc46f420607cf5e7f77f1b06acbf8774c421c0 (patch)
treeb326438911faaac9057d71757719437594dade95 /sc/source/ui/vba/vbarange.cxx
parentc3a6f874070ea50b5094fa4d11b77821aaf18f76 (diff)
#i10000# resolve warnings
Diffstat (limited to 'sc/source/ui/vba/vbarange.cxx')
-rw-r--r--sc/source/ui/vba/vbarange.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sc/source/ui/vba/vbarange.cxx b/sc/source/ui/vba/vbarange.cxx
index f3cfdeac8..e5c4b59c6 100644
--- a/sc/source/ui/vba/vbarange.cxx
+++ b/sc/source/ui/vba/vbarange.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: vbarange.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: vg $ $Date: 2007-12-07 11:01:04 $
+ * last change: $Author: kz $ $Date: 2007-12-14 12:41:04 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -4447,7 +4447,6 @@ ScVbaRange::AutoFill( const uno::Reference< excel::XRange >& Destination, const
break;
case excel::XlAutoFillType::xlFillFormats:
throw uno::RuntimeException( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "xlFillFormat not supported for AutoFill" ) ), uno::Reference< uno::XInterface >() );
- break;
case excel::XlAutoFillType::xlFillValues:
case excel::XlAutoFillType::xlFillSeries:
case excel::XlAutoFillType::xlLinearTrend: