summaryrefslogtreecommitdiff
path: root/testtools/source/cliversioning
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 22:27:51 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-27 09:44:42 -0600
commita9311d6b1a8528d009bc25a4f1c80c7d9db58e49 (patch)
treee0c579f0d6cc8fad183eb05d8274dcbfe2e934f7 /testtools/source/cliversioning
parenta27462189d1d6a3d22be23a5eee603edca5d8ea3 (diff)
Remove visual noise from testtools
Change-Id: Idbf31a46a9e174b96b3cac76be6a01a6ada0abde Reviewed-on: https://gerrit.libreoffice.org/8325 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'testtools/source/cliversioning')
-rw-r--r--testtools/source/cliversioning/version.cs12
1 files changed, 6 insertions, 6 deletions
diff --git a/testtools/source/cliversioning/version.cs b/testtools/source/cliversioning/version.cs
index 144bd8c6c31c..b1717148da72 100644
--- a/testtools/source/cliversioning/version.cs
+++ b/testtools/source/cliversioning/version.cs
@@ -251,7 +251,7 @@ class SpreadsheetDocHelper : System.IDisposable
private unoidl.com.sun.star.lang.XMultiServiceFactory mxMSFactory;
private unoidl.com.sun.star.sheet.XSpreadsheetDocument mxDocument;
-// ________________________________________________________________
+
public SpreadsheetDocHelper()
{
@@ -316,7 +316,7 @@ class SpreadsheetDocHelper : System.IDisposable
return xSheet;
}
-// ________________________________________________________________
+
// Methods to fill values into cells.
/** Writes a double value into a spreadsheet.
@@ -436,7 +436,7 @@ class SpreadsheetDocHelper : System.IDisposable
new uno.Any( (Single) unoidl.com.sun.star.awt.FontWeight.BOLD ) );
}
-// ________________________________________________________________
+
// Methods to create cell addresses and range addresses.
/** Creates a unoidl.com.sun.star.table.CellAddress and initializes it
@@ -466,7 +466,7 @@ class SpreadsheetDocHelper : System.IDisposable
return xAddr.getRangeAddress();
}
-// ________________________________________________________________
+
// Methods to convert cell addresses and range addresses to strings.
/** Returns the text address of the cell.
@@ -539,7 +539,7 @@ class SpreadsheetDocHelper : System.IDisposable
return aStr;
}
-// ________________________________________________________________
+
/** Connect to a running office that is accepting connections.
@return The ServiceManager to instantiate office components. */
@@ -593,7 +593,7 @@ class SpreadsheetDocHelper : System.IDisposable
}
}
-// ________________________________________________________________
+
}
}