summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbafont.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/vbafont.cxx
parent28853e19226d7f78d9318ab584182fd0ba42bb9a (diff)
#i10000# resolve warnings
Diffstat (limited to 'sc/source/ui/vba/vbafont.cxx')
-rw-r--r--sc/source/ui/vba/vbafont.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/vba/vbafont.cxx b/sc/source/ui/vba/vbafont.cxx
index 19320f139775..3be396a76907 100644
--- a/sc/source/ui/vba/vbafont.cxx
+++ b/sc/source/ui/vba/vbafont.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: vbafont.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: vg $ $Date: 2007-12-07 10:51:27 $
+ * last change: $Author: kz $ $Date: 2007-12-14 12:40:55 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -205,7 +205,7 @@ ScVbaFont::getStandardFontSize() throw ( uno::RuntimeException )
//XXX #TODO# #FIXME#
throw uno::RuntimeException(
rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("getStandardFontSize not supported") ), uno::Reference< uno::XInterface >() );
- return uno::Any();
+ // return uno::Any();
}
@@ -224,7 +224,7 @@ ScVbaFont::getStandardFont() throw ( uno::RuntimeException )
//XXX #TODO# #FIXME#
throw uno::RuntimeException(
rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("getStandardFont not supported") ), uno::Reference< uno::XInterface >() );
- return uno::Any();
+ // return uno::Any();
}
void SAL_CALL
@@ -243,7 +243,7 @@ ScVbaFont::getFontStyle() throw ( uno::RuntimeException )
//XXX
throw uno::RuntimeException(
rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("getFontStyle not supported") ), uno::Reference< uno::XInterface >() );
- return uno::Any();
+ // return uno::Any();
}
void SAL_CALL