diff options
Diffstat (limited to 'include/vcl/svapp.hxx')
-rw-r--r-- | include/vcl/svapp.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx index 5e4db812ab65..2b7fe62e0bb7 100644 --- a/include/vcl/svapp.hxx +++ b/include/vcl/svapp.hxx @@ -429,11 +429,9 @@ public: @param nError The error code identifier - @returns sal_uInt16 value - if it is 0, then the error wasn't handled. - @see Abort */ - virtual sal_uInt16 Exception( sal_uInt16 nError ); + virtual void Exception( sal_uInt16 nError ); /** Ends the program prematurely with an error message. |