diff options
-rw-r--r-- | svtools/source/config/test/test.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/svtools/source/config/test/test.cxx b/svtools/source/config/test/test.cxx index f66c42dd7a38..86ed9a82ec7b 100644 --- a/svtools/source/config/test/test.cxx +++ b/svtools/source/config/test/test.cxx @@ -137,18 +137,18 @@ void TestApplication::impl_testDynamicMenuOptions() if( lNewMenu.getLength() < 1 ) { - aCFG.AppendItem( E_NEWMENU, "private:factory/swriter", "new writer", "icon_writer", "_blank"; - aCFG.AppendItem( E_NEWMENU, "private:factory/scalc", "new calc", "icon_calc", "_blank"; - aCFG.AppendItem( E_NEWMENU, "private:factory/sdraw", "new draw", "icon_draw", "_blank"; + aCFG.AppendItem( E_NEWMENU, "private:factory/swriter", "new writer", "icon_writer", "_blank"); + aCFG.AppendItem( E_NEWMENU, "private:factory/scalc", "new calc", "icon_calc", "_blank"); + aCFG.AppendItem( E_NEWMENU, "private:factory/sdraw", "new draw", "icon_draw", "_blank"); lNewMenu = aCFG.GetMenu( E_NEWMENU ); } if( lWizardMenu.getLength() < 1 ) { - aCFG.AppendItem( E_WIZARDMENU, "file://a", "system file", "icon_file", "_self"; - aCFG.AppendItem( E_WIZARDMENU, "ftp://b", "ftp host", "icon_ftp", "_self"; - aCFG.AppendItem( E_WIZARDMENU, "http://c", "www", "icon_www", "_self"; + aCFG.AppendItem( E_WIZARDMENU, "file://a", "system file", "icon_file", "_self"); + aCFG.AppendItem( E_WIZARDMENU, "ftp://b", "ftp host", "icon_ftp", "_self"); + aCFG.AppendItem( E_WIZARDMENU, "http://c", "www", "icon_www", "_self"); lWizardMenu = aCFG.GetMenu( E_WIZARDMENU ); } |