summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/DescriptionGenerator.hxx2
-rw-r--r--include/svx/SpellDialogChildWindow.hxx2
-rw-r--r--include/svx/dialcontrol.hxx2
-rw-r--r--include/svx/dialogs.hrc2
-rw-r--r--include/svx/fmtools.hxx2
-rw-r--r--include/svx/gridctrl.hxx4
-rw-r--r--include/svx/sdr/contact/viewobjectcontact.hxx2
-rw-r--r--include/svx/svdedtv.hxx2
-rw-r--r--include/svx/svdedxv.hxx4
-rw-r--r--include/svx/svdmodel.hxx4
10 files changed, 13 insertions, 13 deletions
diff --git a/include/svx/DescriptionGenerator.hxx b/include/svx/DescriptionGenerator.hxx
index 3603d21aacde..1f8662d1ecea 100644
--- a/include/svx/DescriptionGenerator.hxx
+++ b/include/svx/DescriptionGenerator.hxx
@@ -106,7 +106,7 @@ public:
/** Add the given property name and its associated value to the
description string. If the property value does not differ from the
default value of the shape's style then the description string is
- not modified. This method forwards the request to its cousing but
+ not modified. This method forwards the request to its cousin but
first replaces the id of the localized name by the associated string
from the resource.
@param sPropertyName
diff --git a/include/svx/SpellDialogChildWindow.hxx b/include/svx/SpellDialogChildWindow.hxx
index 2e7253f9aef9..cae041cc83a3 100644
--- a/include/svx/SpellDialogChildWindow.hxx
+++ b/include/svx/SpellDialogChildWindow.hxx
@@ -29,7 +29,7 @@ class AbstractSpellDialog;
namespace svx {
-/** The child window wrapper of the actual spellin dialog. To use the
+/** The child window wrapper of the actual spelling dialog. To use the
spelling dialog in an application you have to do the usual things:
<ol>
<li>Call this class' RegisterChildWindow() method with the module
diff --git a/include/svx/dialcontrol.hxx b/include/svx/dialcontrol.hxx
index 89908719bcd7..23696f680b71 100644
--- a/include/svx/dialcontrol.hxx
+++ b/include/svx/dialcontrol.hxx
@@ -112,7 +112,7 @@ public:
*/
void SetLinkedField( NumericField* pField, sal_Int32 nDecimalPlaces = 0);
- /** The passed handler is called whenever the totation value changes. */
+ /** The passed handler is called whenever the rotation value changes. */
void SetModifyHdl( const Link<DialControl*,void>& rLink );
/** Save value for later comparison */
diff --git a/include/svx/dialogs.hrc b/include/svx/dialogs.hrc
index bbe795d41fa0..222440fc2ec7 100644
--- a/include/svx/dialogs.hrc
+++ b/include/svx/dialogs.hrc
@@ -1095,7 +1095,7 @@
// if we have _a_lot_ time, we should group the resource ids by type, instead
// of grouping them by semantics. The reason is that resource ids have to be
// unique relative to a fixed type (you can't have two dialogs with the same
-// resource id), but they do not need to be unique gloablly (means you can have
+// resource id), but they do not need to be unique globally (means you can have
// a dialog and a string, both with the same id)
// I suggest sticking to per-type ids instead of per-semantic ids, this is
// better maintainable (IMO), and does not waste that much ids
diff --git a/include/svx/fmtools.hxx b/include/svx/fmtools.hxx
index 405899f50f7e..57305c6a8d13 100644
--- a/include/svx/fmtools.hxx
+++ b/include/svx/fmtools.hxx
@@ -195,7 +195,7 @@ sal_Int16 getControlTypeByObject(const css::uno::Reference< css::lang::XSe
bool isRowSetAlive(const css::uno::Reference< css::uno::XInterface>& _rxRowSet);
- // checks if the css::sdbcx::XColumnsSupplier provided by _rxRowSet supllies any columns
+ // checks if the css::sdbcx::XColumnsSupplier provided by _rxRowSet supplies any columns
typedef ::std::set < css::uno::Reference< css::uno::XInterface >
diff --git a/include/svx/gridctrl.hxx b/include/svx/gridctrl.hxx
index ac37ca87f37b..e889936a5f2b 100644
--- a/include/svx/gridctrl.hxx
+++ b/include/svx/gridctrl.hxx
@@ -491,7 +491,7 @@ public:
/** forces both scrollbars to be hidden
- For the horizontal srollbar, this is overruled by enabling the navigation bar: A navigation
+ For the horizontal scrollbar, this is overruled by enabling the navigation bar: A navigation
bar <b>always</b> implies a horizontal scroll bar
@seealso EnableNavigationBar
*/
@@ -505,7 +505,7 @@ public:
/// copies the text of the given cell into the clipboard
void copyCellText(sal_Int32 _nRow, sal_Int16 _nColId);
- // selectin listener handling
+ // select in listener handling
void setGridListener( FmGridListener* _pListener ) { m_pGridListener = _pListener; }
// helper class to grant access to selected methods from within the DbCellControl class
diff --git a/include/svx/sdr/contact/viewobjectcontact.hxx b/include/svx/sdr/contact/viewobjectcontact.hxx
index fec1dfe34a02..0a48efffa9e8 100644
--- a/include/svx/sdr/contact/viewobjectcontact.hxx
+++ b/include/svx/sdr/contact/viewobjectcontact.hxx
@@ -91,7 +91,7 @@ public:
// access to ViewContact
ViewContact& GetViewContact() const { return mrViewContact; }
- // get the oebject's size range
+ // get the object size range
const basegfx::B2DRange& getObjectRange() const;
// React on changes of the object of this ViewContact
diff --git a/include/svx/svdedtv.hxx b/include/svx/svdedtv.hxx
index 8d85985abe61..9e402edc8389 100644
--- a/include/svx/svdedtv.hxx
+++ b/include/svx/svdedtv.hxx
@@ -94,7 +94,7 @@ protected:
bool bOrthoDesiredOnMarked : 1;
bool bMoreThanOneNotMovable : 1; // more then one objects are not moveable
bool bOneOrMoreMovable : 1; // at least one object is moveable
- bool bMoreThanOneNoMovRot : 1; // more then one object is not moveble nor turnable (Crook)
+ bool bMoreThanOneNoMovRot : 1; // more then one object is not movable nor turnable (Crook)
bool bContortionPossible : 1; // all polygones (grouped if necessary)
bool bAllPolys : 1; // all polygones (not grouped)
bool bOneOrMorePolys : 1; // at least one polygon (not grouped)
diff --git a/include/svx/svdedxv.hxx b/include/svx/svdedxv.hxx
index 0bb7fb6073c1..1211e20f61a5 100644
--- a/include/svx/svdedxv.hxx
+++ b/include/svx/svdedxv.hxx
@@ -62,13 +62,13 @@ class SVX_DLLPUBLIC SdrObjEditView: public SdrGlueEditView
protected:
// TextEdit
- SdrObjectWeakRef mxTextEditObj; // current object in TextEdit
+ SdrObjectWeakRef mxTextEditObj; // current object in TextEdit
SdrPageView* pTextEditPV;
SdrOutliner* pTextEditOutliner; // outliner for the TextEdit
OutlinerView* pTextEditOutlinerView; // current view of the outliners
VclPtr<vcl::Window> pTextEditWin; // matching window to pTextEditOutlinerView
vcl::Cursor* pTextEditCursorMerker; // to restore the cursor in each window
- ImpSdrEditPara* pEditPara; // trashbin for everything else to stay compatible
+ ImpSdrEditPara* pEditPara; // trash bin for everything else to stay compatible
SdrObject* pMacroObj;
SdrPageView* pMacroPV;
VclPtr<vcl::Window> pMacroWin;
diff --git a/include/svx/svdmodel.hxx b/include/svx/svdmodel.hxx
index 01a8f3e3fb6b..913ea4216c9d 100644
--- a/include/svx/svdmodel.hxx
+++ b/include/svx/svdmodel.hxx
@@ -547,8 +547,8 @@ public:
undo actions for this model. */
SdrUndoFactory& GetSdrUndoFactory() const;
- // Accessor methods for Palettes, Lists and Tabeles
- // FIXME: this badly needs re-factoring ...
+ // Accessor methods for Palettes, Lists and Tables
+ // FIXME: this badly needs re-factoring...
XPropertyListRef GetPropertyList( XPropertyListType t ) const { return maProperties[ t ]; }
void SetPropertyList( XPropertyListRef p ) { maProperties[ p->Type() ] = p; }