summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-29 17:55:09 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-09-30 07:56:09 +0000
commit1616565f1232f31d1e0fa2a3316d63eadd8e0e28 (patch)
tree8467a5f2a0c2b9d6c3a5af8753d56e6bc6b3a8ee
parentba50da44888281c4f0c7fac5effd6d82d154455c (diff)
Fix typos
Change-Id: If877778a98d8f06f6f596b4c186d9c4cf5c33438 Reviewed-on: https://gerrit.libreoffice.org/18957 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-rw-r--r--include/svtools/ServerDetailsControls.hxx2
-rw-r--r--include/svtools/imap.hxx2
-rw-r--r--include/svtools/svlbitm.hxx2
-rw-r--r--include/svtools/table/tablemodel.hxx2
-rw-r--r--include/svtools/toolbarmenu.hxx2
-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
15 files changed, 18 insertions, 18 deletions
diff --git a/include/svtools/ServerDetailsControls.hxx b/include/svtools/ServerDetailsControls.hxx
index 5f69525e154f..18ca39d6b40a 100644
--- a/include/svtools/ServerDetailsControls.hxx
+++ b/include/svtools/ServerDetailsControls.hxx
@@ -82,7 +82,7 @@ class HostDetailsContainer : public DetailsContainer
protected:
void setScheme( const OUString& sScheme ) { m_sScheme = sScheme; }
- /** Verifies that the schement split from the URL can be handled by
+ /** Verifies that the scheme split from the URL can be handled by
the container and set the proper controls accordingly if needed.
*/
virtual bool verifyScheme( const OUString& rScheme );
diff --git a/include/svtools/imap.hxx b/include/svtools/imap.hxx
index 4ac636a7b6b5..69880e77fd28 100644
--- a/include/svtools/imap.hxx
+++ b/include/svtools/imap.hxx
@@ -91,7 +91,7 @@ public:
// rTotalSize is the original size of the image
// rDisplaySize is the current size;
// rRelPoint relates to the display size and the upper left
- // corener of the image
+ // corner of the image
IMapObject* GetHitIMapObject( const Size& rOriginalSize,
const Size& rDisplaySize,
const Point& rRelHitPoint,
diff --git a/include/svtools/svlbitm.hxx b/include/svtools/svlbitm.hxx
index f65996c50efa..89969b0bbbbe 100644
--- a/include/svtools/svlbitm.hxx
+++ b/include/svtools/svlbitm.hxx
@@ -94,7 +94,7 @@ public:
Image& GetImage(SvBmp nIndex) { return aBmps[(int)nIndex]; }
void SetDefaultImages( const Control* pControlForSettings = NULL );
- // set images according to the color scheeme of the Control
+ // set images according to the color scheme of the Control
// pControlForSettings == NULL: settings are taken from Application
bool HasDefaultImages() const;
};
diff --git a/include/svtools/table/tablemodel.hxx b/include/svtools/table/tablemodel.hxx
index 7bb3d9c1f8a6..94265a8ed02e 100644
--- a/include/svtools/table/tablemodel.hxx
+++ b/include/svtools/table/tablemodel.hxx
@@ -235,7 +235,7 @@ namespace svt { namespace table
//= ITableModel
- /** declares the interface to implement by an abtract table model
+ /** declares the interface to implement by an abstract table model
*/
class SAL_NO_VTABLE SVT_DLLPUBLIC ITableModel
{
diff --git a/include/svtools/toolbarmenu.hxx b/include/svtools/toolbarmenu.hxx
index 3999f89e4720..a23422993daa 100644
--- a/include/svtools/toolbarmenu.hxx
+++ b/include/svtools/toolbarmenu.hxx
@@ -97,7 +97,7 @@ protected:
bool IsInPopupMode();
void EndPopupMode();
- // Forwared from XStatusListener (subclasses must override this one to get
+ // Forwarded from XStatusListener (subclasses must override this one to get
// the status updates):
virtual void statusChanged(const css::frame::FeatureStateEvent& Event ) throw (css::uno::RuntimeException, std::exception);
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; }