Kaydet (Commit) dde119c8 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

basic/global.hxx is private to basic

Change-Id: I90a28e34eb45819e240931cd751ac0a546ea6be8
üst cd7bce9e
......@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#ifndef INCLUDED_BASIC_GLOBAL_HXX
#define INCLUDED_BASIC_GLOBAL_HXX
#ifndef INCLUDED_BASIC_INC_GLOBAL_HXX
#define INCLUDED_BASIC_INC_GLOBAL_HXX
namespace utl {
class TransliterationWrapper;
......@@ -20,6 +20,6 @@ public:
static utl::TransliterationWrapper& GetTransliteration();
};
#endif
#endif // INCLUDED_BASIC_INC_GLOBAL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -37,7 +37,7 @@
#include <basic/sbuno.hxx>
#include <basic/basmgr.hxx>
#include <basic/global.hxx>
#include "global.hxx"
#include <sbunoobj.hxx>
#include "basrid.hxx"
#include "sbintern.hxx"
......
......@@ -7,13 +7,14 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include <basic/global.hxx>
#include <comphelper/processfactory.hxx>
#include <i18nlangtag/lang.h>
#include <rtl/instance.hxx>
#include <unotools/transliterationwrapper.hxx>
#include <vcl/svapp.hxx>
#include "global.hxx"
namespace
{
class lclTransliterationWrapper
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment