diff options
Diffstat (limited to 'oox/source/drawingml/clrscheme.cxx')
-rw-r--r-- | oox/source/drawingml/clrscheme.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/drawingml/clrscheme.cxx b/oox/source/drawingml/clrscheme.cxx index 8447f6e7a5a1..7a99f3685a07 100644 --- a/oox/source/drawingml/clrscheme.cxx +++ b/oox/source/drawingml/clrscheme.cxx @@ -20,8 +20,8 @@ #include <algorithm> #include <osl/diagnose.h> -#include "oox/drawingml/clrscheme.hxx" -#include "oox/token/tokens.hxx" +#include <oox/drawingml/clrscheme.hxx> +#include <oox/token/tokens.hxx> namespace oox { namespace drawingml { |