summaryrefslogtreecommitdiff
path: root/framework/qa/complex/framework/autosave/AutoSave.java
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 18:54:02 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 14:41:41 -0600
commitfcbefea01766e0888f7813672d9eddbdec5a9046 (patch)
tree8861652061bb2189350824217c98a259a9a9d2ec /framework/qa/complex/framework/autosave/AutoSave.java
parenta395c9fa387eabf2d09360f1023f5e3e66af21a8 (diff)
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>
Diffstat (limited to 'framework/qa/complex/framework/autosave/AutoSave.java')
-rw-r--r--framework/qa/complex/framework/autosave/AutoSave.java26
1 files changed, 13 insertions, 13 deletions
diff --git a/framework/qa/complex/framework/autosave/AutoSave.java b/framework/qa/complex/framework/autosave/AutoSave.java
index 4d02849a9992..6cb9e7ace213 100644
--- a/framework/qa/complex/framework/autosave/AutoSave.java
+++ b/framework/qa/complex/framework/autosave/AutoSave.java
@@ -54,14 +54,14 @@ import org.junit.Test;
import org.openoffice.test.OfficeConnection;
import util.SOfficeFactory;
import static org.junit.Assert.*;
-// ------------------------------------------
-//-----------------------------------------------
+
+
/** @short Check some use cases of the AutoSave feature
*/
public class AutoSave
{
- //-------------------------------------------
+
class AutoSaveListener implements XStatusListener
{
private XDispatch m_xAutoSave;
@@ -150,10 +150,10 @@ public class AutoSave
}
}
- //-------------------------------------------
+
// some const
- //-------------------------------------------
+
// member
private Protocol m_aLog;
@@ -168,10 +168,10 @@ public class AutoSave
private XURLTransformer m_xURLParser = null;
- //-------------------------------------------
+
// test environment
- //-------------------------------------------
+
/** @short A function to tell the framework,
which test functions are available.
@@ -186,7 +186,7 @@ public class AutoSave
// };
// }
- //-------------------------------------------
+
/** @short Create the environment for following tests.
@descr create an empty test frame, where we can load
@@ -226,7 +226,7 @@ public class AutoSave
}
}
- //-------------------------------------------
+
/** @short close the environment.
*/
@After public void after()
@@ -234,7 +234,7 @@ public class AutoSave
// ???
}
- //-------------------------------------------
+
// create a calc document with content, which needs some time for saving
private XInterface createBigCalcDoc()
{
@@ -272,7 +272,7 @@ public class AutoSave
return null;
}
- //-------------------------------------------
+
private void saveDoc(XInterface xDoc,
String sURL)
{
@@ -310,7 +310,7 @@ public class AutoSave
m_aLog.log(Protocol.TYPE_SCOPE_CLOSE, "saveDoc('"+sURL+"') finished.");
}
- //-------------------------------------------
+
private void closeDoc(XInterface xDoc)
{
m_aLog.log(Protocol.TYPE_SCOPE_OPEN, "closeDoc() started ...");
@@ -382,7 +382,7 @@ public class AutoSave
}
}
- //-------------------------------------------
+
/** @short check concurrent save requests to the same document
* at the same time.
*