diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-04-22 05:08:10 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-04-22 05:08:37 +0900 |
commit | 2496eb6fd40ed6d91bdbc4a85e5b30b1afc707d1 (patch) | |
tree | 8733ccc7d88cedfc5012ab883a7e6e30670a83da /cui/source/options/optdict.cxx | |
parent | 2ce52cbb18e8083dc14c6701a2dab8ca32b81967 (diff) |
removed unused static data
Diffstat (limited to 'cui/source/options/optdict.cxx')
-rw-r--r-- | cui/source/options/optdict.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/source/options/optdict.cxx b/cui/source/options/optdict.cxx index 30f74ec18dcf..f850929a21ff 100644 --- a/cui/source/options/optdict.cxx +++ b/cui/source/options/optdict.cxx @@ -55,7 +55,6 @@ using namespace ::com::sun::star::linguistic2; // static ---------------------------------------------------------------- -static const sal_uInt16 nNameLen = 8; static const short NOACTDICT = -1; static long nStaticTabs[]= |