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 /basic/inc | |
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 'basic/inc')
-rw-r--r-- | basic/inc/pch/precompiled_sb.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/inc/pch/precompiled_sb.hxx b/basic/inc/pch/precompiled_sb.hxx index a7cd16b55efa..7da956fa51b8 100644 --- a/basic/inc/pch/precompiled_sb.hxx +++ b/basic/inc/pch/precompiled_sb.hxx @@ -55,7 +55,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <svl/brdcst.hxx> +#include <svl/SfxBroadcaster.hxx> #include <svl/zforlist.hxx> #include <tools/color.hxx> #include <tools/date.hxx> |