[Libreoffice-commits] core.git: basctl/source basic/inc basic/source editeng/inc editeng/source include/basic include/editeng include/sfx2 include/svl include/svtools include/svx include/vcl reportdesign/source sc/source sd/inc sd/source starmath/inc starmath/source svl/Library_svl.mk svl/source svx/inc svx/source sw/inc sw/source vcl/inc vcl/source

Tobias Lippert drtl at fastmail.fm
Thu Jul 17 01:48:30 PDT 2014


 basctl/source/inc/dlged.hxx                            |    2 
 basctl/source/inc/propbrw.hxx                          |    2 
 basic/inc/pch/precompiled_sb.hxx                       |    2 
 basic/source/classes/sbxmod.cxx                        |    2 
 basic/source/sbx/sbxobj.cxx                            |    2 
 basic/source/sbx/sbxvar.cxx                            |    2 
 editeng/inc/pch/precompiled_editeng.hxx                |    2 
 editeng/source/uno/unoedsrc.cxx                        |    2 
 editeng/source/xml/xmltxtexp.cxx                       |    1 
 include/basic/basmgr.hxx                               |    2 
 include/editeng/outliner.hxx                           |    2 
 include/editeng/unoedprx.hxx                           |    2 
 include/sfx2/shell.hxx                                 |    2 
 include/svl/SfxBroadcaster.hxx                         |   68 +++++++
 include/svl/brdcst.hxx                                 |   68 -------
 include/svl/inethist.hxx                               |    2 
 include/svl/style.hxx                                  |    2 
 include/svtools/extcolorcfg.hxx                        |    2 
 include/svx/gallery1.hxx                               |    2 
 include/svx/galtheme.hxx                               |    2 
 include/svx/svdmodel.hxx                               |    2 
 include/svx/svdpntv.hxx                                |    2 
 include/vcl/texteng.hxx                                |    2 
 reportdesign/source/ui/inc/DesignView.hxx              |    2 
 reportdesign/source/ui/inc/propbrw.hxx                 |    2 
 sc/source/ui/inc/AccessibleText.hxx                    |    2 
 sd/inc/pch/precompiled_sd.hxx                          |    2 
 sd/source/ui/inc/AccessibleOutlineEditSource.hxx       |    2 
 sd/source/ui/view/outlview.cxx                         |    1 
 starmath/inc/config.hxx                                |    2 
 starmath/inc/format.hxx                                |    2 
 starmath/source/accessibility.hxx                      |    2 
 svl/Library_svl.mk                                     |    2 
 svl/source/inc/poolio.hxx                              |    2 
 svl/source/items/itempool.cxx                          |    2 
 svl/source/items/poolio.cxx                            |    2 
 svl/source/notify/SfxBroadcaster.cxx                   |  150 +++++++++++++++++
 svl/source/notify/brdcst.cxx                           |  150 -----------------
 svl/source/notify/lstner.cxx                           |    2 
 svx/inc/pch/precompiled_svxcore.hxx                    |    2 
 svx/source/accessibility/AccessibleEmptyEditSource.hxx |    2 
 svx/source/inc/filtnav.hxx                             |    2 
 svx/source/inc/fmexpl.hxx                              |    2 
 svx/source/svdraw/svdmark.cxx                          |    2 
 svx/source/svdraw/svdviter.cxx                         |    1 
 sw/inc/fmtfld.hxx                                      |    2 
 sw/inc/pch/precompiled_sw.hxx                          |    2 
 sw/source/core/inc/frame.hxx                           |    2 
 sw/source/uibase/docvw/SidebarTxtControlAcc.cxx        |    2 
 vcl/inc/pch/precompiled_vcl.hxx                        |    2 
 vcl/source/edit/vclmedit.cxx                           |    1 
 51 files changed, 261 insertions(+), 265 deletions(-)

New commits:
commit 6a873638fa0cc66f95832d46a5cea81a0dc76ecc
Author: Tobias Lippert <drtl at fastmail.fm>
Date:   Wed Jul 16 21:22:34 2014 +0200

    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 at arnhold.org>
    Tested-by: Thomas Arnhold <thomas at arnhold.org>

diff --git a/basctl/source/inc/dlged.hxx b/basctl/source/inc/dlged.hxx
index 028e1c9..8c75e5e 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 8081a8c..8469624 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"
 
diff --git a/basic/inc/pch/precompiled_sb.hxx b/basic/inc/pch/precompiled_sb.hxx
index a7cd16b..7da956f 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>
diff --git a/basic/source/classes/sbxmod.cxx b/basic/source/classes/sbxmod.cxx
index c8b20902..b76f9fbd 100644
--- a/basic/source/classes/sbxmod.cxx
+++ b/basic/source/classes/sbxmod.cxx
@@ -24,7 +24,7 @@
 #include <boost/scoped_ptr.hpp>
 #include <vcl/svapp.hxx>
 #include <tools/stream.hxx>
-#include <svl/brdcst.hxx>
+#include <svl/SfxBroadcaster.hxx>
 #include <tools/shl.hxx>
 #include <basic/sbx.hxx>
 #include <basic/sbuno.hxx>
diff --git a/basic/source/sbx/sbxobj.cxx b/basic/source/sbx/sbxobj.cxx
index 6b43ec6..f993880 100644
--- a/basic/source/sbx/sbxobj.cxx
+++ b/basic/source/sbx/sbxobj.cxx
@@ -23,8 +23,8 @@
 
 #include <tools/stream.hxx>
 #include <basic/sbx.hxx>
+#include <svl/SfxBroadcaster.hxx>
 #include "sbxres.hxx"
-#include <svl/brdcst.hxx>
 
 TYPEINIT1(SbxMethod,SbxVariable)
 TYPEINIT1(SbxProperty,SbxVariable)
diff --git a/basic/source/sbx/sbxvar.cxx b/basic/source/sbx/sbxvar.cxx
index f9a9aca..7d1477b 100644
--- a/basic/source/sbx/sbxvar.cxx
+++ b/basic/source/sbx/sbxvar.cxx
@@ -18,7 +18,7 @@
  */
 
 #include <tools/stream.hxx>
-#include <svl/brdcst.hxx>
+#include <svl/SfxBroadcaster.hxx>
 
 #include <basic/sbx.hxx>
 #include "runtime.hxx"
diff --git a/editeng/inc/pch/precompiled_editeng.hxx b/editeng/inc/pch/precompiled_editeng.hxx
index 55031db..5c28e1c 100644
--- a/editeng/inc/pch/precompiled_editeng.hxx
+++ b/editeng/inc/pch/precompiled_editeng.hxx
@@ -224,7 +224,7 @@
 #include <sot/formats.hxx>
 #include <sot/storage.hxx>
 #include <sot/storinfo.hxx>
-#include <svl/brdcst.hxx>
+#include <svl/SfxBroadcaster.hxx>
 #include <svl/cntwall.hxx>
 #include <svl/ctloptions.hxx>
 #include <svl/eitem.hxx>
diff --git a/editeng/source/uno/unoedsrc.cxx b/editeng/source/uno/unoedsrc.cxx
index afeacc4..ac5f6a0 100644
--- a/editeng/source/uno/unoedsrc.cxx
+++ b/editeng/source/uno/unoedsrc.cxx
@@ -17,7 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#include <svl/brdcst.hxx>
+#include <svl/SfxBroadcaster.hxx>
 
 #include <editeng/unoedsrc.hxx>
 
diff --git a/editeng/source/xml/xmltxtexp.cxx b/editeng/source/xml/xmltxtexp.cxx
index 30aeaca..48f7342 100644
--- a/editeng/source/xml/xmltxtexp.cxx
+++ b/editeng/source/xml/xmltxtexp.cxx
@@ -26,7 +26,6 @@
 #include <com/sun/star/io/XActiveDataSource.hpp>
 #include <com/sun/star/xml/sax/Writer.hpp>
 #include <svl/itemprop.hxx>
-#include <svl/brdcst.hxx>
 #include <com/sun/star/uno/Sequence.hxx>
 #include <sot/storage.hxx>
 #include <rtl/ustrbuf.hxx>
diff --git a/include/basic/basmgr.hxx b/include/basic/basmgr.hxx
index 2f5ef01..29336da 100644
--- a/include/basic/basmgr.hxx
+++ b/include/basic/basmgr.hxx
@@ -19,7 +19,7 @@
 #ifndef INCLUDED_BASIC_BASMGR_HXX
 #define INCLUDED_BASIC_BASMGR_HXX
 
-#include <svl/brdcst.hxx>
+#include <svl/SfxBroadcaster.hxx>
 #include <basic/sbstar.hxx>
 #include <com/sun/star/script/XStorageBasedLibraryContainer.hpp>
 #include <com/sun/star/script/XStarBasicAccess.hpp>
diff --git a/include/editeng/outliner.hxx b/include/editeng/outliner.hxx
index d2de33e..2c9b035 100644
--- a/include/editeng/outliner.hxx
+++ b/include/editeng/outliner.hxx
@@ -23,7 +23,7 @@
 #include <editeng/numitem.hxx>
 #include <i18nlangtag/lang.h>
 #include <rtl/ustring.hxx>
-#include <svl/brdcst.hxx>
+#include <svl/SfxBroadcaster.hxx>
 #include <tools/gen.hxx>
 #include <tools/color.hxx>
 #include <tools/contnr.hxx>
diff --git a/include/editeng/unoedprx.hxx b/include/editeng/unoedprx.hxx
index dd1f64d..a7cab62 100644
--- a/include/editeng/unoedprx.hxx
+++ b/include/editeng/unoedprx.hxx
@@ -21,7 +21,7 @@
 #define INCLUDED_EDITENG_UNOEDPRX_HXX
 
 #include <memory>
-#include <svl/brdcst.hxx>
+#include <svl/SfxBroadcaster.hxx>
 #include <editeng/unoedsrc.hxx>
 
 #include <editeng/editdata.hxx>
diff --git a/include/sfx2/shell.hxx b/include/sfx2/shell.hxx
index 7d877d8..a3044c1 100644
--- a/include/sfx2/shell.hxx
+++ b/include/sfx2/shell.hxx
@@ -25,7 +25,7 @@
 #include <sal/types.h>
 #include <sfx2/dllapi.h>
 #include <sfx2/sfxuno.hxx>
-#include <svl/brdcst.hxx>
+#include <svl/SfxBroadcaster.hxx>
 #include <tools/debug.hxx>
 #include <tools/rtti.hxx>
 
diff --git a/include/svl/brdcst.hxx b/include/svl/SfxBroadcaster.hxx
similarity index 100%
rename from include/svl/brdcst.hxx
rename to include/svl/SfxBroadcaster.hxx
diff --git a/include/svl/inethist.hxx b/include/svl/inethist.hxx
index 91964f8..ced2c83 100644
--- a/include/svl/inethist.hxx
+++ b/include/svl/inethist.hxx
@@ -19,7 +19,7 @@
 #ifndef INCLUDED_SVL_INETHIST_HXX
 #define INCLUDED_SVL_INETHIST_HXX
 
-#include <svl/brdcst.hxx>
+#include <svl/SfxBroadcaster.hxx>
 #include <svl/hint.hxx>
 #include <svl/svldllapi.h>
 #include <tools/urlobj.hxx>
diff --git a/include/svl/style.hxx b/include/svl/style.hxx
index cabd150..773178d 100644
--- a/include/svl/style.hxx
+++ b/include/svl/style.hxx
@@ -31,8 +31,8 @@
 #include <rsc/rscsfx.hxx>
 #include <svl/hint.hxx>
 #include <svl/lstner.hxx>
-#include <svl/brdcst.hxx>
 #include <svl/poolitem.hxx>
+#include <svl/SfxBroadcaster.hxx>
 #include <svl/stylesheetuser.hxx>
 
 #include <svl/style.hrc>
diff --git a/include/svtools/extcolorcfg.hxx b/include/svtools/extcolorcfg.hxx
index 1b08fa3..fa2382a 100644
--- a/include/svtools/extcolorcfg.hxx
+++ b/include/svtools/extcolorcfg.hxx
@@ -23,7 +23,7 @@
 #include <rtl/ustring.hxx>
 #include <tools/color.hxx>
 #include <com/sun/star/uno/Sequence.h>
-#include <svl/brdcst.hxx>
+#include <svl/SfxBroadcaster.hxx>
 #include <svl/lstner.hxx>
 
 
diff --git a/include/svx/gallery1.hxx b/include/svx/gallery1.hxx
index 75cb64e..f033058 100644
--- a/include/svx/gallery1.hxx
+++ b/include/svx/gallery1.hxx
@@ -21,7 +21,7 @@
 #define INCLUDED_SVX_GALLERY1_HXX
 
 #include <rtl/ustring.hxx>
-#include <svl/brdcst.hxx>
+#include <svl/SfxBroadcaster.hxx>
 #include <svx/svxdllapi.h>
 #include <tools/urlobj.hxx>
 
diff --git a/include/svx/galtheme.hxx b/include/svx/galtheme.hxx
index ba8c5bb..d7f3643 100644
--- a/include/svx/galtheme.hxx
+++ b/include/svx/galtheme.hxx
@@ -25,7 +25,7 @@
 #include <tools/debug.hxx>
 #include <tools/urlobj.hxx>
 #include <vcl/salctype.hxx>
-#include <svl/brdcst.hxx>
+#include <svl/SfxBroadcaster.hxx>
 #include <svl/lstner.hxx>
 #include <svtools/transfer.hxx>
 #include <sot/storage.hxx>
diff --git a/include/svx/svdmodel.hxx b/include/svx/svdmodel.hxx
index 5be7bcb..6f1c547 100644
--- a/include/svx/svdmodel.hxx
+++ b/include/svx/svdmodel.hxx
@@ -28,7 +28,7 @@
 #include <tools/link.hxx>
 #include <tools/weakbase.hxx>
 #include <vcl/mapmod.hxx>
-#include <svl/brdcst.hxx>
+#include <svl/SfxBroadcaster.hxx>
 #include <tools/datetime.hxx>
 #include <svl/hint.hxx>
 
diff --git a/include/svx/svdpntv.hxx b/include/svx/svdpntv.hxx
index 061e983..c31e180 100644
--- a/include/svx/svdpntv.hxx
+++ b/include/svx/svdpntv.hxx
@@ -20,7 +20,7 @@
 #ifndef INCLUDED_SVX_SVDPNTV_HXX
 #define INCLUDED_SVX_SVDPNTV_HXX
 
-#include <svl/brdcst.hxx>
+#include <svl/SfxBroadcaster.hxx>
 #include <svl/lstner.hxx>
 #include <svl/smplhint.hxx>
 #include <svl/undo.hxx>
diff --git a/include/vcl/texteng.hxx b/include/vcl/texteng.hxx
index fafc2e8..3994734 100644
--- a/include/vcl/texteng.hxx
+++ b/include/vcl/texteng.hxx
@@ -46,7 +46,7 @@ namespace svl
 class TextLine;
 class TETextPortion;
 #include <rtl/ustring.hxx>
-#include <svl/brdcst.hxx>
+#include <svl/SfxBroadcaster.hxx>
 #include <tools/lineend.hxx>
 #include <tools/link.hxx>
 #include <tools/gen.hxx>
diff --git a/reportdesign/source/ui/inc/DesignView.hxx b/reportdesign/source/ui/inc/DesignView.hxx
index cfbfe49..96d98ba 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 360cb4c..49d9a80 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>
diff --git a/sc/source/ui/inc/AccessibleText.hxx b/sc/source/ui/inc/AccessibleText.hxx
index 923187d..0f5179d 100644
--- a/sc/source/ui/inc/AccessibleText.hxx
+++ b/sc/source/ui/inc/AccessibleText.hxx
@@ -24,7 +24,7 @@
 #include "global.hxx"
 #include "viewdata.hxx"
 #include <editeng/svxenum.hxx>
-#include <svl/brdcst.hxx>
+#include <svl/SfxBroadcaster.hxx>
 
 #include <memory>
 
diff --git a/sd/inc/pch/precompiled_sd.hxx b/sd/inc/pch/precompiled_sd.hxx
index 8937ebb..e51a98f 100644
--- a/sd/inc/pch/precompiled_sd.hxx
+++ b/sd/inc/pch/precompiled_sd.hxx
@@ -554,7 +554,7 @@
 #include <string>
 #include <svl/IndexedStyleSheets.hxx>
 #include <svl/aeitem.hxx>
-#include <svl/brdcst.hxx>
+#include <svl/SfxBroadcaster.hxx>
 #include <svl/cjkoptions.hxx>
 #include <svl/ctloptions.hxx>
 #include <svl/eitem.hxx>
diff --git a/sd/source/ui/inc/AccessibleOutlineEditSource.hxx b/sd/source/ui/inc/AccessibleOutlineEditSource.hxx
index b472638..e07d741 100644
--- a/sd/source/ui/inc/AccessibleOutlineEditSource.hxx
+++ b/sd/source/ui/inc/AccessibleOutlineEditSource.hxx
@@ -21,7 +21,7 @@
 #define INCLUDED_SD_SOURCE_UI_INC_ACCESSIBLEOUTLINEEDITSOURCE_HXX
 
 #include <vcl/svapp.hxx>
-#include <svl/brdcst.hxx>
+#include <svl/SfxBroadcaster.hxx>
 #include <svl/lstner.hxx>
 #include <editeng/unoedsrc.hxx>
 #include <editeng/editdata.hxx>
diff --git a/sd/source/ui/view/outlview.cxx b/sd/source/ui/view/outlview.cxx
index d029210..268a32b 100644
--- a/sd/source/ui/view/outlview.cxx
+++ b/sd/source/ui/view/outlview.cxx
@@ -35,7 +35,6 @@
 #include <svl/style.hxx>
 #include <svx/svdorect.hxx>
 #include <svx/svdundo.hxx>
-#include <svl/brdcst.hxx>
 #include <vcl/msgbox.hxx>
 #include <editeng/adjustitem.hxx>
 #include <editeng/tstpitem.hxx>
diff --git a/starmath/inc/config.hxx b/starmath/inc/config.hxx
index 72060b0..559545b 100644
--- a/starmath/inc/config.hxx
+++ b/starmath/inc/config.hxx
@@ -19,7 +19,7 @@
 #ifndef INCLUDED_STARMATH_INC_CONFIG_HXX
 #define INCLUDED_STARMATH_INC_CONFIG_HXX
 
-#include <svl/brdcst.hxx>
+#include <svl/SfxBroadcaster.hxx>
 #include <svl/lstner.hxx>
 #include "format.hxx"
 
diff --git a/starmath/inc/format.hxx b/starmath/inc/format.hxx
index 4db52a8..fb1287a 100644
--- a/starmath/inc/format.hxx
+++ b/starmath/inc/format.hxx
@@ -21,7 +21,7 @@
 
 
 #include <svl/smplhint.hxx>
-#include <svl/brdcst.hxx>
+#include <svl/SfxBroadcaster.hxx>
 #include "utility.hxx"
 #include <types.hxx>
 
diff --git a/starmath/source/accessibility.hxx b/starmath/source/accessibility.hxx
index fdcc40d..1b8f4da 100644
--- a/starmath/source/accessibility.hxx
+++ b/starmath/source/accessibility.hxx
@@ -36,7 +36,7 @@
 #include <cppuhelper/interfacecontainer.h>
 #include <cppuhelper/implbase5.hxx>
 #include <cppuhelper/implbase6.hxx>
-#include <svl/brdcst.hxx>
+#include <svl/SfxBroadcaster.hxx>
 
 #include <editeng/editeng.hxx>
 #include <editeng/unoedsrc.hxx>
diff --git a/svl/Library_svl.mk b/svl/Library_svl.mk
index f527701..7b2b2ee 100644
--- a/svl/Library_svl.mk
+++ b/svl/Library_svl.mk
@@ -121,7 +121,7 @@ $(eval $(call gb_Library_add_exception_objects,svl,\
     svl/source/misc/sharedstringpool \
     svl/source/misc/strmadpt \
     svl/source/misc/urihelper \
-    svl/source/notify/brdcst \
+    svl/source/notify/SfxBroadcaster \
     svl/source/notify/broadcast \
     svl/source/notify/hint \
     svl/source/notify/isethint \
diff --git a/svl/source/inc/poolio.hxx b/svl/source/inc/poolio.hxx
index 9e3ccd1..02e1c60 100644
--- a/svl/source/inc/poolio.hxx
+++ b/svl/source/inc/poolio.hxx
@@ -20,7 +20,7 @@
 #ifndef INCLUDED_SVL_SOURCE_INC_POOLIO_HXX
 #define INCLUDED_SVL_SOURCE_INC_POOLIO_HXX
 
-#include <svl/brdcst.hxx>
+#include <svl/SfxBroadcaster.hxx>
 #include <boost/shared_ptr.hpp>
 #include <boost/unordered_map.hpp>
 #include <deque>
diff --git a/svl/source/items/itempool.cxx b/svl/source/items/itempool.cxx
index 1990d46..96c318b 100644
--- a/svl/source/items/itempool.cxx
+++ b/svl/source/items/itempool.cxx
@@ -23,7 +23,7 @@
 
 #include <svl/itempool.hxx>
 #include "whassert.hxx"
-#include <svl/brdcst.hxx>
+#include <svl/SfxBroadcaster.hxx>
 #include <svl/smplhint.hxx>
 #include "poolio.hxx"
 
diff --git a/svl/source/items/poolio.cxx b/svl/source/items/poolio.cxx
index 22b22cd..374a8f1 100644
--- a/svl/source/items/poolio.cxx
+++ b/svl/source/items/poolio.cxx
@@ -25,7 +25,7 @@
 #include <tools/solar.h>
 #include <svl/itempool.hxx>
 #include "whassert.hxx"
-#include <svl/brdcst.hxx>
+#include <svl/SfxBroadcaster.hxx>
 #include <svl/filerec.hxx>
 #include "poolio.hxx"
 #include <boost/scoped_ptr.hpp>
diff --git a/svl/source/notify/brdcst.cxx b/svl/source/notify/SfxBroadcaster.cxx
similarity index 99%
rename from svl/source/notify/brdcst.cxx
rename to svl/source/notify/SfxBroadcaster.cxx
index 49496e1..2fe7903 100644
--- a/svl/source/notify/brdcst.cxx
+++ b/svl/source/notify/SfxBroadcaster.cxx
@@ -25,7 +25,7 @@
 #include <svl/smplhint.hxx>
 #include <svl/lstner.hxx>
 
-#include <svl/brdcst.hxx>
+#include <svl/SfxBroadcaster.hxx>
 #include <algorithm>
 
 TYPEINIT0(SfxBroadcaster);
diff --git a/svl/source/notify/lstner.cxx b/svl/source/notify/lstner.cxx
index 331f600..46025d5 100644
--- a/svl/source/notify/lstner.cxx
+++ b/svl/source/notify/lstner.cxx
@@ -21,7 +21,7 @@
 #include <tools/debug.hxx>
 
 #include <svl/hint.hxx>
-#include <svl/brdcst.hxx>
+#include <svl/SfxBroadcaster.hxx>
 
 #include <svl/lstner.hxx>
 #include <algorithm>
diff --git a/svx/inc/pch/precompiled_svxcore.hxx b/svx/inc/pch/precompiled_svxcore.hxx
index fbe4945..ed7577d 100644
--- a/svx/inc/pch/precompiled_svxcore.hxx
+++ b/svx/inc/pch/precompiled_svxcore.hxx
@@ -668,7 +668,7 @@
 #include <string.h>
 #include <string>
 #include <svl/aeitem.hxx>
-#include <svl/brdcst.hxx>
+#include <svl/SfxBroadcaster.hxx>
 #include <svl/cjkoptions.hxx>
 #include <svl/eitem.hxx>
 #include <svl/flagitem.hxx>
diff --git a/svx/source/accessibility/AccessibleEmptyEditSource.hxx b/svx/source/accessibility/AccessibleEmptyEditSource.hxx
index be7fadc..9f71fd0 100644
--- a/svx/source/accessibility/AccessibleEmptyEditSource.hxx
+++ b/svx/source/accessibility/AccessibleEmptyEditSource.hxx
@@ -20,7 +20,7 @@
 #ifndef INCLUDED_SVX_SOURCE_ACCESSIBILITY_ACCESSIBLEEMPTYEDITSOURCE_HXX
 #define INCLUDED_SVX_SOURCE_ACCESSIBILITY_ACCESSIBLEEMPTYEDITSOURCE_HXX
 
-#include <svl/brdcst.hxx>
+#include <svl/SfxBroadcaster.hxx>
 #include <svl/lstner.hxx>
 
 #include <memory>
diff --git a/svx/source/inc/filtnav.hxx b/svx/source/inc/filtnav.hxx
index 3530dbe..d3570db 100644
--- a/svx/source/inc/filtnav.hxx
+++ b/svx/source/inc/filtnav.hxx
@@ -23,7 +23,7 @@
 #include <com/sun/star/form/runtime/XFormController.hpp>
 #include <com/sun/star/form/runtime/XFilterController.hpp>
 #include <svl/lstner.hxx>
-#include <svl/brdcst.hxx>
+#include <svl/SfxBroadcaster.hxx>
 
 #include <vcl/window.hxx>
 #include <sfx2/childwin.hxx>
diff --git a/svx/source/inc/fmexpl.hxx b/svx/source/inc/fmexpl.hxx
index ce7887c..b2affdd 100644
--- a/svx/source/inc/fmexpl.hxx
+++ b/svx/source/inc/fmexpl.hxx
@@ -20,7 +20,7 @@
 #define INCLUDED_SVX_SOURCE_INC_FMEXPL_HXX
 
 #include <svl/lstner.hxx>
-#include <svl/brdcst.hxx>
+#include <svl/SfxBroadcaster.hxx>
 #include <vcl/window.hxx>
 #include <sfx2/childwin.hxx>
 #include <svl/poolitem.hxx>
diff --git a/svx/source/svdraw/svdmark.cxx b/svx/source/svdraw/svdmark.cxx
index f6945e9..212fdee 100644
--- a/svx/source/svdraw/svdmark.cxx
+++ b/svx/source/svdraw/svdmark.cxx
@@ -35,7 +35,7 @@
 
 #include <svx/obj3d.hxx>
 #include <svx/scene3d.hxx>
-#include <svl/brdcst.hxx>
+#include <svl/SfxBroadcaster.hxx>
 #include <svx/svdoedge.hxx>
 
 
diff --git a/svx/source/svdraw/svdviter.cxx b/svx/source/svdraw/svdviter.cxx
index 2401504..12db065 100644
--- a/svx/source/svdraw/svdviter.cxx
+++ b/svx/source/svdraw/svdviter.cxx
@@ -25,7 +25,6 @@
 #include <svx/svdview.hxx>
 #include <svx/svdpagv.hxx>
 #include <svx/svdsob.hxx>
-#include <svl/brdcst.hxx>
 #include <svx/sdrpaintwindow.hxx>
 
 
diff --git a/sw/inc/fmtfld.hxx b/sw/inc/fmtfld.hxx
index 3871cf4..7ab3d68 100644
--- a/sw/inc/fmtfld.hxx
+++ b/sw/inc/fmtfld.hxx
@@ -24,7 +24,7 @@
 
 #include <cppuhelper/weakref.hxx>
 #include <svl/poolitem.hxx>
-#include <svl/brdcst.hxx>
+#include <svl/SfxBroadcaster.hxx>
 #include <svl/smplhint.hxx>
 
 #include "swdllapi.h"
diff --git a/sw/inc/pch/precompiled_sw.hxx b/sw/inc/pch/precompiled_sw.hxx
index 69ad7b3..60b315e 100644
--- a/sw/inc/pch/precompiled_sw.hxx
+++ b/sw/inc/pch/precompiled_sw.hxx
@@ -732,7 +732,7 @@
 #include <svl/PasswordHelper.hxx>
 #include <svl/aeitem.hxx>
 #include <svl/asiancfg.hxx>
-#include <svl/brdcst.hxx>
+#include <svl/SfxBroadcaster.hxx>
 #include <svl/cjkoptions.hxx>
 #include <svl/ctloptions.hxx>
 #include <svl/eitem.hxx>
diff --git a/sw/source/core/inc/frame.hxx b/sw/source/core/inc/frame.hxx
index 1a8e33e..8e6bd09 100644
--- a/sw/source/core/inc/frame.hxx
+++ b/sw/source/core/inc/frame.hxx
@@ -27,7 +27,7 @@
 #include "swtypes.hxx"
 #include "swrect.hxx"
 #include "calbck.hxx"
-#include <svl/brdcst.hxx>
+#include <svl/SfxBroadcaster.hxx>
 #include "IDocumentDrawModelAccess.hxx"
 
 #include <com/sun/star/style/TabStop.hpp>
diff --git a/sw/source/uibase/docvw/SidebarTxtControlAcc.cxx b/sw/source/uibase/docvw/SidebarTxtControlAcc.cxx
index 5bbd2e8..4ed9d55 100644
--- a/sw/source/uibase/docvw/SidebarTxtControlAcc.cxx
+++ b/sw/source/uibase/docvw/SidebarTxtControlAcc.cxx
@@ -21,7 +21,7 @@
 
 #include <SidebarTxtControl.hxx>
 
-#include <svl/brdcst.hxx>
+#include <svl/SfxBroadcaster.hxx>
 #include <toolkit/awt/vclxaccessiblecomponent.hxx>
 #include <editeng/unoedsrc.hxx>
 #include <editeng/unoforou.hxx>
diff --git a/vcl/inc/pch/precompiled_vcl.hxx b/vcl/inc/pch/precompiled_vcl.hxx
index 5428d2b..141301c 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 ddb2c9a..5ce5b0f 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>


More information about the Libreoffice-commits mailing list