diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-12-14 11:41:47 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-12-14 11:41:47 +0000 |
commit | 12bc46f420607cf5e7f77f1b06acbf8774c421c0 (patch) | |
tree | b326438911faaac9057d71757719437594dade95 /sc/source/ui/vba/vbashape.cxx | |
parent | c3a6f874070ea50b5094fa4d11b77821aaf18f76 (diff) |
#i10000# resolve warnings
Diffstat (limited to 'sc/source/ui/vba/vbashape.cxx')
-rw-r--r-- | sc/source/ui/vba/vbashape.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sc/source/ui/vba/vbashape.cxx b/sc/source/ui/vba/vbashape.cxx index cc4970258..4e3a0f952 100644 --- a/sc/source/ui/vba/vbashape.cxx +++ b/sc/source/ui/vba/vbashape.cxx @@ -4,9 +4,9 @@ * * $RCSfile: vbashape.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2007-12-07 11:01:57 $ + * last change: $Author: kz $ $Date: 2007-12-14 12:41:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -346,7 +346,6 @@ ScVbaShape::ZOrder( sal_Int32 ZOrderCmd ) throw (uno::RuntimeException) case office::MsoZOrderCmd::msoBringInFrontOfText: case office::MsoZOrderCmd::msoSendBehindText: throw uno::RuntimeException( rtl::OUString::createFromAscii( "This ZOrderCmd is not implemented, it is use with writer." ), uno::Reference< uno::XInterface >() ); - break; default: throw uno::RuntimeException( rtl::OUString::createFromAscii( "Invalid Parameter." ), uno::Reference< uno::XInterface >() ); } |