diff options
Diffstat (limited to 'oox/source/vml/vmlshapecontext.cxx')
-rw-r--r-- | oox/source/vml/vmlshapecontext.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/oox/source/vml/vmlshapecontext.cxx b/oox/source/vml/vmlshapecontext.cxx index dc97726fd0cc..1d1851d87ef1 100644 --- a/oox/source/vml/vmlshapecontext.cxx +++ b/oox/source/vml/vmlshapecontext.cxx @@ -17,17 +17,17 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "oox/vml/vmlshapecontext.hxx" +#include <oox/vml/vmlshapecontext.hxx> -#include "oox/core/xmlfilterbase.hxx" +#include <oox/core/xmlfilterbase.hxx> #include <oox/helper/attributelist.hxx> #include <oox/helper/helper.hxx> #include <oox/token/namespaces.hxx> #include <oox/token/tokens.hxx> -#include "oox/vml/vmldrawing.hxx" -#include "oox/vml/vmlshape.hxx" -#include "oox/vml/vmlshapecontainer.hxx" -#include "oox/vml/vmltextboxcontext.hxx" +#include <oox/vml/vmldrawing.hxx> +#include <oox/vml/vmlshape.hxx> +#include <oox/vml/vmlshapecontainer.hxx> +#include <oox/vml/vmltextboxcontext.hxx> #include <osl/diagnose.h> |