Kaydet (Commit) a8af20db authored tarafından Andras Timar's avatar Andras Timar

typo: represant->represent

Change-Id: If783e9338644a97206d99864ed19807e5fb3882d
üst da40cac5
......@@ -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
......
......@@ -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 ...
......
......@@ -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
......
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment