Remove visual noise from framework

Conflicts:
	framework/inc/dispatch/oxt_handler.hxx
	framework/inc/services/layoutmanager.hxx
	framework/inc/tabwin/tabwindow.hxx
	framework/source/dispatch/menudispatcher.cxx
	framework/source/helper/dockingareadefaultacceptor.cxx
	framework/source/helper/ocomponentaccess.cxx
	framework/source/helper/ocomponentenumeration.cxx
	framework/source/helper/oframes.cxx
	framework/source/layoutmanager/toolbarlayoutmanager.hxx
	framework/source/recording/dispatchrecorder.cxx
	framework/source/services/desktop.cxx
	framework/source/services/frame.cxx
	framework/source/services/urltransformer.cxx

Change-Id: Ibb04e3f6f0796e7f2be16dcce38542f8b90708d4
Reviewed-on: https://gerrit.libreoffice.org/8265
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
Alexander Wilms
2014-02-25 18:54:02 +01:00
committed by Caolán McNamara
parent a395c9fa38
commit fcbefea017
157 changed files with 1669 additions and 1742 deletions

View File

@ -50,8 +50,8 @@ import org.junit.BeforeClass;
import org.junit.Test;
import org.openoffice.test.OfficeConnection;
import static org.junit.Assert.*;
// ------------------------------------------
//-----------------------------------------------
/**
* This <CODE>ComplexTest</CODE> checks the interface
* <CODE>XUserInputInterception</CODE>. Therefore it creates a document,
@ -62,10 +62,10 @@ import static org.junit.Assert.*;
* @descr checks is a simple way the interface XUserInputInteraction
*/
public class EventTest {
//-------------------------------------------
// some const
//-------------------------------------------
// member
/** indicates if the mousePressed event was called*/
@ -87,10 +87,10 @@ public class EventTest {
*/
final int m_threadWait = 3000;
//-------------------------------------------
// test environment
//-------------------------------------------
/**
* The test methods are:
* <ul>
@ -117,7 +117,7 @@ public class EventTest {
// };
// }
//-------------------------------------------
/**
* creates the mebmer <CODE>m_xMSF</CODE> and <CODE>m_SOF</CODE>
* @short Create the environment for following tests.
@ -135,7 +135,7 @@ public class EventTest {
}
}
//-------------------------------------------
/**
* closes the document
* @short close the document.