Kaydet (Commit) 28b1443e authored tarafından Gabor Kelemen's avatar Gabor Kelemen Kaydeden (comit) Caolán McNamara

tdf#42949 Remove unnecessary localization headers from accessibility

Found by searching for the header names and the localization function.
git grep -l -e accresmgr.hxx -e \<strings.hrc\> accessibility/ | xargs grep -c AccResId | grep :0$ | grep -v /pch

Change-Id: Iecea7d18faf722e81e6f73b3e5cebb89971b6aea
Reviewed-on: https://gerrit.libreoffice.org/52350Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 8166d76b
......@@ -20,8 +20,6 @@
#include <standard/accessiblemenuitemcomponent.hxx>
#include <helper/accresmgr.hxx>
#include <strings.hrc>
#include <toolkit/awt/vclxwindows.hxx>
#include <toolkit/helper/convert.hxx>
......
......@@ -31,8 +31,6 @@
#include <vcl/svapp.hxx>
#include <vcl/combobox.hxx>
#include <vcl/lstbox.hxx>
#include <helper/accresmgr.hxx>
#include <strings.hrc>
#include <strings.hxx>
using namespace ::com::sun::star;
......
......@@ -21,8 +21,6 @@
#include <standard/vclxaccessiblecombobox.hxx>
#include <standard/vclxaccessibletextfield.hxx>
#include <standard/vclxaccessiblelist.hxx>
#include <helper/accresmgr.hxx>
#include <strings.hrc>
#include <com/sun/star/accessibility/AccessibleEventId.hpp>
#include <com/sun/star/accessibility/AccessibleRole.hpp>
......
......@@ -20,8 +20,6 @@
#include <standard/vclxaccessibledropdownlistbox.hxx>
#include <standard/vclxaccessiblelistbox.hxx>
#include <helper/accresmgr.hxx>
#include <strings.hrc>
#include <com/sun/star/accessibility/AccessibleEventId.hpp>
#include <com/sun/star/accessibility/AccessibleRole.hpp>
......
......@@ -21,8 +21,6 @@
#include <toolkit/awt/vclxwindows.hxx>
#include <toolkit/helper/convert.hxx>
#include <helper/accresmgr.hxx>
#include <strings.hrc>
#include <unotools/accessiblestatesethelper.hxx>
#include <unotools/accessiblerelationsethelper.hxx>
......
......@@ -18,8 +18,6 @@
*/
#include <standard/vclxaccessiblemenuitem.hxx>
#include <helper/accresmgr.hxx>
#include <strings.hrc>
#include <toolkit/helper/convert.hxx>
#include <helper/characterattributeshelper.hxx>
#include <comphelper/accessiblekeybindinghelper.hxx>
......
......@@ -20,8 +20,6 @@
#include <standard/vclxaccessibleradiobutton.hxx>
#include <toolkit/awt/vclxwindows.hxx>
#include <helper/accresmgr.hxx>
#include <strings.hrc>
#include <unotools/accessiblerelationsethelper.hxx>
#include <unotools/accessiblestatesethelper.hxx>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment