diff options
Diffstat (limited to 'svl')
-rw-r--r-- | svl/Library_svl.mk | 2 | ||||
-rw-r--r-- | svl/source/inc/poolio.hxx | 2 | ||||
-rw-r--r-- | svl/source/items/itempool.cxx | 2 | ||||
-rw-r--r-- | svl/source/items/poolio.cxx | 2 | ||||
-rw-r--r-- | svl/source/notify/SfxBroadcaster.cxx (renamed from svl/source/notify/brdcst.cxx) | 2 | ||||
-rw-r--r-- | svl/source/notify/lstner.cxx | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/svl/Library_svl.mk b/svl/Library_svl.mk index f52770136f59..7b2b2ee399d7 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 9e3ccd162da8..02e1c60913e9 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 1990d4639e9f..96c318b1782d 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 22b22cdf7b40..374a8f1175fc 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 index 49496e1488fe..2fe79033b3b7 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 331f60017b9b..46025d591ee5 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> |