diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-07-02 11:26:25 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-07-02 12:37:25 +0200 |
commit | c2d73de5b5e22e20bc77ee0a27d1c381119c4c79 (patch) | |
tree | 5a35d32af492ff057c8be42ea5afd4f8abc8d853 /include/svx | |
parent | 558dface96fbc5f487b16cfa1bf3c3ea20776331 (diff) |
convert AccessibleBrowseBoxObjType to scoped enum
Change-Id: Iaf764c905d080e4decabd853bd3847b34cb79cdd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118279
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/fmgridcl.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/fmgridcl.hxx b/include/svx/fmgridcl.hxx index af5dbf5c15ab..88f334bacb25 100644 --- a/include/svx/fmgridcl.hxx +++ b/include/svx/fmgridcl.hxx @@ -136,7 +136,7 @@ public: @return The name of the specified object. */ - virtual OUString GetAccessibleObjectName( ::vcl::AccessibleBrowseBoxObjType eObjType,sal_Int32 _nPosition = -1) const override; + virtual OUString GetAccessibleObjectName( AccessibleBrowseBoxObjType eObjType,sal_Int32 _nPosition = -1) const override; /** return the description of the specified object. @param eObjType @@ -146,7 +146,7 @@ public: @return The description of the specified object. */ - virtual OUString GetAccessibleObjectDescription( ::vcl::AccessibleBrowseBoxObjType eObjType,sal_Int32 _nPosition = -1) const override; + virtual OUString GetAccessibleObjectDescription( AccessibleBrowseBoxObjType eObjType,sal_Int32 _nPosition = -1) const override; protected: virtual void Command(const CommandEvent& rEvt) override; |