typo: represant->represent

Change-Id: If783e9338644a97206d99864ed19807e5fb3882d
This commit is contained in:
Andras Timar
2014-11-12 12:25:13 +01:00
parent da40cac540
commit a8af20dbba
4 changed files with 5 additions and 5 deletions

View File

@@ -539,7 +539,7 @@ css::uno::Reference< css::frame::XFrame > SAL_CALL Desktop::getCurrentFrame() th
@descr You can give us some information about the content, which you will load into a frame.
We search or create this target for you, make a type detection of given URL and try to load it.
As result of this operation we return the new created component or nothing, if loading failed.
@param "sURL" , URL, which represant the content
@param "sURL" , URL, which represent the content
@param "sTargetFrameName" , name of target frame or special value like "_self", "_blank" ...
@param "nSearchFlags" , optional arguments for frame search, if target isn't a special one
@param "lArguments" , optional arguments for loading

View File

@@ -580,7 +580,7 @@ Frame::~Frame()
@descr You can give us some information about the content, which you will load into a frame.
We search or create this target for you, make a type detection of given URL and try to load it.
As result of this operation we return the new created component or nothing, if loading failed.
@param "sURL" , URL, which represant the content
@param "sURL" , URL, which represent the content
@param "sTargetFrameName" , name of target frame or special value like "_self", "_blank" ...
@param "nSearchFlags" , optional arguments for frame search, if target is not a special one
@param "lArguments" , optional arguments for loading
@@ -2898,7 +2898,7 @@ void Frame::implts_resizeComponentWindow()
/*-****************************************************************************************************
@short helper to set icon on our container window (if it is a system window!)
@descr We use our internal set controller (if it exist) to specify which factory he represanted.
@descr We use our internal set controller (if it exist) to specify which factory he represented.
These information can be used to find right icon. But our controller can say it us directly
too ... we should ask his optional property set first ...

View File

@@ -47,7 +47,7 @@ namespace com { namespace sun { namespace star {
namespace sax {
/** the Converter converts values of various types from
their internal represantation to the textual form used in xml
their internal representation to the textual form used in xml
and back.
All unit types are expressed as com::sun::star::util::MeasureUnit

View File

@@ -70,7 +70,7 @@ public:
};
/** the SvXMLTypeConverter converts values of various types from
their internal represantation to the textual form used in xml
their internal representation to the textual form used in xml
and back.
Most of the methods are static but the SvXMLTypeConverter can
also store default units for both numerical and textual measures.