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

Stephan Bergmann sbergman at redhat.com
Fri Oct 10 06:03:01 PDT 2014


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

New commits:
commit 61b6ab6424cd54dc5297013931e7d06568bcd782
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Oct 10 15:02:11 2014 +0200

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

diff --git a/include/sfx2/msg.hxx b/include/sfx2/msg.hxx
index 46963b2..fe9248e 100644
--- a/include/sfx2/msg.hxx
+++ b/include/sfx2/msg.hxx
@@ -24,7 +24,7 @@
 #include <rtl/string.hxx>
 #include <rtl/ustring.hxx>
 #include <sfx2/dllapi.h>
-
+#include <svl/itemset.hxx>
 
 
 #define SFX_SLOT_CACHABLE      0x0001L // exclusiv to VOLATILE, default
@@ -76,7 +76,6 @@
 
 
 class SfxRequest;
-class SfxItemSet;
 
 #define SFX_EXEC_STUB( aShellClass, aExecMethod) \
  void SfxStub##aShellClass##aExecMethod( \


More information about the Libreoffice-commits mailing list