diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 19:10:01 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-26 10:09:26 -0600 |
commit | e524ecb3c9eedee99a1acd33c785592e9ae3bd54 (patch) | |
tree | 3cea98acd67a016556c7affa7f24e2f65637657f /jurt/com/sun/star/comp | |
parent | 5d70084bc6277245953f57b6cc7530e48d4a5826 (diff) |
Remove visual noise from jurt
Change-Id: I9f2d9d0ee99623495440fd66961b56a73bd4124a
Reviewed-on: https://gerrit.libreoffice.org/8276
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'jurt/com/sun/star/comp')
-rw-r--r-- | jurt/com/sun/star/comp/loader/FactoryHelper.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jurt/com/sun/star/comp/loader/FactoryHelper.java b/jurt/com/sun/star/comp/loader/FactoryHelper.java index e035082bef52..ea7536a218e9 100644 --- a/jurt/com/sun/star/comp/loader/FactoryHelper.java +++ b/jurt/com/sun/star/comp/loader/FactoryHelper.java @@ -170,7 +170,7 @@ public class FactoryHelper { } // XComponentContext impl - //______________________________________________________________________________________________ + public Object createInstanceWithContext( XComponentContext xContext ) throws com.sun.star.uno.Exception @@ -236,7 +236,7 @@ public class FactoryHelper { throw new com.sun.star.uno.Exception( instantiationException.toString() ); } } - //______________________________________________________________________________________________ + public Object createInstanceWithArgumentsAndContext( Object rArguments[], XComponentContext xContext ) throws com.sun.star.uno.Exception |