diff options
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> |