[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - sw/Module_sw.mk sw/qa

Miklos Vajna (via logerrit) logerrit at kemper.freedesktop.org
Thu Jul 4 08:01:55 UTC 2019


 sw/Module_sw.mk                      |    1 +
 sw/qa/extras/unowriter/unowriter.cxx |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit 6c5063da1dc6ba4b6b4cd9a82d7c54b053cdfb38
Author:     Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Thu Jul 4 10:00:10 2019 +0200
Commit:     Miklos Vajna <vmiklos at collabora.com>
CommitDate: Thu Jul 4 10:00:13 2019 +0200

    sw: fix missing registration of CppunitTest_sw_unowriter
    
    Mistake I introduced in commit 5ceee417fef834cd6b033603d72eaf4708970a1d
    (svtools: expose document position in DocumentToGraphicRenderer,
    2019-01-04), which was a backport from master.
    
    The original master commit didn't have this problem.
    
    Change-Id: I55d4dc7482e8fbea9bcfb8c33f7c1c490c167b67

diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk
index b1f736c0ac3a..286eacaaf7e7 100644
--- a/sw/Module_sw.mk
+++ b/sw/Module_sw.mk
@@ -91,6 +91,7 @@ $(eval $(call gb_Module_add_slowcheck_targets,sw,\
     CppunitTest_sw_layoutwriter \
     CppunitTest_sw_mailmerge \
     CppunitTest_sw_globalfilter \
+    CppunitTest_sw_unowriter \
 ))
 
 ifneq ($(ENABLE_HEADLESS),TRUE)
diff --git a/sw/qa/extras/unowriter/unowriter.cxx b/sw/qa/extras/unowriter/unowriter.cxx
index 8a9e1565b0ab..4b84352d2dfd 100644
--- a/sw/qa/extras/unowriter/unowriter.cxx
+++ b/sw/qa/extras/unowriter/unowriter.cxx
@@ -23,6 +23,7 @@
 #include <PostItMgr.hxx>
 #include <postithelper.hxx>
 #include <AnnotationWin.hxx>
+#include <view.hxx>
 
 using namespace ::com::sun::star;
 using namespace ::com::sun::star::uno;


More information about the Libreoffice-commits mailing list