Kaydet (Commit) 4f6e3433 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

fix-includes.pl: accessibility

Change-Id: I61bd6e7f104f23e5480350a9b1bd6ba31b95a9cb
üst 06ee6336
......@@ -49,7 +49,7 @@
#include <comphelper/accessibletexthelper.hxx>
#include <rtl/ref.hxx>
#include "svtools/svtools.hrc"
#include <svtools/svtools.hrc>
#include <vcl/svapp.hxx>
#include <unotools/accessiblerelationsethelper.hxx>
#include <queue>
......
......@@ -14,8 +14,8 @@
also fixes all possible problems, so it's usually better to use it).
*/
#include "comphelper/accessibleeventnotifier.hxx"
#include "unotools/accessiblerelationsethelper.hxx"
#include <comphelper/accessibleeventnotifier.hxx>
#include <unotools/accessiblerelationsethelper.hxx>
#include <algorithm>
#include <boost/noncopyable.hpp>
#include <boost/unordered_map.hpp>
......
......@@ -18,8 +18,8 @@
*/
#include <accessibility/extended/textwindowaccessibility.hxx>
#include "comphelper/accessibleeventnotifier.hxx"
#include "unotools/accessiblerelationsethelper.hxx"
#include <comphelper/accessibleeventnotifier.hxx>
#include <unotools/accessiblerelationsethelper.hxx>
#include <unotools/accessiblestatesethelper.hxx>
#include <vcl/window.hxx>
#include <toolkit/helper/convert.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