summaryrefslogtreecommitdiff
path: root/include/vcl/svapp.hxx
diff options
context:
space:
mode:
authorSzabolcs Toth <szabolcs450@gmail.com>2019-08-12 10:58:40 +0200
committerLászló Németh <nemeth@numbertext.org>2019-09-04 09:12:32 +0200
commit5bfa8b8d5e1cf3cb572dbd91bf3b0cfcf29fb65a (patch)
treefae59caf6125e6fc9e88f04c74a0df5275e84a0b /include/vcl/svapp.hxx
parente8b3df5b9b0eb0a93c25b6dc2e445ae44a7e3f78 (diff)
tdf#118314 Code clean up on imestatuswindow
Change-Id: I8bc5a73a91f28fcfd22ef716e9cf87d53997b1ad Reviewed-on: https://gerrit.libreoffice.org/77337 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'include/vcl/svapp.hxx')
-rw-r--r--include/vcl/svapp.hxx42
1 files changed, 0 insertions, 42 deletions
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx
index 8fc5d0d46ccb..16b8015b923a 100644
--- a/include/vcl/svapp.hxx
+++ b/include/vcl/svapp.hxx
@@ -1253,48 +1253,6 @@ public:
///@}
- /** @name IME Status Window Control
- */
- ///@{
-
- /** Determine application can toggle the IME status window on and off.
-
- @attention Must only be called with the Solar mutex locked.
-
- @return true if any IME status window can be toggled on and off
- externally.
-
- @see ShowImeStatusWindow, GetShowImeStatusWindowDefault,
- GetShowImeStatusWindowDefault
- */
- static bool CanToggleImeStatusWindow();
-
- /** Toggle any IME status window on and off.
-
- This only works if CanToggleImeStatusWindow returns true (otherwise,
- any calls of this method are ignored).
-
- @remark Can be called without the Solar mutex locked.
-
- @param bShow If true, then show the IME status window
-
- @see GetShowImeStatusWindowDefault, CanToggleImeStatusWindow,
- GetShowImeStatusWindow
- */
- static void ShowImeStatusWindow(bool bShow);
-
- /** Determines if the IME status window should be turned of by default.
-
- @return true if any IME status window should be turned on by default
- (this decision can be locale dependent, for example).
-
- @see ShowImeStatusWindow, GetShowImeStatusWindowDefault,
- CanToggleImeStatusWindow
- */
- static bool GetShowImeStatusWindowDefault();
-
- ///@}
-
/** Get the desktop environment the process is currently running in
@returns String representing the desktop environment