diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2013-06-23 23:46:05 +0200 |
---|---|---|
committer | Björn Michaelsen <bjoern.michaelsen@canonical.com> | 2013-07-15 14:53:40 +0000 |
commit | 02c1f4128b2011ceea6e4a0ceb054ec74315ec54 (patch) | |
tree | 18537bd4712e10b83dec291a7c03b9b03b9b8ef9 /sw/inc/fldbas.hxx | |
parent | 5f3d88a1f151e12061421751831b5588495199bb (diff) |
Reduce scope of global array and make in constant
Change-Id: I914aff27234e3acede7ae6ade72530dc0fea9dc9
Reviewed-on: https://gerrit.libreoffice.org/4922
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'sw/inc/fldbas.hxx')
-rw-r--r-- | sw/inc/fldbas.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/inc/fldbas.hxx b/sw/inc/fldbas.hxx index 06e3f80976d7..53ab8266538a 100644 --- a/sw/inc/fldbas.hxx +++ b/sw/inc/fldbas.hxx @@ -218,8 +218,6 @@ enum SwDateTimeSubType }; -extern sal_uInt16 aTypeTab[]; - /// General tools. String GetResult(double nVal, sal_uInt32 nNumFmt, sal_uInt16 nLang = LANGUAGE_SYSTEM); void SetErrorStr(const String& rStr); |