From 90b670f5bfd95e879426b73a14c8347ae3bc80b2 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Sun, 6 Mar 2016 18:22:36 +1100 Subject: vcl: move graph.[hx]xx to graphic.[hc]xx It's IMO a bit confusing to see a "graph" header that doesn't strictly deal with graphs, but graphics. Backporting to 5.1 series to allow for easier backporting of other potential hotfixes. Change-Id: Ic37c6cd78e23d05939486f98667144c4453bb0a3 Reviewed-on: https://gerrit.libreoffice.org/22949 Reviewed-by: Christian Lohmaier Tested-by: Christian Lohmaier --- reportdesign/inc/pch/precompiled_rpt.hxx | 2 +- reportdesign/inc/pch/precompiled_rptui.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'reportdesign') diff --git a/reportdesign/inc/pch/precompiled_rpt.hxx b/reportdesign/inc/pch/precompiled_rpt.hxx index 8851302997b5..334476e8c792 100644 --- a/reportdesign/inc/pch/precompiled_rpt.hxx +++ b/reportdesign/inc/pch/precompiled_rpt.hxx @@ -134,7 +134,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/reportdesign/inc/pch/precompiled_rptui.hxx b/reportdesign/inc/pch/precompiled_rptui.hxx index cc70eb1129d0..76e855e56496 100644 --- a/reportdesign/inc/pch/precompiled_rptui.hxx +++ b/reportdesign/inc/pch/precompiled_rptui.hxx @@ -143,7 +143,7 @@ #include #include #include -#include +#include #include #include #include -- cgit