diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-07-05 00:22:28 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-07-05 10:38:08 +0900 |
commit | 8624906bc437b242ea0df17801bc77d0f273f32c (patch) | |
tree | 39505208fd8aded8f1d7926a8f6feec791bdb1aa /vcl/source | |
parent | 1d8ae0c040319ba7d969fa236b7a6bb22d0f55df (diff) |
Mark as const
Change-Id: Ia5f9724002da11da69f70bb0f71d44c3b5a19bcb
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/gdi/sallayout.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/sallayout.cxx b/vcl/source/gdi/sallayout.cxx index 314de78a3e1f..4b1d536416b0 100644 --- a/vcl/source/gdi/sallayout.cxx +++ b/vcl/source/gdi/sallayout.cxx @@ -749,7 +749,7 @@ Point SalLayout::GetDrawPosition( const Point& rRelative ) const int SalLayout::CalcAsianKerning( sal_UCS4 c, bool bLeft, bool /*TODO:? bVertical*/ ) { // http://www.asahi-net.or.jp/~sd5a-ucd/freetexts/jis/x4051/1995/appendix.html - static signed char nTable[0x30] = + static const signed char nTable[0x30] = { 0, -2, -2, 0, 0, 0, 0, 0, +2, -2, +2, -2, +2, -2, +2, -2, +2, -2, 0, 0, +2, -2, +2, -2, 0, 0, 0, 0, 0, +2, -2, -2, |