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

Stephan Bergmann sbergman at redhat.com
Thu Aug 28 09:02:25 PDT 2014


 svx/source/tbxctrls/fillctrl.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 9cd55a26c285e5c8535b666866439d7bcf4f2baf
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Aug 28 18:01:54 2014 +0200

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

diff --git a/svx/source/tbxctrls/fillctrl.cxx b/svx/source/tbxctrls/fillctrl.cxx
index 53ce3b4..ac8ad1f 100644
--- a/svx/source/tbxctrls/fillctrl.cxx
+++ b/svx/source/tbxctrls/fillctrl.cxx
@@ -24,6 +24,7 @@
 #include <sfx2/viewsh.hxx>
 #include <rtl/ustring.hxx>
 #include <vcl/settings.hxx>
+#include <vcl/toolbox.hxx>
 #include <svx/dialogs.hrc>
 
 #define TMP_STR_BEGIN   "["


More information about the Libreoffice-commits mailing list