diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-09-23 07:19:08 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-09-25 19:24:23 +0200 |
commit | 98de5b40c8a3fd4e57477b6d994e3b1472207f71 (patch) | |
tree | 567fdbbaecbddbfc19f28a08da5d1f6d5207748c /include/svx/svdobj.hxx | |
parent | 0552a91acde9dce28c0d92c552d21fbadfcb9184 (diff) |
Related: fdo#38838 remove UniString::EqualsIgnoreCaseAscii
Change-Id: Ib5c3a2daa4a48bc286b14fa2cebb3306ea0012bc
Diffstat (limited to 'include/svx/svdobj.hxx')
-rw-r--r-- | include/svx/svdobj.hxx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/include/svx/svdobj.hxx b/include/svx/svdobj.hxx index b0c623206714..18660b70c6a1 100644 --- a/include/svx/svdobj.hxx +++ b/include/svx/svdobj.hxx @@ -22,24 +22,24 @@ #include <memory> #include <typeinfo> -#include <cppuhelper/weakref.hxx> -#include <vcl/mapmod.hxx> -#include <tools/string.hxx> -#include <tools/weakbase.hxx> #include <com/sun/star/uno/Any.hxx> +#include <cppuhelper/weakref.hxx> +#include <rtl/ustring.hxx> #include <svl/lstner.hxx> -#include <vcl/timer.hxx> +#include <svl/poolitem.hxx> #include <svx/svdsob.hxx> #include <svx/svdtypes.hxx> // fuer SdrLayerID #include <svx/svdglue.hxx> // Klebepunkte #include <svx/xdash.hxx> #include <svx/xpoly.hxx> #include <svx/xenum.hxx> -#include <vcl/bitmapex.hxx> #include <svx/sdrobjectuser.hxx> -#include "svx/svxdllapi.h" -#include "svx/shapeproperty.hxx" -#include <svl/poolitem.hxx> +#include <svx/svxdllapi.h> +#include <svx/shapeproperty.hxx> +#include <tools/weakbase.hxx> +#include <vcl/bitmapex.hxx> +#include <vcl/mapmod.hxx> +#include <vcl/timer.hxx> #include <boost/optional.hpp> #include <boost/ptr_container/ptr_vector.hpp> |