From 6a873638fa0cc66f95832d46a5cea81a0dc76ecc Mon Sep 17 00:00:00 2001 From: Tobias Lippert Date: Wed, 16 Jul 2014 21:22:34 +0200 Subject: Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xx - Remove includes from files where they are not needed. - Update pch files Change-Id: I0188e3934ef429008c1ef495ab1d5b27f38664d5 Reviewed-on: https://gerrit.libreoffice.org/10342 Reviewed-by: Thomas Arnhold Tested-by: Thomas Arnhold --- reportdesign/source/ui/inc/DesignView.hxx | 2 +- reportdesign/source/ui/inc/propbrw.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'reportdesign') diff --git a/reportdesign/source/ui/inc/DesignView.hxx b/reportdesign/source/ui/inc/DesignView.hxx index cfbfe491b1ff..96d98ba14493 100644 --- a/reportdesign/source/ui/inc/DesignView.hxx +++ b/reportdesign/source/ui/inc/DesignView.hxx @@ -31,7 +31,7 @@ #include #include #include -#include +#include #include "ReportDefines.hxx" #include #include diff --git a/reportdesign/source/ui/inc/propbrw.hxx b/reportdesign/source/ui/inc/propbrw.hxx index 360cb4c58355..49d9a80c87f5 100644 --- a/reportdesign/source/ui/inc/propbrw.hxx +++ b/reportdesign/source/ui/inc/propbrw.hxx @@ -25,7 +25,7 @@ #include #include #include -#include +#include #include #include #include -- cgit