Kaydet (Commit) f6a0e670 authored tarafından Julien Nabet's avatar Julien Nabet

-Typo: (dis)apear(s)->(dis)appear(s)

Change-Id: Ie5d18aa59885172bd701ddcfb0e62f5ad3816de9
üst 4cf69df2
...@@ -105,7 +105,7 @@ void CellLineStyleValueSet::UserDraw( const UserDrawEvent& rUDEvt ) ...@@ -105,7 +105,7 @@ void CellLineStyleValueSet::UserDraw( const UserDrawEvent& rUDEvt )
pDev->SetFont(aFont); pDev->SetFont(aFont);
Point aStart(aBLPos.X() + nRectWidth * 7 / 9 - 5 , aBLPos.Y() + nRectHeight/6); Point aStart(aBLPos.X() + nRectWidth * 7 / 9 - 5 , aBLPos.Y() + nRectHeight/6);
pDev->DrawText(aStart, maStrUnit[nItemId - 1]); //can't set TEXT_DRAW_ENDELLIPSIS here, or the text will disapear pDev->DrawText(aStart, maStrUnit[nItemId - 1]); //can't set TEXT_DRAW_ENDELLIPSIS here, or the text will disappear
//draw line //draw line
if( nSelItem == nItemId ) if( nSelItem == nItemId )
......
...@@ -94,7 +94,7 @@ void SfxApplication::Deinitialize() ...@@ -94,7 +94,7 @@ void SfxApplication::Deinitialize()
Exit(); Exit();
// Release Controller and others // Release Controller and others
// then the remaining components should also disapear ( Beamer! ) // then the remaining components should also disappear ( Beamer! )
#if HAVE_FEATURE_SCRIPTING #if HAVE_FEATURE_SCRIPTING
BasicManagerRepository::resetApplicationBasicManager(); BasicManagerRepository::resetApplicationBasicManager();
......
...@@ -269,7 +269,7 @@ class AgendaDocument(TextDocument): ...@@ -269,7 +269,7 @@ class AgendaDocument(TextDocument):
date of the document (which is document-specific).<br/> date of the document (which is document-specific).<br/>
Initializes the Items Cache map. Initializes the Items Cache map.
Analyses the document:<br/> Analyses the document:<br/>
-find all "fille-ins" (apear as &gt;xxx&lt; in the document). -find all "fille-ins" (appear as &gt;xxx&lt; in the document).
-analyze all items sections (and the tables in them). -analyze all items sections (and the tables in them).
-locate the titles and actualize them -locate the titles and actualize them
-analyze the topics table -analyze the topics table
......
...@@ -308,7 +308,7 @@ class WWD_Startup(WWD_General): ...@@ -308,7 +308,7 @@ class WWD_Startup(WWD_General):
for index,item in enumerate(sessions): for index,item in enumerate(sessions):
self.settings.savedSessions.add(index, item) self.settings.savedSessions.add(index, item)
# add an empty session to the saved session # add an empty session to the saved session
# list which apears in step 1 # list which appears in step 1
sn = CGSessionName() sn = CGSessionName()
sn.cp_Name = self.resources.resSessionNameNone sn.cp_Name = self.resources.resSessionNameNone
self.settings.cp_SavedSessions.add(0, sn) self.settings.cp_SavedSessions.add(0, sn)
......
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