diff options
author | Chris <chris.sherlock79@gmail.com> | 2013-03-23 14:25:29 +1100 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-23 03:38:22 +0000 |
commit | 7ca43770bc981c467371b3d4f587cc329298f4d4 (patch) | |
tree | d848bc098ca3722132cdaf2855b2c45363166522 | |
parent | c06269755ddbe11ff0d60fce7cdb52112687162b (diff) |
Remove commented code in VCL demo app - should make the example clearer.
Change-Id: I2e56c580b30435731b3b8dc716abae19c8673acf
Reviewed-on: https://gerrit.libreoffice.org/2920
Reviewed-by: Kohei Yoshida <kohei.yoshida@gmail.com>
Tested-by: Kohei Yoshida <kohei.yoshida@gmail.com>
-rw-r--r-- | vcl/workben/vcldemo.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/workben/vcldemo.cxx b/vcl/workben/vcldemo.cxx index 3d67d486d982..fb9f220594c8 100644 --- a/vcl/workben/vcldemo.cxx +++ b/vcl/workben/vcldemo.cxx @@ -83,11 +83,6 @@ void Main() aMainWin.SetText( rtl::OUString( "VCLDemo - VCL Workbench" ) ); aMainWin.Show(); - /* - InfoBox ib(NULL, String((sal_Char*)"Test", sizeof("Test"))); - ib.Execute(); - */ - Application::Execute(); } |