[Libreoffice-commits] core.git: framework/qa

Stephan Bergmann sbergman at redhat.com
Tue Jan 7 09:08:12 PST 2014


 framework/qa/complex/framework/autosave/ConfigHelper.java |   24 --------------
 1 file changed, 24 deletions(-)

New commits:
commit 87d5f408180c0292fbf71ed71f564473beffe29a
Author: Stephan Bergmann <sbergman at 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();
-    }
 }


More information about the Libreoffice-commits mailing list