diff options
author | Oliver Bolte <obo@openoffice.org> | 2009-09-09 11:12:23 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2009-09-09 11:12:23 +0000 |
commit | defae9f5c207e11695f22786069fdcd44fef04b2 (patch) | |
tree | bec81035238d2d2ce26b15054a69ae871178a1ab /vcl | |
parent | ed1f1a5383d454c9b4168966afc763e4bd00b158 (diff) |
#i10000# pChars -> aChars by HDU
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/gdi/outdev3.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/outdev3.cxx b/vcl/source/gdi/outdev3.cxx index 08870160b97b..f34dbc328aad 100644 --- a/vcl/source/gdi/outdev3.cxx +++ b/vcl/source/gdi/outdev3.cxx @@ -4515,7 +4515,7 @@ void OutputDevice::ImplDrawStrikeoutChar( long nBaseX, long nBaseY, // calculate approximation of strikeout atom size long nStrikeoutWidth = nWidth; - String aStrikeoutTest( pChars, 4 ); + String aStrikeoutTest( aChars, 4 ); SalLayout* pLayout = ImplLayout( aStrikeoutTest, 0, nTestStrLen ); if( pLayout ) { |