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 /basctl | |
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 'basctl')
-rw-r--r-- | basctl/source/inc/dlged.hxx | 2 | ||||
-rw-r--r-- | basctl/source/inc/propbrw.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/basctl/source/inc/dlged.hxx b/basctl/source/inc/dlged.hxx index 028e1c9ae04f..8c75e5e6180d 100644 --- a/basctl/source/inc/dlged.hxx +++ b/basctl/source/inc/dlged.hxx @@ -25,7 +25,7 @@ #include <com/sun/star/datatransfer/DataFlavor.hpp> #include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/util/XNumberFormatsSupplier.hpp> -#include <svl/brdcst.hxx> +#include <svl/SfxBroadcaster.hxx> #include <svl/hint.hxx> #include <tools/gen.hxx> #include <vcl/timer.hxx> diff --git a/basctl/source/inc/propbrw.hxx b/basctl/source/inc/propbrw.hxx index 8081a8cc1a9f..8469624ec8e0 100644 --- a/basctl/source/inc/propbrw.hxx +++ b/basctl/source/inc/propbrw.hxx @@ -27,7 +27,7 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/frame/XFrame2.hpp> #include <svl/lstner.hxx> -#include <svl/brdcst.hxx> +#include <svl/SfxBroadcaster.hxx> #include <svx/svdmark.hxx> #include "bastypes.hxx" |