Files
libreoffice/basic/inc/global.hxx

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
548 B
C++
Raw Normal View History

2012-02-10 22:12:03 +01:00
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
2012-02-10 22:12:03 +01:00
*
* 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/.
2012-02-10 22:12:03 +01:00
*/
#pragma once
2012-02-10 22:12:03 +01:00
namespace utl
{
class TransliterationWrapper;
}
class SbGlobal
{
public:
2012-02-11 21:25:24 +00:00
static utl::TransliterationWrapper& GetTransliteration();
2012-02-10 22:12:03 +01:00
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */