summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-03-31 13:21:32 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-03-31 13:22:06 +0200
commit8d463bbf6ac7f76054924c1f35a71ffa4bdd4c96 (patch)
tree491603320311f1c4b28679f5330eeecf20de5daf /sal
parentef9757605619c6bcbdde61c93c834a0467453d67 (diff)
...one more detail to get things fixed
Change-Id: If5d3cb2242e08e559380a4e2c86c96dc6cdc0c71
Diffstat (limited to 'sal')
-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: */