summaryrefslogtreecommitdiff
path: root/include/vcl/window.hxx
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2023-08-16 19:07:54 +0200
committerMichael Weghorn <m.weghorn@posteo.de>2023-08-18 06:04:44 +0200
commiteb812cb94f20dd04fa4cf3ec89df8bb813811359 (patch)
tree7c009f39f67111ca80c443915128839463463435 /include/vcl/window.hxx
parent756febf9a889cc969c3c7812806ef999d0befb95 (diff)
Rename Window::ImplIsAccessibleNativeFrame and make it public
The way to determine whether this window is a "native frame" doesn't look particularly specific to a11y, so rename it to just `Window::IsNativeFrame` and make it public in order to reuse it in a follow-up commit. Also move the implementation out of the source file that implements accessibility-specific Window methods for consistency. Change-Id: I980f251cacce6a601e86fc6261a231b799b30317 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155798 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'include/vcl/window.hxx')
-rw-r--r--include/vcl/window.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index 2d64be451370..0f9c6f3f45b5 100644
--- a/include/vcl/window.hxx
+++ b/include/vcl/window.hxx
@@ -779,6 +779,7 @@ public:
bool IsDialog() const;
bool IsMenuFloatingWindow() const;
bool IsToolbarFloatingWindow() const;
+ bool IsNativeFrame() const;
bool IsTopWindow() const;
SystemWindow* GetSystemWindow() const;
@@ -1187,7 +1188,6 @@ protected:
private:
SAL_DLLPRIVATE bool ImplIsAccessibleCandidate() const;
- SAL_DLLPRIVATE bool ImplIsAccessibleNativeFrame() const;
///@}
/*