summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/osl/security.h2
-rw-r--r--include/osl/security_decl.hxx2
-rw-r--r--starmath/inc/dialog.hxx2
-rw-r--r--starmath/source/dialog.cxx4
4 files changed, 5 insertions, 5 deletions
diff --git a/include/osl/security.h b/include/osl/security.h
index bacf67966a28..a8c37795b451 100644
--- a/include/osl/security.h
+++ b/include/osl/security.h
@@ -88,7 +88,7 @@ SAL_DLLPUBLIC oslSecurityError SAL_CALL osl_loginUserOnFileServer(
oslSecurity *pSecurity
);
-/** Query if the user who is denotes by this security has administrator rigths.
+/** Query if the user who is denotes by this security has administrator rights.
@param[in] Security the security handle for th user.
@return True, if the user has adminsitrator rights, otherwise false.
*/
diff --git a/include/osl/security_decl.hxx b/include/osl/security_decl.hxx
index 5ea3cb17fdaf..95785cd0b8d3 100644
--- a/include/osl/security_decl.hxx
+++ b/include/osl/security_decl.hxx
@@ -92,7 +92,7 @@ public:
*/
inline sal_Bool SAL_CALL getConfigDir( rtl::OUString & strDirectory) const;
- /** Query if the user who is logged inhas administrator rigths.
+ /** Query if the user who is logged inhas administrator rights.
@return True, if the user has administrator rights, otherwise false.
*/
inline sal_Bool SAL_CALL isAdministrator() const;
diff --git a/starmath/inc/dialog.hxx b/starmath/inc/dialog.hxx
index 8b3aae2b5663..fb5f64cc17b9 100644
--- a/starmath/inc/dialog.hxx
+++ b/starmath/inc/dialog.hxx
@@ -416,7 +416,7 @@ class SmSymDefineDialog : public ModalDialog
PushButton aChangeBtn;
PushButton aDeleteBtn;
FixedImage aRightArrow;
- Image aRigthArrow_Im;
+ Image aRightArrow_Im;
SmSymbolManager aSymbolMgrCopy,
&rSymbolMgr;
diff --git a/starmath/source/dialog.cxx b/starmath/source/dialog.cxx
index 73d93ab611eb..564fccc56b7f 100644
--- a/starmath/source/dialog.cxx
+++ b/starmath/source/dialog.cxx
@@ -1994,7 +1994,7 @@ SmSymDefineDialog::SmSymDefineDialog(Window * pParent,
aChangeBtn (this, SmResId(2)),
aDeleteBtn (this, SmResId(3)),
aRightArrow (this, SmResId(1)),
- aRigthArrow_Im (SmResId(1)),
+ aRightArrow_Im (SmResId(1)),
rSymbolMgr (rMgr),
pSubsetMap (NULL),
pFontList (NULL)
@@ -2073,7 +2073,7 @@ void SmSymDefineDialog::InitColor_Impl()
aSymbolDisplay .SetBackground( aWall );
aSymbolDisplay .SetTextColor( aTxtColor );
- const Image &rArrowRight = aRigthArrow_Im;
+ const Image &rArrowRight = aRightArrow_Im;
aRightArrow.SetImage( rArrowRight );
}