summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/accessibility/AccessibleControlShape.cxx2
-rw-r--r--svx/source/accessibility/ChildrenManagerImpl.hxx2
-rw-r--r--svx/source/dialog/measctrl.cxx2
-rw-r--r--svx/source/engine3d/float3d.cxx2
-rw-r--r--svx/source/engine3d/scene3d.cxx2
-rw-r--r--svx/source/fmcomp/gridctrl.cxx2
-rw-r--r--svx/source/form/fmshimp.cxx4
-rw-r--r--svx/source/form/fmsrcimp.cxx2
-rw-r--r--svx/source/form/navigatortree.cxx2
-rw-r--r--svx/source/form/navigatortreemodel.cxx2
-rw-r--r--svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx4
-rw-r--r--svx/source/sdr/properties/attributeproperties.cxx2
-rw-r--r--svx/source/svdraw/svdedtv1.cxx2
-rw-r--r--svx/source/svdraw/svdundo.cxx2
-rw-r--r--svx/source/toolbars/extrusionbar.cxx2
-rw-r--r--svx/source/unodraw/unoshap2.cxx2
-rw-r--r--svx/source/unodraw/unoshape.cxx4
-rw-r--r--svx/source/xoutdev/xtabdash.cxx2
18 files changed, 21 insertions, 21 deletions
diff --git a/svx/source/accessibility/AccessibleControlShape.cxx b/svx/source/accessibility/AccessibleControlShape.cxx
index 550e019ae7bb..0e45e5fde076 100644
--- a/svx/source/accessibility/AccessibleControlShape.cxx
+++ b/svx/source/accessibility/AccessibleControlShape.cxx
@@ -259,7 +259,7 @@ void AccessibleControlShape::Init()
if ( m_xControlContextProxy.is() )
{
// At this point in time, the proxy has a ref count of exactly one - in m_xControlContextProxy.
- // Remember to _not_ reset this member unles the delegator of the proxy has been reset, too!
+ // Remember to _not_ reset this member unless the delegator of the proxy has been reset, too!
m_xControlContextProxy->setDelegator( *this );
}
osl_atomic_decrement( &m_refCount );
diff --git a/svx/source/accessibility/ChildrenManagerImpl.hxx b/svx/source/accessibility/ChildrenManagerImpl.hxx
index 1e0ec534a98e..d7935966e37f 100644
--- a/svx/source/accessibility/ChildrenManagerImpl.hxx
+++ b/svx/source/accessibility/ChildrenManagerImpl.hxx
@@ -345,7 +345,7 @@ protected:
AccessibleShapeTreeInfo maShapeTreeInfo;
/** Reference to an accessible context object that is used to inform its
- listeners of new and remved children.
+ listeners of new and removed children.
*/
AccessibleContextBase& mrContext;
diff --git a/svx/source/dialog/measctrl.cxx b/svx/source/dialog/measctrl.cxx
index 19b666fc4ba8..3c551c2c2b0f 100644
--- a/svx/source/dialog/measctrl.cxx
+++ b/svx/source/dialog/measctrl.cxx
@@ -87,7 +87,7 @@ void SvxXMeasurePreview::dispose()
// No one is deleting the MeasureObj? This is not only an error but also
// a memory leak (!). Main problem is that this object is still listening to
// a StyleSheet of the model which was set. Thus, if You want to keep the obnject,
- // set the modfel to 0L, if object is not needed (seems to be the case here),
+ // set the model to 0L, if object is not needed (seems to be the case here),
// delete it.
delete pMeasureObj;
diff --git a/svx/source/engine3d/float3d.cxx b/svx/source/engine3d/float3d.cxx
index 455ef5e612ef..84d6b065657c 100644
--- a/svx/source/engine3d/float3d.cxx
+++ b/svx/source/engine3d/float3d.cxx
@@ -982,7 +982,7 @@ void Svx3DWin::Update( SfxItemSet& rAttrs )
bUpdate = true;
}
}
- // Ligh 3 (on/off)
+ // Light 3 (on/off)
eState = rAttrs.GetItemState(SDRATTR_3DSCENE_LIGHTON_3);
if( eState != SfxItemState::DONTCARE )
{
diff --git a/svx/source/engine3d/scene3d.cxx b/svx/source/engine3d/scene3d.cxx
index a488e5e3ac1f..d4c5b47b47e0 100644
--- a/svx/source/engine3d/scene3d.cxx
+++ b/svx/source/engine3d/scene3d.cxx
@@ -625,7 +625,7 @@ void E3dScene::NbcRotate(const Point& rRef, long nAngle, double sn, double cs)
// So that was the scene, now the objects used in the scene
// 3D objects, if there is only one it can still have multiple surfaces but
- // the surfaces do not hve to be connected. This allows you to access child
+ // the surfaces do not have to be connected. This allows you to access child
// objects. So going through the entire list and rotate around the Z axis
// through the enter of aOutRect's (Steiner's theorem), so RotateZ
diff --git a/svx/source/fmcomp/gridctrl.cxx b/svx/source/fmcomp/gridctrl.cxx
index 5bd3331a5679..cdb33028fbf8 100644
--- a/svx/source/fmcomp/gridctrl.cxx
+++ b/svx/source/fmcomp/gridctrl.cxx
@@ -2056,7 +2056,7 @@ bool DbGridControl::SetCurrent(long nNewRow)
{
// to we need to move the cursor to the insert row?
// we need to insert the if the current row isn't the insert row or if the
- // cursor triggered the move by itselt and we need a reinitialization of the row
+ // cursor triggered the move by itself and we need a reinitialization of the row
Reference< XPropertySet > xCursorProps = m_pDataCursor->getPropertySet();
if ( !::comphelper::getBOOL(xCursorProps->getPropertyValue(FM_PROP_ISNEW)) )
{
diff --git a/svx/source/form/fmshimp.cxx b/svx/source/form/fmshimp.cxx
index 0d0312ee0f54..dd639bdb96cb 100644
--- a/svx/source/form/fmshimp.cxx
+++ b/svx/source/form/fmshimp.cxx
@@ -1155,7 +1155,7 @@ bool FmXFormShell::executeControlConversionSlot( const Reference< XFormComponent
aOldScripts = xEvManager->getScriptEvents(nIndex);
}
- // replace the mdoel within the parent container
+ // replace the model within the parent container
Reference< XIndexContainer> xIndexParent(xChild->getParent(), UNO_QUERY);
if (xIndexParent.is())
{
@@ -3056,7 +3056,7 @@ void FmXFormShell::stopFiltering(bool bSave)
j != rControllerList.end(); ++j)
{
if (bSave)
- { // remember the current filter settings in case we're goin to reload the forms below (which may fail)
+ { // remember the current filter settings in case we're going to reload the forms below (which may fail)
try
{
Reference< XPropertySet > xFormAsSet((*j)->getModel(), UNO_QUERY);
diff --git a/svx/source/form/fmsrcimp.cxx b/svx/source/form/fmsrcimp.cxx
index f747bca84fb9..52680c18cf52 100644
--- a/svx/source/form/fmsrcimp.cxx
+++ b/svx/source/form/fmsrcimp.cxx
@@ -483,7 +483,7 @@ FmSearchEngine::SEARCH_RESULT FmSearchEngine::SearchWildcard(const OUString& str
Application::Reschedule();
// do 2 reschedules because of #70226# : some things done within this loop's body may cause an user event
// to be posted (deep within vcl), and these user events will be handled before any keyinput or paintings
- // or anything like that. So within each loop we create one user event and hanel one user event (and no
+ // or anything like that. So within each loop we create one user event and handle one user event (and no
// paintings and these), so the office seems to be frozen while searching.
// FS - 70226 - 02.12.99
}
diff --git a/svx/source/form/navigatortree.cxx b/svx/source/form/navigatortree.cxx
index d54ead014955..a1f49fb34a13 100644
--- a/svx/source/form/navigatortree.cxx
+++ b/svx/source/form/navigatortree.cxx
@@ -808,7 +808,7 @@ namespace svxform
// 5) a control or form will be dropped onto a control which is _not_ a sibling (dropping onto a sibling
// means moving the control)
- // collect the ancestors of the drop targte (speeds up 3)
+ // collect the ancestors of the drop target (speeds up 3)
SvLBoxEntrySortedArray arrDropAnchestors;
SvTreeListEntry* pLoop = _pTargetEntry;
while (pLoop)
diff --git a/svx/source/form/navigatortreemodel.cxx b/svx/source/form/navigatortreemodel.cxx
index bfc78c607033..9bfa52b43962 100644
--- a/svx/source/form/navigatortreemodel.cxx
+++ b/svx/source/form/navigatortreemodel.cxx
@@ -510,7 +510,7 @@ namespace svxform
void NavigatorTreeModel::FillBranch( FmFormData* pFormData )
{
- // insert froms from root
+ // insert forms from root
if( pFormData == NULL )
{
Reference< XIndexContainer > xForms(GetForms(), UNO_QUERY);
diff --git a/svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx b/svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx
index 496459ed49fc..8479eeb23bae 100644
--- a/svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx
+++ b/svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx
@@ -1516,7 +1516,7 @@ namespace sdr { namespace contact {
void LazyControlCreationPrimitive2D::getTransformation( const ViewContactOfUnoControl& _rVOC, ::basegfx::B2DHomMatrix& _out_Transformation )
{
// Do use model data directly to create the correct geometry. Do NOT
- // use getBoundRect()/getSnapRect() here; tese will use the sequence of
+ // use getBoundRect()/getSnapRect() here; these will use the sequence of
// primitives themselves in the long run.
Rectangle aSdrGeoData( _rVOC.GetSdrUnoObj().GetGeoRect() );
Point aGridOffset = _rVOC.GetSdrUnoObj().GetGridOffset();
@@ -1678,7 +1678,7 @@ namespace sdr { namespace contact {
{
// when live mode is switched on, a refresh is needed. The edit mode visualisation
// needs to be repainted and the now used VCL-Window needs to be positioned and
- // sized. Both is done from the repant refresh.
+ // sized. Both is done from the repaint refresh.
const_cast< ViewObjectContactOfUnoControl* >(this)->ActionChanged();
}
}
diff --git a/svx/source/sdr/properties/attributeproperties.cxx b/svx/source/sdr/properties/attributeproperties.cxx
index c4609c4fad79..325558b9fd0b 100644
--- a/svx/source/sdr/properties/attributeproperties.cxx
+++ b/svx/source/sdr/properties/attributeproperties.cxx
@@ -483,7 +483,7 @@ namespace sdr
SfxItemSet* pDestItemSet = new SfxItemSet(*mpItemSet);
pDestItemSet->SetParent(0L);
- // pepare forgetting the current stylesheet like in RemoveStyleSheet()
+ // prepare forgetting the current stylesheet like in RemoveStyleSheet()
EndListening(*mpStyleSheet);
EndListening(mpStyleSheet->GetPool());
diff --git a/svx/source/svdraw/svdedtv1.cxx b/svx/source/svdraw/svdedtv1.cxx
index e9979ad6ce82..83f8a66cd2cc 100644
--- a/svx/source/svdraw/svdedtv1.cxx
+++ b/svx/source/svdraw/svdedtv1.cxx
@@ -188,7 +188,7 @@ void SdrEditView::MoveMarkedObj(const Size& rSiz, bool bCopy)
OUString aStr(ImpGetResStr(STR_EditMove));
if (bCopy)
aStr += ImpGetResStr(STR_EditWithCopy);
- // meeds its own UndoGroup because of its parameters
+ // needs its own UndoGroup because of its parameters
BegUndo(aStr,GetDescriptionOfMarkedObjects(),SDRREPFUNC_OBJ_MOVE);
}
diff --git a/svx/source/svdraw/svdundo.cxx b/svx/source/svdraw/svdundo.cxx
index b2c85d26e3ff..069afe450f8e 100644
--- a/svx/source/svdraw/svdundo.cxx
+++ b/svx/source/svdraw/svdundo.cxx
@@ -1161,7 +1161,7 @@ void SdrUndoObjSetText::Redo()
pTarget->ActionChanged();
- // #i124389# if it's a table, als oneed to relayout TextFrame
+ // #i124389# if it's a table, also need to relayout TextFrame
if(0 != dynamic_cast< sdr::table::SdrTableObj* >(pTarget))
{
pTarget->NbcAdjustTextFrameWidthAndHeight();
diff --git a/svx/source/toolbars/extrusionbar.cxx b/svx/source/toolbars/extrusionbar.cxx
index de50647caa53..79c0fdf7301d 100644
--- a/svx/source/toolbars/extrusionbar.cxx
+++ b/svx/source/toolbars/extrusionbar.cxx
@@ -1120,7 +1120,7 @@ void getExtrusionLightingIntensityState( SdrView* pSdrView, SfxItemSet& rSet )
}
else if( fBrightness >= 10.0 )
{
- nLevel = 1; // Noraml;
+ nLevel = 1; // Normal;
}
else
{
diff --git a/svx/source/unodraw/unoshap2.cxx b/svx/source/unodraw/unoshap2.cxx
index f01fe9e6c5e0..30ff3f4aefeb 100644
--- a/svx/source/unodraw/unoshap2.cxx
+++ b/svx/source/unodraw/unoshap2.cxx
@@ -1133,7 +1133,7 @@ void SAL_CALL B2DPolyPolygonToSvxPointSequenceSequence( const basegfx::B2DPolyPo
// get single polygon
const basegfx::B2DPolygon aPoly(rPolyPoly.getB2DPolygon(a));
- // #i75974# take closed stae into account, the API polygon still uses the old closed definition
+ // #i75974# take closed state into account, the API polygon still uses the old closed definition
// with last/first point are identical (cannot hold information about open polygons with identical
// first and last point, though)
const sal_uInt32 nPointCount(aPoly.count());
diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx
index 319678a06ed8..549c3e7dfb57 100644
--- a/svx/source/unodraw/unoshape.cxx
+++ b/svx/source/unodraw/unoshape.cxx
@@ -1442,7 +1442,7 @@ bool SAL_CALL SvxShape::SetFillAttribute( sal_Int32 nWID, const OUString& rName
bool SAL_CALL SvxShape::SetFillAttribute( sal_Int32 nWID, const OUString& rName, SfxItemSet& rSet, SdrModel* pModel )
{
// check if an item with the given name and which id is inside the models
- // pool or the stylesheet pool, if found its puttet in the itemse
+ // pool or the stylesheet pool, if found it's put in the itemset
if( !SetFillAttribute( nWID, rName, rSet ) )
{
// we did not find such item in one of the pools, so we check
@@ -2287,7 +2287,7 @@ bool SvxShape::setPropertyValueImpl( const OUString&, const SfxItemPropertySimpl
{
basegfx::B2DPolyPolygon aNewPolyPolygon;
- // #123616# be a little bit more flexible regardin gthe data type used
+ // #123616# be a little bit more flexible regarding the data type used
if( rValue.getValueType() == cppu::UnoType<drawing::PointSequenceSequence>::get())
{
// get polygpon data from PointSequenceSequence
diff --git a/svx/source/xoutdev/xtabdash.cxx b/svx/source/xoutdev/xtabdash.cxx
index 1a08f7bd9602..0fea3a6ec2c6 100644
--- a/svx/source/xoutdev/xtabdash.cxx
+++ b/svx/source/xoutdev/xtabdash.cxx
@@ -213,7 +213,7 @@ OUString XDashList::GetStringForUiNoLine() const
{
if(maStringNoLine.isEmpty())
{
- // formally was RID_SVXSTR_INVISIBLE, but tomake equal
+ // formally was RID_SVXSTR_INVISIBLE, but to make equal
// everywhere, use RID_SVXSTR_NONE
const_cast< XDashList* >(this)->maStringNoLine = ResId(RID_SVXSTR_NONE, DIALOG_MGR()).toString();
}