summaryrefslogtreecommitdiff
path: root/include/cppuhelper/exc_hlp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppuhelper/exc_hlp.hxx')
-rw-r--r--include/cppuhelper/exc_hlp.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/cppuhelper/exc_hlp.hxx b/include/cppuhelper/exc_hlp.hxx
index ea7353693936..570513ff38fa 100644
--- a/include/cppuhelper/exc_hlp.hxx
+++ b/include/cppuhelper/exc_hlp.hxx
@@ -25,7 +25,6 @@
namespace cppu
{
-
/** This function throws the exception given by rExc. The given value has to
be of typeclass EXCEPTION and must be derived from or of
type com.sun.star.uno.Exception.
@@ -33,7 +32,7 @@ namespace cppu
@param rExc
exception to be thrown.
*/
-CPPUHELPER_DLLPUBLIC void SAL_CALL throwException( const css::uno::Any & rExc );
+CPPUHELPER_DLLPUBLIC void SAL_CALL throwException(const css::uno::Any& rExc);
/** Use this function to get the dynamic type of a caught C++-UNO exception;
completes the above function throwing exceptions generically.
@@ -85,7 +84,6 @@ CPPUHELPER_DLLPUBLIC void SAL_CALL throwException( const css::uno::Any & rExc );
same C++ compiler (and linking against one runtime library).
*/
CPPUHELPER_DLLPUBLIC css::uno::Any SAL_CALL getCaughtException();
-
}
#endif