framework/qa/complex/framework/autosave/ConfigHelper.java | 24 -------------- 1 file changed, 24 deletions(-)
New commits: commit 87d5f408180c0292fbf71ed71f564473beffe29a Author: Stephan Bergmann <sberg...@redhat.com> Date: Tue Jan 7 17:04:21 2014 +0100 Remove unused methods Change-Id: Ib1fb65981151ef1c0c1cd316790e9906d1072dfc diff --git a/framework/qa/complex/framework/autosave/ConfigHelper.java b/framework/qa/complex/framework/autosave/ConfigHelper.java index 701b4bf..8de6e87 100644 --- a/framework/qa/complex/framework/autosave/ConfigHelper.java +++ b/framework/qa/complex/framework/autosave/ConfigHelper.java @@ -106,28 +106,4 @@ class ConfigHelper catch(com.sun.star.uno.Exception ex) {} } - - //----------------------------------------------- - public static Object readDirectKey(XMultiServiceFactory xSMGR , - String sConfigFile, - String sRelPath , - String sKey ) - throws com.sun.star.uno.Exception - { - ConfigHelper aConfig = new ConfigHelper(xSMGR, sConfigFile, true); - return aConfig.readRelativeKey(sRelPath, sKey); - } - - //----------------------------------------------- - public static void writeDirectKey(XMultiServiceFactory xSMGR , - String sConfigFile, - String sRelPath , - String sKey , - Object aValue ) - throws com.sun.star.uno.Exception - { - ConfigHelper aConfig = new ConfigHelper(xSMGR, sConfigFile, false); - aConfig.writeRelativeKey(sRelPath, sKey, aValue); - aConfig.flush(); - } } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits