framework/source/services/desktop.cxx | 2 +- framework/source/services/frame.cxx | 4 ++-- include/sax/tools/converter.hxx | 2 +- include/xmloff/xmluconv.hxx | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-)
New commits: commit a8af20dbbad18fd14b471ac52baef2015c89d242 Author: Andras Timar <[email protected]> Date: Wed Nov 12 12:25:13 2014 +0100 typo: represant->represent Change-Id: If783e9338644a97206d99864ed19807e5fb3882d diff --git a/framework/source/services/desktop.cxx b/framework/source/services/desktop.cxx index 6f8b013..2896cb6 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 74a146a..b7c5cfa 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 ... diff --git a/include/sax/tools/converter.hxx b/include/sax/tools/converter.hxx index 77fc138..d06d0ce 100644 --- a/include/sax/tools/converter.hxx +++ b/include/sax/tools/converter.hxx @@ -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 diff --git a/include/xmloff/xmluconv.hxx b/include/xmloff/xmluconv.hxx index 32c3d13..b43a63b 100644 --- a/include/xmloff/xmluconv.hxx +++ b/include/xmloff/xmluconv.hxx @@ -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. _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
