[Libreoffice-commits] core.git: sfx2/source
Stephan Bergmann
sbergman at redhat.com
Thu Aug 7 09:37:32 PDT 2014
sfx2/source/view/viewfac.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit f54f5dea9778bc4a3103fe97921c6e952c2d6c46
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Aug 7 18:37:04 2014 +0200
Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy
Change-Id: I712d10c80ffbd3c4b9d628497eca006a912955ce
diff --git a/sfx2/source/view/viewfac.cxx b/sfx2/source/view/viewfac.cxx
index cae47b6..6e778c6 100644
--- a/sfx2/source/view/viewfac.cxx
+++ b/sfx2/source/view/viewfac.cxx
@@ -19,6 +19,8 @@
#include <sfx2/app.hxx>
#include <sfx2/viewfac.hxx>
+#include <sfx2/viewfrm.hxx>
+#include <sfx2/viewsh.hxx>
#include <rtl/ustrbuf.hxx>
SfxViewShell *SfxViewFactory::CreateInstance(SfxViewFrame *pFrame, SfxViewShell *pOldSh )
More information about the Libreoffice-commits
mailing list