bump product version to 7.2.5.1
[LibreOffice.git] / configmgr / source / dconf.hxx
blob9fa51247c2e22c09f387614c686e3ca18729cf6e
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 */
10 #pragma once
12 #include <sal/config.h>
14 namespace configmgr {
15 class Components;
16 struct Data;
19 namespace configmgr::dconf {
21 void readLayer(Data & data, int layer);
23 void writeModifications(Components & components, Data & data);
27 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */