Fix typos

Change-Id: I25b9cd7a929372a9805b5b539ae4471db62b6434
Reviewed-on: https://gerrit.libreoffice.org/77313
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini 2019-08-11 19:46:24 +02:00 committed by Julien Nabet
parent 5c8d191d3f
commit f101853c7d
7 changed files with 10 additions and 10 deletions

View file

@ -203,7 +203,7 @@ published interface XFrame: com::sun::star::lang::XComponent
<p>
At first the frame sets itself as the active frame of its
creator by calling XFramesSupplier::setActiveFrame(),
then it broadcasts an FrameActionEvent with
then it broadcasts a FrameActionEvent with
FrameAction::FRAME_ACTIVATED. The component within
this frame may listen to this event to grab the focus on activation;
for simple components this can be done by the FrameLoader.

View file

@ -168,7 +168,7 @@ interface XLayoutManager : com::sun::star::uno::XInterface
<p>
If a user interface element should forced to the visible state
XLayoutManager::showElement() should be used. This function can be
used for context dependent elements which should respect a the current visibility
used for context dependent elements which should respect the current visibility
state.
</p>
*/

View file

@ -24,7 +24,7 @@
module com { module sun { module star { module frame { module status {
/** these constants describe a state of a ItemStatus.
/** these constants describe a state of an ItemStatus.
@see ItemStatus

View file

@ -31,7 +31,7 @@ module com { module sun { module star { module geometry {
real numbers onto itself, as is representable by the
double floating point type. The mapping must be
bijective, i.e. map a pair of real numbers to exactly one other
pair of real numbers an vice versa, to facilitate a working
pair of real numbers and vice versa, to facilitate a working
inverse. Bijectiveness also implies completeness, i.e. for every
pair of real numbers there must be another pair that is mapped
upon them.<p>

View file

@ -33,7 +33,7 @@ module com { module sun { module star { module graphic
service GraphicObject : XGraphicObject
{
/** Creates an GraphicObject
/** Creates a GraphicObject
*/
create();

View file

@ -87,7 +87,7 @@ struct LineDescriptor
/** describes the URL of an image to display on the primary button, if any.
<p>This URL will be used to obtain an actual com::sun::star::graphic::XGraphic
object from an com::sun::star::graphic::GraphicProvider.</p>
object from a com::sun::star::graphic::GraphicProvider.</p>
<p>The property will be ignored if #HasPrimaryButton is `FALSE`.</p>
@ -132,7 +132,7 @@ struct LineDescriptor
/** describes the URL of an image to display on the secondary button, if any.
<p>This URL will be used to obtain an actual com::sun::star::graphic::XGraphic
object from an com::sun::star::graphic::GraphicProvider.</p>
object from a com::sun::star::graphic::GraphicProvider.</p>
<p>The property will be ignored if #HasSecondaryButton is `FALSE`.</p>

View file

@ -24,10 +24,10 @@
module com { module sun { module star { module inspection {
/** describes an com::sun::star::frame::Controller which can be used to
/** describes a com::sun::star::frame::Controller which can be used to
browse and modify properties of components.
<p>The controller can be plugged into an com::sun::star::frame::XFrame, and will
<p>The controller can be plugged into a com::sun::star::frame::XFrame, and will
provide a visual component for inspecting and modifying component properties.<br>
Note that "property" here is a generic term - any aspect of a component can be considered a property,
as long as some property handler is able to describe this aspect in a property-like way.</p>
@ -47,7 +47,7 @@ module com { module sun { module star { module inspection {
stay empty.</p>
<p>The property handlers, as well as more information about the layout of the inspector,
are provided by a inspector model, which has to be implemented by the user of the inspector.</p>
are provided by an inspector model, which has to be implemented by the user of the inspector.</p>
</p>
<p>Since property handlers might have the need to raise UI, they will be created with a context