summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extensions/source/dbpilots/controlwizard.cxx2
-rw-r--r--lotuswordpro/source/filter/lwpparaproperty.hxx2
-rw-r--r--offapi/com/sun/star/presentation/XSlideShowView.idl2
-rw-r--r--starmath/source/cursor.cxx2
-rw-r--r--svx/source/sdr/contact/viewcontactofe3dcube.cxx2
-rw-r--r--svx/source/sidebar/tools/ValueSetWithTextControl.cxx2
-rw-r--r--tools/source/memtools/multisel.cxx2
-rw-r--r--wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py2
8 files changed, 8 insertions, 8 deletions
diff --git a/extensions/source/dbpilots/controlwizard.cxx b/extensions/source/dbpilots/controlwizard.cxx
index 7b3a2dc1f5e6..061f7659db41 100644
--- a/extensions/source/dbpilots/controlwizard.cxx
+++ b/extensions/source/dbpilots/controlwizard.cxx
@@ -352,7 +352,7 @@ namespace dbp
Reference< XController > xController = xModel->getCurrentController();
DBG_ASSERT(xController.is(), "OControlWizard::implDeterminePage: no current controller!");
- // maybe it's a spredsheet
+ // maybe it's a spreadsheet
Reference< XSpreadsheetView > xView(xController, UNO_QUERY);
if (xView.is())
{ // okay, it is one
diff --git a/lotuswordpro/source/filter/lwpparaproperty.hxx b/lotuswordpro/source/filter/lwpparaproperty.hxx
index 0a20b2d3fbfa..fd3bf7ff3a10 100644
--- a/lotuswordpro/source/filter/lwpparaproperty.hxx
+++ b/lotuswordpro/source/filter/lwpparaproperty.hxx
@@ -110,7 +110,7 @@ inline LwpParaProperty* LwpParaProperty::GetPrevious(void)
}
//align/indent/spacing
-//TO DO:border/backgroud etc
+//TO DO:border/background etc
class LwpParaAlignProperty : public LwpParaProperty
{
diff --git a/offapi/com/sun/star/presentation/XSlideShowView.idl b/offapi/com/sun/star/presentation/XSlideShowView.idl
index 93b1538a805c..eaf25c86be2e 100644
--- a/offapi/com/sun/star/presentation/XSlideShowView.idl
+++ b/offapi/com/sun/star/presentation/XSlideShowView.idl
@@ -76,7 +76,7 @@ interface XSlideShowView : ::com::sun::star::uno::XInterface
/** Query the current translation offset used to fill the physical screen while keeping aspect ratio.<p>
- This method returns the traslation offset of the view of the
+ This method returns the translation offset of the view of the
view.<p>
@return the slideshowview will be transformed in order to fill
diff --git a/starmath/source/cursor.cxx b/starmath/source/cursor.cxx
index 4318a3bf93bb..cd5bbc01da5d 100644
--- a/starmath/source/cursor.cxx
+++ b/starmath/source/cursor.cxx
@@ -244,7 +244,7 @@ void SmCursor::Delete(){
if(!HasSelection())
return;
- //Enter edit setion
+ //Enter edit section
BeginEdit();
//Set selected on nodes
diff --git a/svx/source/sdr/contact/viewcontactofe3dcube.cxx b/svx/source/sdr/contact/viewcontactofe3dcube.cxx
index c717c04feccc..a12bcf86ea20 100644
--- a/svx/source/sdr/contact/viewcontactofe3dcube.cxx
+++ b/svx/source/sdr/contact/viewcontactofe3dcube.cxx
@@ -47,7 +47,7 @@ namespace sdr
const drawinglayer::attribute::SdrLineFillShadowAttribute3D aAttribute(
drawinglayer::primitive2d::createNewSdrLineFillShadowAttribute(rItemSet, false));
- // get cube geometry and use as traslation and scaling for unit cube
+ // get cube geometry and use as translation and scaling for unit cube
basegfx::B3DRange aCubeRange;
const basegfx::B3DVector aCubeSize(GetE3dCubeObj().GetCubeSize());
const basegfx::B3DPoint aCubePosition(GetE3dCubeObj().GetCubePos());
diff --git a/svx/source/sidebar/tools/ValueSetWithTextControl.cxx b/svx/source/sidebar/tools/ValueSetWithTextControl.cxx
index dc5313c17057..5ef7f36ca384 100644
--- a/svx/source/sidebar/tools/ValueSetWithTextControl.cxx
+++ b/svx/source/sidebar/tools/ValueSetWithTextControl.cxx
@@ -167,7 +167,7 @@ void ValueSetWithTextControl::UserDraw( const UserDrawEvent& rUDEvt )
}
{
- //draw backgroud
+ //draw background
if ( GetSelectItemId() == nItemId )
{
Rectangle aBackRect = aRect;
diff --git a/tools/source/memtools/multisel.cxx b/tools/source/memtools/multisel.cxx
index be6dcbd2e4c5..c385bc43fb98 100644
--- a/tools/source/memtools/multisel.cxx
+++ b/tools/source/memtools/multisel.cxx
@@ -142,7 +142,7 @@ bool MultiSelection::operator== ( MultiSelection& rWith )
aSels.size() != rWith.aSels.size() )
return false;
- // compare the sub seletions
+ // compare the sub selections
for ( size_t n = 0; n < aSels.size(); ++n )
if ( *aSels[ n ] != *rWith.aSels[ n ] )
return false;
diff --git a/wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py b/wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py
index 810ba80324d4..390ba6f25644 100644
--- a/wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py
+++ b/wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py
@@ -267,7 +267,7 @@ class FaxWizardDialogImpl(FaxWizardDialog):
self.myFaxDoc.updateDateFields()
def initializeSalutation(self):
- #'Saludation' listbox
+ #'Salutation' listbox
self.xDialogModel.lstSalutation.StringItemList = \
tuple(self.resources.SalutationLabels)