[Libreoffice-commits] core.git: vcl/workben

Chris chris.sherlock79 at gmail.com
Fri Mar 22 20:38:41 PDT 2013


 vcl/workben/vcldemo.cxx |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit 7ca43770bc981c467371b3d4f587cc329298f4d4
Author: Chris <chris.sherlock79 at gmail.com>
Date:   Sat Mar 23 14:25:29 2013 +1100

    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 at gmail.com>
    Tested-by: Kohei Yoshida <kohei.yoshida at gmail.com>

diff --git a/vcl/workben/vcldemo.cxx b/vcl/workben/vcldemo.cxx
index 3d67d48..fb9f220 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();
 }
 


More information about the Libreoffice-commits mailing list