diff options
Diffstat (limited to 'oox/source/drawingml/textfieldcontext.cxx')
-rw-r--r-- | oox/source/drawingml/textfieldcontext.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/oox/source/drawingml/textfieldcontext.cxx b/oox/source/drawingml/textfieldcontext.cxx index 4e6937afde69..ea23e1d0b9b1 100644 --- a/oox/source/drawingml/textfieldcontext.cxx +++ b/oox/source/drawingml/textfieldcontext.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "drawingml/textfieldcontext.hxx" -#include "drawingml/textparagraphpropertiescontext.hxx" -#include "drawingml/textcharacterpropertiescontext.hxx" -#include "drawingml/textfield.hxx" +#include <drawingml/textfieldcontext.hxx> +#include <drawingml/textparagraphpropertiescontext.hxx> +#include <drawingml/textcharacterpropertiescontext.hxx> +#include <drawingml/textfield.hxx> #include <oox/helper/attributelist.hxx> #include <oox/token/namespaces.hxx> #include <oox/token/tokens.hxx> |