summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/convwatch/IniFile.java
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 19:41:12 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 05:59:24 -0600
commitfaabee67550fb8eaebe5f58e224508de81d2c641 (patch)
tree102b91054825b5ff7af4f72905322d39de84f97d /qadevOOo/runner/convwatch/IniFile.java
parente90c27f5e180f58997026c69aa746498aa995823 (diff)
Remove visual noise from qadevOOo
Change-Id: I3d65145422039d629d2375c9fef030cd6ee41124 Reviewed-on: https://gerrit.libreoffice.org/8291 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'qadevOOo/runner/convwatch/IniFile.java')
-rw-r--r--qadevOOo/runner/convwatch/IniFile.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/qadevOOo/runner/convwatch/IniFile.java b/qadevOOo/runner/convwatch/IniFile.java
index e64189531f95..c3ae9a0143db 100644
--- a/qadevOOo/runner/convwatch/IniFile.java
+++ b/qadevOOo/runner/convwatch/IniFile.java
@@ -105,7 +105,7 @@ class IniFile
return m_aList.size() > 1 ? true : false;
}
- // -----------------------------------------------------------------------------
+
boolean isRemark(String _sLine)
{
@@ -368,7 +368,7 @@ class IniFile
m_bListContainUnsavedChanges = true;
}
}
- // -----------------------------------------------------------------------------
+
// String replaceEvaluatedValue(String _sSection, String _sValue)
// {
// String sValue = _sValue;
@@ -394,7 +394,7 @@ class IniFile
// }
// return sValue;
// }
- // -----------------------------------------------------------------------------
+
// public String getLocalEvaluatedValue(String _sSection, String _sKey)
// {
@@ -403,7 +403,7 @@ class IniFile
// return sValue;
// }
- // -----------------------------------------------------------------------------
+
// this is a special behaviour.
// public String getGlobalLocalEvaluatedValue(String _sSection, String _sKey)
@@ -418,7 +418,7 @@ class IniFile
// }
// sLocalValue = replaceEvaluatedKey(_sSection, sLocalValue);
// sLocalValue = replaceEvaluatedKey("global", sLocalValue);
- //
+
// return sLocalValue;
// }
@@ -436,7 +436,7 @@ class IniFile
// aIniFile.insertValue("Section","Key","replaced value");
// // create a new value
// aIniFile.insertValue("New Section", "Key", "a new key value pair");
-//
+
// String sValue2 = aIniFile.getValue("Section2","Key");
// aIniFile.store();
// }