summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2014-11-12 12:25:13 +0100
committerAndras Timar <andras.timar@collabora.com>2014-11-12 12:26:19 +0100
commita8af20dbbad18fd14b471ac52baef2015c89d242 (patch)
tree682d5026b3f5e8b4a966f65d50b68cde1d3904c8 /framework
parentda40cac540e7d735edbe9069b3c8ec6af4530208 (diff)
typo: represant->represent
Change-Id: If783e9338644a97206d99864ed19807e5fb3882d
Diffstat (limited to 'framework')
-rw-r--r--framework/source/services/desktop.cxx2
-rw-r--r--framework/source/services/frame.cxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/services/desktop.cxx b/framework/source/services/desktop.cxx
index 6f8b013e2fc6..2896cb6e0f18 100644
--- a/framework/source/services/desktop.cxx
+++ b/framework/source/services/desktop.cxx
@@ -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
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx
index 74a146a181ab..b7c5cfa50863 100644
--- a/framework/source/services/frame.cxx
+++ b/framework/source/services/frame.cxx
@@ -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 ...