[Libreoffice-commits] core.git: include/osl starmath/inc starmath/source
Julien Nabet
serval2412 at yahoo.fr
Mon Nov 25 13:36:57 PST 2013
include/osl/security.h | 2 +-
include/osl/security_decl.hxx | 2 +-
starmath/inc/dialog.hxx | 2 +-
starmath/source/dialog.cxx | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)
New commits:
commit 80a1fb03e3915acf670f27c755dcd2d6870fd782
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Mon Nov 25 22:36:15 2013 +0100
Fix some typos for "Right"
Change-Id: I6bcdb57ab45d5571bde53a6c43fe104551197086
diff --git a/include/osl/security.h b/include/osl/security.h
index bacf679..a8c3779 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 5ea3cb1..95785cd 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 8b3aae2..fb5f64c 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 73d93ab..564fccc 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 );
}
More information about the Libreoffice-commits
mailing list