[Libreoffice-commits] core.git: sfx2/source

Stephan Bergmann sbergman at redhat.com
Thu Aug 28 06:43:15 PDT 2014


 sfx2/source/dialog/navigat.cxx             |    3 +++
 sfx2/source/sidebar/SidebarChildWindow.cxx |    1 +
 2 files changed, 4 insertions(+)

New commits:
commit 240ea11fe8e96cb4b86d83e887e9a2e69328a626
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Aug 28 15:42:41 2014 +0200

    Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy
    
    Change-Id: I786e07caf28b2f5f898b50fc2a46247d821248cf

diff --git a/sfx2/source/dialog/navigat.cxx b/sfx2/source/dialog/navigat.cxx
index 66faa47..4c3f972 100644
--- a/sfx2/source/dialog/navigat.cxx
+++ b/sfx2/source/dialog/navigat.cxx
@@ -17,6 +17,9 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#include <sal/config.h>
+
+#include <sfx2/bindings.hxx>
 #include <sfx2/navigat.hxx>
 #include <sfx2/sfx.hrc>
 #include <sfx2/app.hxx>
diff --git a/sfx2/source/sidebar/SidebarChildWindow.cxx b/sfx2/source/sidebar/SidebarChildWindow.cxx
index 1cb12104..fc78ac7 100644
--- a/sfx2/source/sidebar/SidebarChildWindow.cxx
+++ b/sfx2/source/sidebar/SidebarChildWindow.cxx
@@ -18,6 +18,7 @@
  */
 
 #include "TabBar.hxx"
+#include <sfx2/bindings.hxx>
 #include <sfx2/sidebar/SidebarChildWindow.hxx>
 #include "SidebarDockingWindow.hxx"
 #include <sfx2/sfxsids.hrc>


More information about the Libreoffice-commits mailing list