diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2024-08-20 16:21:41 +0100 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2024-08-21 07:46:39 +0200 |
commit | 98b4b2f4fa5bfc5a78a34847aeb274089e74f738 (patch) | |
tree | 3165ab08d3085efd55689e78878079d36cb0c660 | |
parent | d1843de829567e4216c782d241adb3de13eaea7a (diff) |
wina11y: Drop commented code and duplicate comment
Change-Id: I192fe62a666c86654b0352d202675c33a72bf89e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172152
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
-rw-r--r-- | winaccessibility/source/UAccCOM/AccRelation.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/winaccessibility/source/UAccCOM/AccRelation.h b/winaccessibility/source/UAccCOM/AccRelation.h index 50605d86dd70..c96f33a2edc9 100644 --- a/winaccessibility/source/UAccCOM/AccRelation.h +++ b/winaccessibility/source/UAccCOM/AccRelation.h @@ -53,7 +53,6 @@ public: #pragma clang diagnostic pop #endif - // IAccessibleRelation public: // IAccessibleRelation @@ -75,7 +74,6 @@ public: // Override of IUNOXWrapper. STDMETHOD(put_XSubInterface)(hyper pXSubInterface) override; - //static OLECHAR* getRelationTypeOLECHAR(int type); static BSTR getRelationTypeBSTR(int type); private: |