diff options
author | Tobias Lippert <drtl@fastmail.fm> | 2014-07-16 21:22:34 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-07-17 08:47:58 +0000 |
commit | 6a873638fa0cc66f95832d46a5cea81a0dc76ecc (patch) | |
tree | a999c6ca0431bd734ba881145649861608f753b7 /reportdesign | |
parent | 89361fa68af9a6854dc3a07711279f27561ea8fb (diff) |
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 <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'reportdesign')
-rw-r--r-- | reportdesign/source/ui/inc/DesignView.hxx | 2 | ||||
-rw-r--r-- | reportdesign/source/ui/inc/propbrw.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
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 <tools/gen.hxx> #include <vcl/timer.hxx> #include <svl/hint.hxx> -#include <svl/brdcst.hxx> +#include <svl/SfxBroadcaster.hxx> #include "ReportDefines.hxx" #include <svtools/colorcfg.hxx> #include <boost/shared_ptr.hpp> 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 <com/sun/star/frame/XFrame2.hpp> #include <com/sun/star/inspection/XObjectInspector.hpp> #include <com/sun/star/uno/XComponentContext.hpp> -#include <svl/brdcst.hxx> +#include <svl/SfxBroadcaster.hxx> #include <svl/lstner.hxx> #include <vcl/dockwin.hxx> #include <svx/svdmark.hxx> |