summaryrefslogtreecommitdiff
path: root/vcl/workben
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-07-24 18:11:10 +0200
committerThomas Arnhold <thomas@arnhold.org>2011-07-25 15:13:05 +0200
commit14ff4c2ca033f9d00a613eb28b65a3e16891c8f3 (patch)
treebfd4869a427ee33a45ceba884b95fc0d3d79fe06 /vcl/workben
parent578ce735cb3ee610e11202634128a29c7998ccbf (diff)
callcatcher: remove unused methods
Diffstat (limited to 'vcl/workben')
-rw-r--r--vcl/workben/vcldemo.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/vcl/workben/vcldemo.cxx b/vcl/workben/vcldemo.cxx
index 3c75c643fe4a..7d9cb0c32054 100644
--- a/vcl/workben/vcldemo.cxx
+++ b/vcl/workben/vcldemo.cxx
@@ -37,8 +37,6 @@
#include <vcl/svapp.hxx>
#include <vcl/wrkwin.hxx>
#include <vcl/msgbox.hxx>
-#include <vcl/introwin.hxx>
-#include <vcl/msgbox.hxx>
#include <comphelper/processfactory.hxx>
#include <cppuhelper/servicefactory.hxx>
@@ -90,13 +88,6 @@ public:
void Main()
{
- /*
- IntroWindow splash;
- splash.Show();
- sleep(5);
- splash.Hide();
- */
-
MyWin aMainWin( NULL, WB_APP | WB_STDWORK );
aMainWin.SetText( XubString( RTL_CONSTASCII_USTRINGPARAM( "VCLDemo - VCL Workbench" ) ) );
aMainWin.Show();