summaryrefslogtreecommitdiff
path: root/vcl/qt6/QtPrinter.cxx
blob: c251333d5c364db5b8b6e0258bf3f9d7bb773b95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 */

#include "../qt5/QtPrinter.cxx"

/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */
uthorNoel Grandin <noelgrandin@gmail.com>2024-03-01 22:11:14 +0200 committerTomaž Vajngerl <quikee@gmail.com>2024-03-04 11:50:45 +0100 commit04c73e27491feaf21e0a2c9288aee5a9f9850386 (patch) treea289cb1ca4a23205192486313f1e16c5c9b89673 /svx/source/tbxctrls parentcf4df3e51b609613134e3146f526d8e6b07946c3 (diff)
cool#8327 use tools::JsonWriter for theme colors
Change-Id: Iebca3781910f9e28100258da8266d51f673f31d8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164232 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>