Skip to content

Commit

Permalink
[LO extension] changes related to issue #6949
Browse files Browse the repository at this point in the history
  • Loading branch information
FredKruse committed Jul 25, 2022
1 parent 95e09df commit bb3b23e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,10 @@ public boolean showPanel(List<Rule> rules) {
}
}
dialog.setAutoRequestFocus(true);

if(insideOffice) {
dialog.setAlwaysOnTop(true);
}
dialog.setVisible(true);
dialog.toFront();
return configChanged;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public void show(XComponentContext xContext) {
aboutPane.setEditable(false);
aboutPane.setOpaque(false);
aboutPane.setText(String.format("<html>"
+ "<p>Maintainer of the office extension : %s</p>"
+ "<p>Maintainer of the office extension: %s</p>"
+ "<p>Maintainers or former maintainers of the language modules -<br>"
+ "(*) means language is unmaintained in LanguageTool:</p><br>"
+ "</html>", OfficeTools.EXTENSION_MAINTAINER));
Expand Down

0 comments on commit bb3b23e

Please sign in to comment.