Fix typos
Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86 Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
This commit is contained in:
committed by
Ashod Nakashian
parent
d61c16966b
commit
64d624b651
@@ -82,7 +82,7 @@ public class ProviderBrowseNode extends PropertySet implements
|
||||
creatable = false;
|
||||
}
|
||||
}
|
||||
// TODO propage errors
|
||||
// TODO propagate errors
|
||||
catch (com.sun.star.uno.Exception e) {
|
||||
LogUtils.DEBUG("Caught exception in creation of ProviderBrowseNode ");
|
||||
LogUtils.DEBUG(LogUtils.getTrace(e));
|
||||
|
@@ -241,7 +241,7 @@ public class XStorageHelper implements XEventListener {
|
||||
try {
|
||||
xTrans.commit();
|
||||
} catch (Exception e) {
|
||||
LogUtils.DEBUG("Something went bellyup exception: " + e);
|
||||
LogUtils.DEBUG("Something went belly up exception: " + e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -243,7 +243,7 @@ public abstract class ScriptProvider implements
|
||||
LogUtils.DEBUG("isPkgProvider is: " + isPkgProvider);
|
||||
|
||||
// TODO should all be done in this class instead of
|
||||
// deleagation????
|
||||
// delegation????
|
||||
m_xBrowseNodeProxy =
|
||||
new ProviderBrowseNode(this, m_container, m_xContext);
|
||||
|
||||
|
@@ -62,7 +62,7 @@ public class PlainSourceView extends JScrollPane implements
|
||||
try {
|
||||
ta.setCaretPosition(pos);
|
||||
} catch (IllegalArgumentException iae) {
|
||||
// do nothing and allow JTextArea to set it's own position
|
||||
// do nothing and allow JTextArea to set its own position
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user