[Libreoffice-commits] core.git: vcl/qt5

Stephan Bergmann sbergman at redhat.com
Mon Apr 23 12:57:21 UTC 2018


 vcl/qt5/Qt5Printer.cxx |    2 +-
 vcl/qt5/Qt5Printer.hxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit cd511523fdf2cae9c28588aaf181259d04dfa932
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Apr 23 14:55:57 2018 +0200

    Adapt --enable-qt5
    
    ...to c0af8057188c0e95831f9e6d1ef96a424da6f9b2 "weld SfxPrintOptionsDialog"
    
    Change-Id: Id407eaf49c2a39d77489a724db6e58a6ff29455b

diff --git a/vcl/qt5/Qt5Printer.cxx b/vcl/qt5/Qt5Printer.cxx
index 31b305d6d340..34fce3da5984 100644
--- a/vcl/qt5/Qt5Printer.cxx
+++ b/vcl/qt5/Qt5Printer.cxx
@@ -19,7 +19,7 @@
 
 #include "Qt5Printer.hxx"
 
-bool Qt5InfoPrinter::Setup(SalFrame*, ImplJobSetup*) { return false; }
+bool Qt5InfoPrinter::Setup(weld::Window*, ImplJobSetup*) { return false; }
 
 Qt5Printer::Qt5Printer(SalInfoPrinter* pInfoPrinter)
     : PspSalPrinter(pInfoPrinter)
diff --git a/vcl/qt5/Qt5Printer.hxx b/vcl/qt5/Qt5Printer.hxx
index ecbf1ad92410..aad9e3566ce5 100644
--- a/vcl/qt5/Qt5Printer.hxx
+++ b/vcl/qt5/Qt5Printer.hxx
@@ -27,7 +27,7 @@ class ImplJobSetup;
 class Qt5InfoPrinter : public PspSalInfoPrinter
 {
 public:
-    virtual bool Setup(SalFrame* pFrame, ImplJobSetup* pSetupData) override;
+    virtual bool Setup(weld::Window* pFrame, ImplJobSetup* pSetupData) override;
 };
 
 class Qt5Printer : public PspSalPrinter


More information about the Libreoffice-commits mailing list