summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbaborders.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
commitd50222cb6d7cf94e07ca61c1b48bdec05bd9b61f (patch)
treef2958001f441581ac5dfbc2a42a1611dace37980 /sc/source/ui/vba/vbaborders.cxx
parent28853e19226d7f78d9318ab584182fd0ba42bb9a (diff)
#i10000# resolve warnings
Diffstat (limited to 'sc/source/ui/vba/vbaborders.cxx')
-rw-r--r--sc/source/ui/vba/vbaborders.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sc/source/ui/vba/vbaborders.cxx b/sc/source/ui/vba/vbaborders.cxx
index 001655a8bfb1..6c2a5825558b 100644
--- a/sc/source/ui/vba/vbaborders.cxx
+++ b/sc/source/ui/vba/vbaborders.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: vbaborders.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: vg $ $Date: 2007-12-07 10:44:36 $
+ * last change: $Author: kz $ $Date: 2007-12-14 12:41:12 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -272,7 +272,6 @@ public:
break;
default:
throw uno::RuntimeException( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "Bad param" ) ), uno::Reference< uno::XInterface >() );
- break;
}
setBorderLine( aBorderLine );
}
@@ -307,7 +306,6 @@ public:
break;
default:
throw uno::RuntimeException( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "Bad param" ) ), uno::Reference< uno::XInterface >() );
- break;
}
setBorderLine( aBorderLine );
}