office-gobmx/accessibility/inc
Michael Weghorn 2a3023bc91 a11y: Add include to fix clang-cl build
Without this, my clang-cl build on windows would fail
like this:

    In file included from C:/tools/cygwin/home/user/development/git/libreoffice/accessibility/source/extended/accessibletabbarbase.cxx:20:
    In file included from C:/tools/cygwin/home/user/development/git/libreoffice/accessibility/inc\extended/accessibletabbarbase.hxx:24:
    In file included from C:/tools/cygwin/home/user/development/git/libreoffice/include\vcl/vclptr.hxx:25:
    C:/tools/cygwin/home/user/development/git/libreoffice/include\rtl/ref.hxx(129,20): error: member access into incomplete type 'accessibility::AccessibleTabBarPage'
      129 |             m_pBody->release();
          |                    ^
    C:/PROGRA~1/MICROS~2/2022/COMMUN~1/VC/Tools/MSVC/1437~1.328/Include\xmemory(321,21): note: in instantiation of member function 'rtl::Reference<accessibility::AccessibleTabBarPage>::~Reference' requested here
      321 |         _Location->~_Ty();
          |                     ^
    C:/tools/cygwin/home/user/development/git/libreoffice/accessibility/inc\extended/accessibletabbarpagelist.hxx(32,11): note: forward declaration of 'accessibility::AccessibleTabBarPage'
       32 |     class AccessibleTabBarPage;
          |           ^
    1 error generated.
    make[1]: *** [C:/tools/cygwin/home/user/development/git/libreoffice/solenv/gbuild/LinkTarget.mk:340: C:/tools/cygwin/home/user/development/git/libreoffice/workdir/CxxObject/accessibility/source/extended/accessibletabbarbase.o] Error 1
    make: *** [Makefile:121: accessibility] Error 2

Change-Id: I3961fb95602b96667f33ea0b087e1df5375faf19
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157982
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2023-10-15 00:10:37 +02:00
..
extended a11y: Add include to fix clang-cl build 2023-10-15 00:10:37 +02:00
helper
pch Drop o3tl::span, can use C++20 std::span directly now 2023-10-11 21:53:13 +02:00
standard loplugin:unusedmethods 2023-09-13 13:28:16 +02:00
strings.hrc Make NC_ constexpr-friendly 2023-10-12 18:17:49 +02:00
strings.hxx