summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-02-21 10:50:22 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-02-21 10:56:21 +0100
commitf6a0e670647f013e30ba5628c66625b1176a3cb6 (patch)
treeeb5c4e16bad7644de36f22be58d3366f6a267b99
parent4cf69df2f543b023f4ec3d4279c5ac11a2a819d9 (diff)
-Typo: (dis)apear(s)->(dis)appear(s)
Change-Id: Ie5d18aa59885172bd701ddcfb0e62f5ad3816de9
-rw-r--r--sc/source/ui/sidebar/CellLineStyleValueSet.cxx2
-rw-r--r--sfx2/source/appl/appquit.cxx2
-rw-r--r--wizards/com/sun/star/wizards/agenda/AgendaDocument.py2
-rw-r--r--wizards/com/sun/star/wizards/web/WWD_Startup.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/sidebar/CellLineStyleValueSet.cxx b/sc/source/ui/sidebar/CellLineStyleValueSet.cxx
index fc0d3e472dcb..eae59d67fa17 100644
--- a/sc/source/ui/sidebar/CellLineStyleValueSet.cxx
+++ b/sc/source/ui/sidebar/CellLineStyleValueSet.cxx
@@ -105,7 +105,7 @@ void CellLineStyleValueSet::UserDraw( const UserDrawEvent& rUDEvt )
pDev->SetFont(aFont);
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
if( nSelItem == nItemId )
diff --git a/sfx2/source/appl/appquit.cxx b/sfx2/source/appl/appquit.cxx
index e7efa6efcdbf..5983cfc3fc4a 100644
--- a/sfx2/source/appl/appquit.cxx
+++ b/sfx2/source/appl/appquit.cxx
@@ -94,7 +94,7 @@ void SfxApplication::Deinitialize()
Exit();
// Release Controller and others
- // then the remaining components should also disapear ( Beamer! )
+ // then the remaining components should also disappear ( Beamer! )
#if HAVE_FEATURE_SCRIPTING
BasicManagerRepository::resetApplicationBasicManager();
diff --git a/wizards/com/sun/star/wizards/agenda/AgendaDocument.py b/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
index f28cb9470325..9cba65e1973e 100644
--- a/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
+++ b/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
@@ -269,7 +269,7 @@ class AgendaDocument(TextDocument):
date of the document (which is document-specific).<br/>
Initializes the Items Cache map.
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).
-locate the titles and actualize them
-analyze the topics table
diff --git a/wizards/com/sun/star/wizards/web/WWD_Startup.py b/wizards/com/sun/star/wizards/web/WWD_Startup.py
index bbf35817723a..69a884e3c7fe 100644
--- a/wizards/com/sun/star/wizards/web/WWD_Startup.py
+++ b/wizards/com/sun/star/wizards/web/WWD_Startup.py
@@ -308,7 +308,7 @@ class WWD_Startup(WWD_General):
for index,item in enumerate(sessions):
self.settings.savedSessions.add(index, item)
# add an empty session to the saved session
- # list which apears in step 1
+ # list which appears in step 1
sn = CGSessionName()
sn.cp_Name = self.resources.resSessionNameNone
self.settings.cp_SavedSessions.add(0, sn)