diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 14:10:44 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 18:48:38 -0600 |
commit | 940a2944b0791cdf5894b4b2e4e30d8a71d5f304 (patch) | |
tree | 5841558a8fd549ea308de95e630cadad60fcc3d8 /include/oox/vml/vmltextbox.hxx | |
parent | 38016f9d2260a424369fadab16f5428e4f3dc86f (diff) |
fdo#65108 inter-module includes <>
Change-Id: Ie672de68f6a87713a379e794fa3ad255ad52a71e
Diffstat (limited to 'include/oox/vml/vmltextbox.hxx')
-rw-r--r-- | include/oox/vml/vmltextbox.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/oox/vml/vmltextbox.hxx b/include/oox/vml/vmltextbox.hxx index 483aa79142b1..ecc04c097f26 100644 --- a/include/oox/vml/vmltextbox.hxx +++ b/include/oox/vml/vmltextbox.hxx @@ -22,8 +22,8 @@ #include <vector> #include <rtl/ustring.hxx> -#include "oox/helper/helper.hxx" -#include "oox/dllapi.h" +#include <oox/helper/helper.hxx> +#include <oox/dllapi.h> #include <com/sun/star/uno/Reference.h> namespace com { namespace sun { namespace star { |