fix-includes.pl: accessibility

Change-Id: I61bd6e7f104f23e5480350a9b1bd6ba31b95a9cb
This commit is contained in:
Thomas Arnhold
2014-05-19 12:42:51 +02:00
parent 06ee6336ab
commit 4f6e343344
3 changed files with 5 additions and 5 deletions

View File

@@ -49,7 +49,7 @@
#include <comphelper/accessibletexthelper.hxx> #include <comphelper/accessibletexthelper.hxx>
#include <rtl/ref.hxx> #include <rtl/ref.hxx>
#include "svtools/svtools.hrc" #include <svtools/svtools.hrc>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include <unotools/accessiblerelationsethelper.hxx> #include <unotools/accessiblerelationsethelper.hxx>
#include <queue> #include <queue>

View File

@@ -14,8 +14,8 @@
also fixes all possible problems, so it's usually better to use it). also fixes all possible problems, so it's usually better to use it).
*/ */
#include "comphelper/accessibleeventnotifier.hxx" #include <comphelper/accessibleeventnotifier.hxx>
#include "unotools/accessiblerelationsethelper.hxx" #include <unotools/accessiblerelationsethelper.hxx>
#include <algorithm> #include <algorithm>
#include <boost/noncopyable.hpp> #include <boost/noncopyable.hpp>
#include <boost/unordered_map.hpp> #include <boost/unordered_map.hpp>

View File

@@ -18,8 +18,8 @@
*/ */
#include <accessibility/extended/textwindowaccessibility.hxx> #include <accessibility/extended/textwindowaccessibility.hxx>
#include "comphelper/accessibleeventnotifier.hxx" #include <comphelper/accessibleeventnotifier.hxx>
#include "unotools/accessiblerelationsethelper.hxx" #include <unotools/accessiblerelationsethelper.hxx>
#include <unotools/accessiblestatesethelper.hxx> #include <unotools/accessiblestatesethelper.hxx>
#include <vcl/window.hxx> #include <vcl/window.hxx>
#include <toolkit/helper/convert.hxx> #include <toolkit/helper/convert.hxx>