summaryrefslogtreecommitdiffstats
path: root/vcl
diff options
context:
space:
mode:
authorTobias Lippert <drtl@fastmail.fm>2014-07-16 21:22:34 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-07-17 08:47:58 +0000
commit6a873638fa0cc66f95832d46a5cea81a0dc76ecc (patch)
treea999c6ca0431bd734ba881145649861608f753b7 /vcl
parentfdo#72277: don't build and use nsspem when building against system curl (diff)
downloadcore-6a873638fa0cc66f95832d46a5cea81a0dc76ecc.tar.gz
core-6a873638fa0cc66f95832d46a5cea81a0dc76ecc.zip
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 'vcl')
-rw-r--r--vcl/inc/pch/precompiled_vcl.hxx2
-rw-r--r--vcl/source/edit/vclmedit.cxx1
2 files changed, 1 insertions, 2 deletions
diff --git a/vcl/inc/pch/precompiled_vcl.hxx b/vcl/inc/pch/precompiled_vcl.hxx
index 5428d2bc4f79..141301cdaac7 100644
--- a/vcl/inc/pch/precompiled_vcl.hxx
+++ b/vcl/inc/pch/precompiled_vcl.hxx
@@ -350,7 +350,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <svl/brdcst.hxx>
+#include <svl/SfxBroadcaster.hxx>
#include <svl/ctloptions.hxx>
#include <svl/lstner.hxx>
#include <svl/smplhint.hxx>
diff --git a/vcl/source/edit/vclmedit.cxx b/vcl/source/edit/vclmedit.cxx
index ddb2c9a152d8..5ce5b0fd5ebf 100644
--- a/vcl/source/edit/vclmedit.cxx
+++ b/vcl/source/edit/vclmedit.cxx
@@ -24,7 +24,6 @@
#include <vcl/vclmedit.hxx>
#include <vcl/xtextedt.hxx>
-#include <svl/brdcst.hxx>
#include <svl/undo.hxx>
#include <svl/lstner.hxx>
#include <svl/smplhint.hxx>