Kaydet (Commit) d0800e35 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Typo fix: s/temporaer/temporary/

Change-Id: I8f845323ccc6446fe74ef7c1f8d55c49ed070f53
üst 1ec83676
......@@ -161,7 +161,7 @@ sal_Size SAL_CALL rtl_convertTextToUnicode( rtl_TextToUnicodeConverter hConverte
{
const ImplTextConverter* pConverter = (const ImplTextConverter*)hConverter;
/* Only temporaer, because we don't want die, if we don't have a
/* Only temporary, because we don't want die, if we don't have a
converter, because not all converters are implemented yet */
if ( !pConverter )
{
......@@ -239,7 +239,7 @@ sal_Size SAL_CALL rtl_convertUnicodeToText( rtl_UnicodeToTextConverter hConverte
{
const ImplTextConverter* pConverter = (const ImplTextConverter*)hConverter;
/* Only temporaer, because we don't want die, if we don't have a
/* Only temporary, because we don't want die, if we don't have a
converter, because not all converters are implemented yet */
if ( !pConverter )
{
......
......@@ -60,7 +60,7 @@ class ImplRegionBand
{
public:
ImplRegionBand* mpNextBand; // pointer to the next element of the list
ImplRegionBand* mpPrevBand; // pointer to the previous element of the list (only used temporaery)
ImplRegionBand* mpPrevBand; // pointer to the previous element of the list (only used temporarily)
ImplRegionBandSep* mpFirstSep; // root of the list with x-separations
ImplRegionBandPoint* mpFirstBandPoint; // root of the list with lines
long mnYTop; // actual boundary of the band
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment