vcl/workben/fodt2pdffuzzer.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6377fe10964ebf1936e4a55f845e3f1eda5501ac
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Sun Apr 30 09:58:19 2023 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Sun Apr 30 11:03:51 2023 +0200

    fix fuzzer build
    
    Change-Id: I9b980f3c81d468da4bcc33b6d27df9233f78c365
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151219
    Tested-by: Caolán McNamara <caol...@redhat.com>
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/vcl/workben/fodt2pdffuzzer.cxx b/vcl/workben/fodt2pdffuzzer.cxx
index cc73b895d640..6c9b273a88ba 100644
--- a/vcl/workben/fodt2pdffuzzer.cxx
+++ b/vcl/workben/fodt2pdffuzzer.cxx
@@ -39,7 +39,7 @@ extern "C" int LLVMFuzzerInitialize(int* argc, char*** argv)
 
     // create and hold a reference to XToolkit here to avoid the lsan warning 
about its leak
     // due to getting created in the unusual case of no vcl main loop
-    static css::uno::Reference<awt::XToolkit> xTk(
+    static css::uno::Reference<css::awt::XToolkit> xTk(
         
comphelper::getProcessServiceFactory()->createInstance("com.sun.star.awt.Toolkit"),
         css::uno::UNO_QUERY_THROW);
 

Reply via email to