diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/comphelper/unique_disposing_ptr.hxx | 2 | ||||
-rw-r--r-- | include/drawinglayer/primitive2d/controlprimitive2d.hxx | 2 | ||||
-rw-r--r-- | include/editeng/frmdir.hxx | 2 | ||||
-rw-r--r-- | include/rtl/bootstrap.hxx | 2 | ||||
-rw-r--r-- | include/sfx2/msg.hxx | 2 | ||||
-rw-r--r-- | include/svtools/toolpanel/drawerlayouter.hxx | 2 | ||||
-rw-r--r-- | include/svx/svdsnpv.hxx | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/include/comphelper/unique_disposing_ptr.hxx b/include/comphelper/unique_disposing_ptr.hxx index 1848639698c2..5e4407d347d5 100644 --- a/include/comphelper/unique_disposing_ptr.hxx +++ b/include/comphelper/unique_disposing_ptr.hxx @@ -136,7 +136,7 @@ private: //Something like an OutputDevice requires the SolarMutex to be taken before use //for threadsafety. The user can ensure this, except in the case of its dtor //being called from reset due to a terminate on the XComponent being called -//from an aribitrary thread +//from an arbitrary thread template<class T> class unique_disposing_solar_mutex_reset_ptr : public unique_disposing_ptr<T> { diff --git a/include/drawinglayer/primitive2d/controlprimitive2d.hxx b/include/drawinglayer/primitive2d/controlprimitive2d.hxx index 9de1e3f5b7b6..5bcbf8b9f845 100644 --- a/include/drawinglayer/primitive2d/controlprimitive2d.hxx +++ b/include/drawinglayer/primitive2d/controlprimitive2d.hxx @@ -38,7 +38,7 @@ namespace drawinglayer Base class for ControlPrimitive handling. It decoposes to a graphical representation (Bitmap data) of the control. This representation is limited to a quadratic pixel maximum defined - in the applicatin settings. + in the application settings. */ class DRAWINGLAYER_DLLPUBLIC ControlPrimitive2D : public BufferedDecompositionPrimitive2D { diff --git a/include/editeng/frmdir.hxx b/include/editeng/frmdir.hxx index fb034de135e9..e088e834724e 100644 --- a/include/editeng/frmdir.hxx +++ b/include/editeng/frmdir.hxx @@ -30,7 +30,7 @@ enum SvxFrameDirection FRMDIR_HORI_LEFT_TOP, /** Horizontal, from right to left, from top to bottom - (typical for ararbic/hebrew languages). */ + (typical for arabic/hebrew languages). */ FRMDIR_HORI_RIGHT_TOP, /** Vertical, from top to bottom, from right to left diff --git a/include/rtl/bootstrap.hxx b/include/rtl/bootstrap.hxx index a190a87bd070..8819dece3901 100644 --- a/include/rtl/bootstrap.hxx +++ b/include/rtl/bootstrap.hxx @@ -76,7 +76,7 @@ namespace rtl */ inline Bootstrap(); - /** Opens a bootstrap argment container + /** Opens a bootstrap argument container @see rtl_bootstrap_args_open() */ inline Bootstrap(const rtl::OUString & iniName); diff --git a/include/sfx2/msg.hxx b/include/sfx2/msg.hxx index 611156a88de2..5cb9c30c5d04 100644 --- a/include/sfx2/msg.hxx +++ b/include/sfx2/msg.hxx @@ -236,7 +236,7 @@ public: const SfxSlot* pNextSlot; // with the same Status-Method const SfxFormalArgument* pFirstArgDef; // first formal Argument-Definition - sal_uInt16 nArgDefCount; // Number of formal Argumentents + sal_uInt16 nArgDefCount; // Number of formal Arguments long nDisableFlags; // DisableFlags that need to be // present, so that the Slot // can be enabled diff --git a/include/svtools/toolpanel/drawerlayouter.hxx b/include/svtools/toolpanel/drawerlayouter.hxx index e35d0dd211c9..6306e7b6c1b5 100644 --- a/include/svtools/toolpanel/drawerlayouter.hxx +++ b/include/svtools/toolpanel/drawerlayouter.hxx @@ -65,7 +65,7 @@ namespace svt virtual void Dying() SAL_OVERRIDE; private: - // triggers a re-arrance of the panel deck elements + // triggers a re-arrange of the panel deck elements void impl_triggerRearrange() const; size_t impl_getPanelPositionFromWindow( const vcl::Window* i_pDrawerWindow ) const; void impl_removeDrawer( const size_t i_nPosition ); diff --git a/include/svx/svdsnpv.hxx b/include/svx/svdsnpv.hxx index 268171a2ca4d..f437be3e22e3 100644 --- a/include/svx/svdsnpv.hxx +++ b/include/svx/svdsnpv.hxx @@ -169,7 +169,7 @@ public: bool IsSetPageOrg() const { return (0L != mpPageOriginOverlay); } // HitTest. If sal_True, in rnHelpLineNum is the number of the auxiliary line and in rpPv - // the appendent PageView. + // the appendend PageView. bool PickHelpLine(const Point& rPnt, short nTol, const OutputDevice& rOut, sal_uInt16& rnHelpLineNum, SdrPageView*& rpPV) const; // Move of an available auxiliary line. Use nHelpLineNum and pPV from PickHelpLine. |