[Libreoffice-commits] core.git: include/sfx2 sfx2/inc sfx2/source
Tor Lillqvist
tml at collabora.com
Tue May 6 05:04:33 PDT 2014
include/sfx2/sidebar/ContextChangeBroadcaster.hxx | 68 ----------------------
include/sfx2/sidebar/PopupContainer.hxx | 40 ------------
sfx2/inc/sidebar/ContextChangeBroadcaster.hxx | 68 ++++++++++++++++++++++
sfx2/inc/sidebar/PopupContainer.hxx | 40 ++++++++++++
sfx2/source/control/shell.cxx | 2
sfx2/source/sidebar/ContextChangeBroadcaster.cxx | 2
sfx2/source/sidebar/PopupContainer.cxx | 2
7 files changed, 111 insertions(+), 111 deletions(-)
New commits:
commit 5e80dd672fe64d44e05a2025e9569afdd62bb0d7
Author: Tor Lillqvist <tml at collabora.com>
Date: Tue May 6 15:00:41 2014 +0300
Move a few more headers that are included only in sfx2 to sfx2
Change-Id: I8bd81a45f5ef1b76fce1563b06e05a4eefcff0ec
diff --git a/include/sfx2/sidebar/ContextChangeBroadcaster.hxx b/sfx2/inc/sidebar/ContextChangeBroadcaster.hxx
similarity index 100%
rename from include/sfx2/sidebar/ContextChangeBroadcaster.hxx
rename to sfx2/inc/sidebar/ContextChangeBroadcaster.hxx
diff --git a/include/sfx2/sidebar/PopupContainer.hxx b/sfx2/inc/sidebar/PopupContainer.hxx
similarity index 100%
rename from include/sfx2/sidebar/PopupContainer.hxx
rename to sfx2/inc/sidebar/PopupContainer.hxx
diff --git a/sfx2/source/control/shell.cxx b/sfx2/source/control/shell.cxx
index b1f0aa2..49e9eba 100644
--- a/sfx2/source/control/shell.cxx
+++ b/sfx2/source/control/shell.cxx
@@ -42,7 +42,7 @@
#include <sfx2/mnumgr.hxx>
#include "statcach.hxx"
#include <sfx2/msgpool.hxx>
-#include <sfx2/sidebar/ContextChangeBroadcaster.hxx>
+#include <sidebar/ContextChangeBroadcaster.hxx>
#include <map>
diff --git a/sfx2/source/sidebar/ContextChangeBroadcaster.cxx b/sfx2/source/sidebar/ContextChangeBroadcaster.cxx
index f29fffa..975fb3e 100644
--- a/sfx2/source/sidebar/ContextChangeBroadcaster.cxx
+++ b/sfx2/source/sidebar/ContextChangeBroadcaster.cxx
@@ -16,7 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <sfx2/sidebar/ContextChangeBroadcaster.hxx>
+#include <sidebar/ContextChangeBroadcaster.hxx>
#include <sfx2/sidebar/EnumContext.hxx>
#include <com/sun/star/ui/ContextChangeEventObject.hpp>
#include <com/sun/star/ui/ContextChangeEventMultiplexer.hpp>
diff --git a/sfx2/source/sidebar/PopupContainer.cxx b/sfx2/source/sidebar/PopupContainer.cxx
index 2ec4c56..9167dd6 100644
--- a/sfx2/source/sidebar/PopupContainer.cxx
+++ b/sfx2/source/sidebar/PopupContainer.cxx
@@ -18,7 +18,7 @@
*/
#include "precompiled_sfx2.hxx"
-#include <sfx2/sidebar/PopupContainer.hxx>
+#include <sidebar/PopupContainer.hxx>
namespace sfx2 { namespace sidebar {
More information about the Libreoffice-commits
mailing list