/* -*- 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/. */ #ifndef INCLUDED_BASIC_INC_GLOBAL_HXX #define INCLUDED_BASIC_INC_GLOBAL_HXX namespace utl { class TransliterationWrapper; } class SbGlobal { public: static utl::TransliterationWrapper& GetTransliteration(); }; #endif // INCLUDED_BASIC_INC_GLOBAL_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ut type='hidden' name='id' value='19240f625f8bd7b772481abc8e678d7b0fadd921'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/svx/sxcaitm.hxx
AgeCommit message (Expand)Author
2017-03-31tdf#39468 Translate German commentsJens Carl
2016-05-19loplugin:unusedmethods in svxNoel Grandin