summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-01-06 15:12:12 +0200
committerTor Lillqvist <tml@iki.fi>2013-01-06 15:30:04 +0200
commit4427bb0c588382d56d5368e691a29c4c0bbdf944 (patch)
tree68d81e2b9db9159c93df16b43b6909fdd8c5d6fb /qadevOOo
parentf79da8fa288fbbe4742ad416844aad53ee8d00f5 (diff)
The "ProductSource" (MWS name) makes no sense any more
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/runner/graphical/BuildID.java11
1 files changed, 0 insertions, 11 deletions
diff --git a/qadevOOo/runner/graphical/BuildID.java b/qadevOOo/runner/graphical/BuildID.java
index f6bc0a62d070..ce21a0cc8236 100644
--- a/qadevOOo/runner/graphical/BuildID.java
+++ b/qadevOOo/runner/graphical/BuildID.java
@@ -163,13 +163,6 @@ public class BuildID
// System.exit(1);
// }
- public static String getMaster(String _sOfficePath)
- {
- final String sOfficePath = getOfficePath(_sOfficePath);
- final String sMaster = getBuildID(sOfficePath, "ProductSource");
- return sMaster;
- }
-
public static String getMinor(String _sOfficePath)
{
final String sOfficePath = getOfficePath(_sOfficePath);
@@ -199,10 +192,6 @@ public class BuildID
// sBuildID = getBuildID(sApp);
// System.out.println("BuildID is: " + sBuildID);
//
-// String sMaster;
-// sMaster = getMaster(sApp);
-// System.out.println("Master is: " + sMaster);
-//
// String sMinor;
// sMinor = getMinor(sApp);
// System.out.println("Minor is: " + sMinor);