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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Jan 10 10:15:47 UTC 2019


 include/sfx2/charwin.hxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 612941b64970b3e1f246652a8661fbaa56373242
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Jan 10 09:02:43 2019 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Thu Jan 10 11:15:25 2019 +0100

    VirtualDevice must be a complete type here (Windows --disable-pch)
    
    ...when instantiating implicitly defined special member functions of
    SFX2_DLLPUBLIC SvxCharView
    
    Change-Id: I6eae49bc33811122c3d276440698721e08391ac2
    Reviewed-on: https://gerrit.libreoffice.org/66062
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/include/sfx2/charwin.hxx b/include/sfx2/charwin.hxx
index c718815b9bd2..2dd88b7e33e1 100644
--- a/include/sfx2/charwin.hxx
+++ b/include/sfx2/charwin.hxx
@@ -23,6 +23,7 @@
 #include <sfx2/tbxctrl.hxx>
 #include <sfx2/dllapi.h>
 #include <vcl/customweld.hxx>
+#include <vcl/virdev.hxx>
 #include <vcl/weld.hxx>
 
 class SFX2_DLLPUBLIC SvxCharView : public weld::CustomWidgetController


More information about the Libreoffice-commits mailing list