diff options
author | dennisroczek <dennisroczek@libreoffice.org> | 2017-03-12 11:16:15 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-12 12:43:42 +0000 |
commit | ff414feabe5bb5b7504cd02c70fa4e708ca557c0 (patch) | |
tree | 0ab4a4883d623bdfe816de55903a3f5de49d2cc5 | |
parent | c91c210188f202fadbeb04ca3e0a83b177b00062 (diff) |
fix typo: ambigous --> ambiguous
Change-Id: I4940fe7e51df19275ba42a572c7a7a35ac2079f4
Reviewed-on: https://gerrit.libreoffice.org/35090
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
3 files changed, 5 insertions, 5 deletions
diff --git a/include/toolkit/controls/dialogcontrol.hxx b/include/toolkit/controls/dialogcontrol.hxx index 11b72c551462..d166f30fef0a 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 23b2483e7278..846295b90776 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 0f59d8b8ba8e..ee7df8abae33 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> |