summaryrefslogtreecommitdiffstats
path: root/vcl/inc/salinst.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-09-28 15:08:45 +0200
committerStephan Bergmann <sbergman@redhat.com>2011-09-28 15:24:52 +0200
commit01e0b770a5ce58de44283465ba51b03a1ee0db0c (patch)
tree9ab1aa902f92926c92c8b11043d89e838de60c92 /vcl/inc/salinst.hxx
parentUploading a new release of libwps (diff)
downloadcore-01e0b770a5ce58de44283465ba51b03a1ee0db0c.tar.gz
core-01e0b770a5ce58de44283465ba51b03a1ee0db0c.zip
Let SalAbort dump core on developer builds.
Diffstat (limited to 'vcl/inc/salinst.hxx')
-rw-r--r--vcl/inc/salinst.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/salinst.hxx b/vcl/inc/salinst.hxx
index d878dd7fea80..194e61ac0cf5 100644
--- a/vcl/inc/salinst.hxx
+++ b/vcl/inc/salinst.hxx
@@ -181,7 +181,7 @@ void DestroySalInstance( SalInstance* pInst );
// - SalInstance-Functions -
// -------------------------
-void SalAbort( const XubString& rErrorText );
+void SalAbort( const XubString& rErrorText, bool bDumpCore );
VCL_PLUGIN_PUBLIC const ::rtl::OUString& SalGetDesktopEnvironment();