diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-03-02 20:28:30 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-03-03 12:41:20 +0000 |
commit | e1c5960450a5cb8ba93490bbd99533b6070d558e (patch) | |
tree | 675bfdfbc982f39a32da0eaab5fa57f3a32c3ea2 | |
parent | ebee2930a3558c5eb8921e1b5f3e275702f8a64f (diff) |
Fix typo
Change-Id: Ic3b7dc043e13717e13ec19184f8771acdae0e5f7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148141
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | vcl/unx/gtk3/gtkinst.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/unx/gtk3/gtkinst.cxx b/vcl/unx/gtk3/gtkinst.cxx index 52b0f031d9f3..c1e38223ffa5 100644 --- a/vcl/unx/gtk3/gtkinst.cxx +++ b/vcl/unx/gtk3/gtkinst.cxx @@ -11728,8 +11728,8 @@ public: } // tdf#153885 for wayland if the popover window is the application - // window, contrain it within the application window so it won't - // be cut off off screen. Leave dialog hosted ones alone, like + // window, constrain it within the application window so it won't + // be cut off screen. Leave dialog hosted ones alone, like // format, watermark, which are likely presented in the middle // of the screen and are too small to constrain the popover inside. void ConstrainApplicationWindowPopovers(GtkToggleButton* pItem) |