[Libreoffice-commits] core.git: include/toolkit odk/examples officecfg/registry
dennisroczek
dennisroczek at libreoffice.org
Sun Mar 12 12:44:19 UTC 2017
include/toolkit/controls/dialogcontrol.hxx | 6 +++---
odk/examples/DevelopersGuide/Database/DriverSkeleton/SResultSetMetaData.hxx | 2 +-
officecfg/registry/schema/org/openoffice/TypeDetection/Types.xcs | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
New commits:
commit ff414feabe5bb5b7504cd02c70fa4e708ca557c0
Author: dennisroczek <dennisroczek at libreoffice.org>
Date: Sun Mar 12 11:16:15 2017 +0000
fix typo: ambigous --> ambiguous
Change-Id: I4940fe7e51df19275ba42a572c7a7a35ac2079f4
Reviewed-on: https://gerrit.libreoffice.org/35090
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/include/toolkit/controls/dialogcontrol.hxx b/include/toolkit/controls/dialogcontrol.hxx
index 11b72c5..d166f30 100644
--- a/include/toolkit/controls/dialogcontrol.hxx
+++ b/include/toolkit/controls/dialogcontrol.hxx
@@ -85,7 +85,7 @@ public:
// XModifyListener
virtual void SAL_CALL modified( const css::lang::EventObject& aEvent ) override;
- // resolve some ambigous methods
+ // resolve some ambiguous methods
virtual css::uno::Reference<css::awt::XWindowPeer> SAL_CALL getPeer() override
{ return UnoDialogControl_Base::ControlContainerBase::getPeer(); }
virtual void SAL_CALL addWindowListener(const css::uno::Reference<css::awt::XWindowListener>& p1) override
@@ -181,7 +181,7 @@ public:
// XNamedContainer
void SAL_CALL insertByName( const OUString& aName, const css::uno::Any& aElement ) override;
- // Override the method of parent Class
+ // Override the method of parent class
virtual sal_Bool SAL_CALL getGroupControl( ) override;
protected:
virtual css::uno::Any ImplGetDefaultValue( sal_uInt16 nPropId ) const override;
@@ -254,7 +254,7 @@ public:
virtual OUString SAL_CALL getServiceName() override;
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo( ) override;
- // Override the method of parent Class
+ // Override the method of parent class
virtual sal_Bool SAL_CALL getGroupControl( ) override;
protected:
virtual css::uno::Any ImplGetDefaultValue( sal_uInt16 nPropId ) const override;
diff --git a/odk/examples/DevelopersGuide/Database/DriverSkeleton/SResultSetMetaData.hxx b/odk/examples/DevelopersGuide/Database/DriverSkeleton/SResultSetMetaData.hxx
index 23b2483..846295b 100644
--- a/odk/examples/DevelopersGuide/Database/DriverSkeleton/SResultSetMetaData.hxx
+++ b/odk/examples/DevelopersGuide/Database/DriverSkeleton/SResultSetMetaData.hxx
@@ -57,7 +57,7 @@ namespace connectivity
// a constructor, which is required for returning objects:
OResultSetMetaData(OConnection* _pConnection) : m_pConnection(_pConnection){}
- /// Avoid ambigous cast error from the compiler.
+ /// Avoid ambiguous cast error from the compiler.
inline operator ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSetMetaData > () throw()
{ return this; }
diff --git a/officecfg/registry/schema/org/openoffice/TypeDetection/Types.xcs b/officecfg/registry/schema/org/openoffice/TypeDetection/Types.xcs
index 0f59d8b..ee7df8a 100644
--- a/officecfg/registry/schema/org/openoffice/TypeDetection/Types.xcs
+++ b/officecfg/registry/schema/org/openoffice/TypeDetection/Types.xcs
@@ -64,7 +64,7 @@
</prop>
<prop oor:name="Preferred" oor:type="xs:boolean" oor:nillable="false">
<info>
- <desc>In case of ambigous registrations (e.g. for extensions doc/txt)
+ <desc>In case of ambiguous registrations (e.g. for extensions doc/txt)
it specify the preferred type.</desc>
</info>
<value>false</value>
More information about the Libreoffice-commits
mailing list