summaryrefslogtreecommitdiffstats
path: root/vcl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-04-28 08:32:51 +0300
committerTor Lillqvist <tml@iki.fi>2012-04-28 08:32:51 +0300
commit9c69984f8bf4830c6c0831bc66b128f86143d98f (patch)
tree7a33a868708ef62a2ab5c78463603ba01c1f40f9 /vcl
parentFixed crash on tear down during cppunit test. (diff)
downloadcore-9c69984f8bf4830c6c0831bc66b128f86143d98f.tar.gz
core-9c69984f8bf4830c6c0831bc66b128f86143d98f.zip
Bin the unused vague SAL_IMPLEMENT_MAIN_WITH_GUI idea
Change-Id: I66dae812f3aea0534907316a7fb41b35ad37be48
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/salmain/salmain.cxx2
-rw-r--r--vcl/workben/svdem.cxx2
-rw-r--r--vcl/workben/vcldemo.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/salmain/salmain.cxx b/vcl/source/salmain/salmain.cxx
index d3c38c8b1cf8..1a8c4d8ba16f 100644
--- a/vcl/source/salmain/salmain.cxx
+++ b/vcl/source/salmain/salmain.cxx
@@ -35,7 +35,7 @@
#include "salinst.hxx"
-SAL_IMPLEMENT_MAIN_WITH_GUI() {
+SAL_IMPLEMENT_MAIN() {
tools::extendApplicationEnvironment();
return SVMain();
}
diff --git a/vcl/workben/svdem.cxx b/vcl/workben/svdem.cxx
index 53f3353f497e..8e9baa73ac46 100644
--- a/vcl/workben/svdem.cxx
+++ b/vcl/workben/svdem.cxx
@@ -49,7 +49,7 @@ void Main();
// -----------------------------------------------------------------------
-SAL_IMPLEMENT_MAIN_WITH_GUI()
+SAL_IMPLEMENT_MAIN()
{
tools::extendApplicationEnvironment();
diff --git a/vcl/workben/vcldemo.cxx b/vcl/workben/vcldemo.cxx
index d0caa0015056..7df524a81599 100644
--- a/vcl/workben/vcldemo.cxx
+++ b/vcl/workben/vcldemo.cxx
@@ -52,7 +52,7 @@ void Main();
// -----------------------------------------------------------------------
-SAL_IMPLEMENT_MAIN_WITH_GUI()
+SAL_IMPLEMENT_MAIN()
{
tools::extendApplicationEnvironment();