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

Stephan Bergmann sbergman at redhat.com
Fri Oct 10 06:24:18 PDT 2014


 include/sfx2/stbitem.hxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 10e8e78d0b8fb02e975ddbf888215b0e100a82e3
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Oct 10 15:23:53 2014 +0200

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

diff --git a/include/sfx2/stbitem.hxx b/include/sfx2/stbitem.hxx
index 32aed7e..c931a88 100644
--- a/include/sfx2/stbitem.hxx
+++ b/include/sfx2/stbitem.hxx
@@ -23,11 +23,10 @@
 #include <sfx2/dllapi.h>
 #include <svl/poolitem.hxx>
 #include <svtools/statusbarcontroller.hxx>
-
+#include <vcl/status.hxx>
 
 
 class SfxModule;
-class StatusBar;
 class SfxStatusBarControl;
 class SfxBindings;
 


More information about the Libreoffice-commits mailing list