Files
loongoffice/drawinglayer/source/processor2d/getdigitlanguage.hxx
Philipp Hofer 4391c275df tdf#123936 Formatting files in module drawinglayer with clang-format
Change-Id: I2dd9c385c89f05026227e82ce85cecbe36e2c51c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105662
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2020-11-13 08:16:46 +01:00

23 lines
583 B
C++

/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* 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/.
*/
#pragma once
#include <sal/config.h>
#include <i18nlangtag/lang.h>
namespace drawinglayer::detail
{
/// Get digit language derived from SvtCTLOptions
LanguageType getDigitLanguage();
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */