diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 15:28:54 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 18:48:44 -0600 |
commit | 83784fc6a6f0ee50475c0305abc28ba718173adf (patch) | |
tree | 4732a3465a6156d438e1f1f64845f313494c1800 /include/svx/shapepropertynotifier.hxx | |
parent | 7ae156f6934760e744cc58e198589186f41d5f93 (diff) |
fdo#65108 inter-module includes <> include/svx
Change-Id: I5335182ea16695c77c2855b34c98220aea2befa1
Diffstat (limited to 'include/svx/shapepropertynotifier.hxx')
-rw-r--r-- | include/svx/shapepropertynotifier.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/shapepropertynotifier.hxx b/include/svx/shapepropertynotifier.hxx index ec2a07fb9bca..2c7047e62ba3 100644 --- a/include/svx/shapepropertynotifier.hxx +++ b/include/svx/shapepropertynotifier.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_SVX_SHAPEPROPERTYNOTIFIER_HXX #define INCLUDED_SVX_SHAPEPROPERTYNOTIFIER_HXX -#include "svx/svxdllapi.h" -#include "svx/shapeproperty.hxx" +#include <svx/svxdllapi.h> +#include <svx/shapeproperty.hxx> #include <com/sun/star/beans/PropertyChangeEvent.hpp> #include <com/sun/star/beans/XPropertyChangeListener.hpp> |