diff options
Diffstat (limited to 'oox/source/drawingml/chart/titlecontext.cxx')
-rw-r--r-- | oox/source/drawingml/chart/titlecontext.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/oox/source/drawingml/chart/titlecontext.cxx b/oox/source/drawingml/chart/titlecontext.cxx index 6bbdf0f2b121..0a9cc5ccbea6 100644 --- a/oox/source/drawingml/chart/titlecontext.cxx +++ b/oox/source/drawingml/chart/titlecontext.cxx @@ -17,18 +17,18 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "drawingml/chart/titlecontext.hxx" +#include <drawingml/chart/titlecontext.hxx> -#include "drawingml/shapepropertiescontext.hxx" -#include "drawingml/textbodycontext.hxx" -#include "drawingml/chart/datasourcecontext.hxx" -#include "drawingml/chart/titlemodel.hxx" +#include <drawingml/shapepropertiescontext.hxx> +#include <drawingml/textbodycontext.hxx> +#include <drawingml/chart/datasourcecontext.hxx> +#include <drawingml/chart/titlemodel.hxx> #include <oox/core/xmlfilterbase.hxx> #include <oox/helper/attributelist.hxx> #include <oox/token/namespaces.hxx> #include <oox/token/tokens.hxx> -#include "rtl/ustrbuf.hxx" +#include <rtl/ustrbuf.hxx> #include <osl/diagnose.h> |