summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-04-05 18:40:39 +0200
committerEike Rathke <erack@redhat.com>2013-04-05 19:10:48 +0200
commit876c619b944dfbc88464045f1400c549a01a1164 (patch)
treef15f930fe100bda4c0a0503728654801ac977fcd /sc/inc
parent8ef9e38aa84675c57b331a796d900b3c10e04f44 (diff)
new module i18nlangtag
Moved portions from module i18npool, all of former i18nisolang1 library that now is i18nlangtag. Included are languagetag, isolang and mslangid. This i18nlangtag code is now even used by module comphelper, so disentangling i18npool and making this an own module was needed to not create circular module dependencies. Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/addincol.hxx2
-rw-r--r--sc/inc/convuno.hxx2
-rw-r--r--sc/inc/global.hxx2
-rw-r--r--sc/inc/pch/precompiled_sc.hxx10
-rw-r--r--sc/inc/scabstdlg.hxx2
-rw-r--r--sc/inc/stringutil.hxx2
-rw-r--r--sc/inc/zforauto.hxx2
7 files changed, 11 insertions, 11 deletions
diff --git a/sc/inc/addincol.hxx b/sc/inc/addincol.hxx
index b6c3b685e845..48d0b0a1ad7e 100644
--- a/sc/inc/addincol.hxx
+++ b/sc/inc/addincol.hxx
@@ -28,7 +28,7 @@
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/reflection/XIdlMethod.hpp>
#include <com/sun/star/sheet/LocalizedName.hpp>
-#include <i18npool/lang.h>
+#include <i18nlangtag/lang.h>
#include <rtl/ustring.h>
#include "scdllapi.h"
#include <rtl/ustring.hxx>
diff --git a/sc/inc/convuno.hxx b/sc/inc/convuno.hxx
index 69442bcc048d..3106d18ac0a1 100644
--- a/sc/inc/convuno.hxx
+++ b/sc/inc/convuno.hxx
@@ -21,7 +21,7 @@
#define SC_CONVUNO_HXX
#include <algorithm>
-#include <i18npool/lang.h>
+#include <i18nlangtag/lang.h>
#include <com/sun/star/table/CellAddress.hpp>
#include <com/sun/star/table/CellRangeAddress.hpp>
#include <com/sun/star/lang/Locale.hpp>
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx
index 5b3a5ad0121c..3bdb51f18b3d 100644
--- a/sc/inc/global.hxx
+++ b/sc/inc/global.hxx
@@ -21,7 +21,7 @@
#define SC_SCGLOB_HXX
#include "address.hxx"
-#include <i18npool/lang.h>
+#include <i18nlangtag/lang.h>
#include <tools/stream.hxx>
#include <osl/endian.h>
#include <com/sun/star/uno/Reference.hxx>
diff --git a/sc/inc/pch/precompiled_sc.hxx b/sc/inc/pch/precompiled_sc.hxx
index b81439cdb5d2..857dcfd8bbd7 100644
--- a/sc/inc/pch/precompiled_sc.hxx
+++ b/sc/inc/pch/precompiled_sc.hxx
@@ -53,8 +53,8 @@
#include "formula/grammar.hxx"
#include "formula/opcode.hxx"
#include "formula/token.hxx"
-#include "i18npool/lang.h"
-#include "i18npool/mslangid.hxx"
+#include "i18nlangtag/lang.h"
+#include "i18nlangtag/mslangid.hxx"
#include "rtl/math.hxx"
#include "rtl/strbuf.hxx"
#include "rtl/ustrbuf.hxx"
@@ -565,9 +565,9 @@
#include <formula/formulahelper.hxx>
#include <formula/token.hxx>
#include <functional>
-#include <i18npool/lang.h>
-#include <i18npool/languagetag.hxx>
-#include <i18npool/mslangid.hxx>
+#include <i18nlangtag/lang.h>
+#include <i18nlangtag/languagetag.hxx>
+#include <i18nlangtag/mslangid.hxx>
#include <iostream>
#include <limits.h>
#include <limits>
diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx
index 8003cda1ccb4..b5cf97e53097 100644
--- a/sc/inc/scabstdlg.hxx
+++ b/sc/inc/scabstdlg.hxx
@@ -29,7 +29,7 @@
#include "sc.hrc"
#include "global.hxx"
#include "pivot.hxx"
-#include "i18npool/lang.h"
+#include "i18nlangtag/lang.h"
#include "asciiopt.hxx"
#include <tabvwsh.hxx>
diff --git a/sc/inc/stringutil.hxx b/sc/inc/stringutil.hxx
index e161fc7c2052..58eda3a63f43 100644
--- a/sc/inc/stringutil.hxx
+++ b/sc/inc/stringutil.hxx
@@ -23,7 +23,7 @@
#include "rtl/ustring.hxx"
#include "tools/string.hxx"
#include "scdllapi.h"
-#include "i18npool/lang.h"
+#include "i18nlangtag/lang.h"
class SvNumberFormatter;
diff --git a/sc/inc/zforauto.hxx b/sc/inc/zforauto.hxx
index f0acf6d15026..1dbb74e3bb4c 100644
--- a/sc/inc/zforauto.hxx
+++ b/sc/inc/zforauto.hxx
@@ -21,7 +21,7 @@
#define _ZFORAUTO_HXX_
#include <tools/string.hxx>
-#include <i18npool/lang.h>
+#include <i18nlangtag/lang.h>
class SvStream;