summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sal/osl/w32/signal.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/osl/w32/signal.cxx b/sal/osl/w32/signal.cxx
index d4a7967fba03..cb4c6689876e 100644
--- a/sal/osl/w32/signal.cxx
+++ b/sal/osl/w32/signal.cxx
@@ -172,6 +172,8 @@ void win_seh_translator( unsigned nSEHCode, _EXCEPTION_POINTERS* /* pExcPtrs */)
throw std::runtime_error( pSEHName);
}
+}
+
void onErrorReportingChanged(bool bEnable)
{
#if defined _MSC_VER
@@ -183,6 +185,4 @@ void onErrorReportingChanged(bool bEnable)
#endif
}
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */