diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2024-11-26 08:27:06 +0100 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2024-11-26 12:04:01 +0100 |
commit | c7e210919ac940ca7734ec6dd9b2ecb76ab3d4d4 (patch) | |
tree | 7a72943dd8616e8bcbcf4ce3759d8c4f6cbd8895 /accessibility/inc/standard/vclxaccessibleedit.hxx | |
parent | c9cae91d0a37051e1009730ceadf3a1ca3f239ee (diff) |
a11y: Create VCLXAccessibleEdit::isComboBoxChild helper
It will be reused in another method in an upcoming commit.
Change-Id: Ie6b4559e268d9340b5b13844c906232c6ff38a6e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177312
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Tested-by: Jenkins
Diffstat (limited to 'accessibility/inc/standard/vclxaccessibleedit.hxx')
-rw-r--r-- | accessibility/inc/standard/vclxaccessibleedit.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accessibility/inc/standard/vclxaccessibleedit.hxx b/accessibility/inc/standard/vclxaccessibleedit.hxx index 187a03264718..107ff01f54de 100644 --- a/accessibility/inc/standard/vclxaccessibleedit.hxx +++ b/accessibility/inc/standard/vclxaccessibleedit.hxx @@ -101,6 +101,7 @@ public: virtual sal_Bool SAL_CALL setText( const OUString& sText ) override; private: + bool isComboBoxChild(); bool isEditable(); }; |