diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-08-26 11:57:59 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-08-26 13:34:42 +0100 |
commit | ea1bb8be79f1daea1127e71e01a46989538dc2df (patch) | |
tree | 1d12fbed4e2df70cfe8ac1bd7961b43fed68a3c5 | |
parent | 2d66f9dc4723fdbccf4bd64edcc66bf31df078fa (diff) |
grapic->graphic
Change-Id: I81bf188d1dc53783f5f9a3826497aba6c52d3f29
-rw-r--r-- | sw/source/filter/ww8/ww8graf.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8graf.cxx b/sw/source/filter/ww8/ww8graf.cxx index 1abac07881bd..a810e7143965 100644 --- a/sw/source/filter/ww8/ww8graf.cxx +++ b/sw/source/filter/ww8/ww8graf.cxx @@ -2381,7 +2381,7 @@ SwFrmFmt* SwWW8ImplReader::Read_GrafLayer( long nGrafAnchorCp ) WW8PLCFspecial* pPF = pPlcxMan->GetFdoa(); if( !pPF ) { - OSL_ENSURE( false, "Where is the grapic (1) ?" ); + OSL_ENSURE( false, "Where is the graphic (1) ?" ); return 0; } |