basegfx/source/matrix/b3dhommatrix.cxx                    |    2 -
 drawinglayer/source/primitive3d/sdrcubeprimitive3d.cxx    |    4 +-
 drawinglayer/source/primitive3d/sdrextrudeprimitive3d.cxx |    4 +-
 drawinglayer/source/primitive3d/sdrlatheprimitive3d.cxx   |    4 +-
 drawinglayer/source/primitive3d/sdrsphereprimitive3d.cxx  |    4 +-
 external/libmariadb/mariadb-trunk-101.patch               |   24 +++++++-------
 include/svx/svdotext.hxx                                  |    2 -
 lotuswordpro/source/filter/lwpfilter.hxx                  |    2 -
 lotuswordpro/source/filter/lwpparastyle.cxx               |    2 -
 lotuswordpro/source/filter/xfilter/ixfcontent.hxx         |    2 -
 lotuswordpro/source/filter/xfilter/xfborders.hxx          |    2 -
 lotuswordpro/source/filter/xfilter/xfcellstyle.hxx        |    2 -
 lotuswordpro/source/filter/xfilter/xfconfigmanager.hxx    |    2 -
 lotuswordpro/source/filter/xfilter/xfcrossref.hxx         |    2 -
 lotuswordpro/source/filter/xfilter/xfdate.hxx             |    2 -
 lotuswordpro/source/filter/xfilter/xfdrawgroup.hxx        |    4 +-
 lotuswordpro/source/filter/xfilter/xfdrawline.hxx         |    2 -
 lotuswordpro/source/filter/xfilter/xfdrawlinestyle.hxx    |    2 -
 lotuswordpro/source/filter/xfilter/xfdrawobj.hxx          |    6 +--
 lotuswordpro/source/filter/xfilter/xfdrawstyle.hxx        |    6 +--
 lotuswordpro/source/filter/xfilter/xfendnote.hxx          |    2 -
 lotuswordpro/source/filter/xfilter/xfentry.hxx            |    2 -
 lotuswordpro/source/filter/xfilter/xffontfactory.hxx      |    4 +-
 lotuswordpro/source/filter/xfilter/xffooter.hxx           |    2 -
 lotuswordpro/source/filter/xfilter/xfframestyle.hxx       |    2 -
 lotuswordpro/source/filter/xfilter/xfheaderstyle.hxx      |    2 -
 lotuswordpro/source/filter/xfilter/xfimage.hxx            |    2 -
 lotuswordpro/source/filter/xfilter/xflist.hxx             |    4 +-
 lotuswordpro/source/filter/xfilter/xfparagraph.hxx        |    2 -
 lotuswordpro/source/filter/xfilter/xfparastyle.hxx        |    4 +-
 lotuswordpro/source/filter/xfilter/xfplaceholder.hxx      |    2 -
 lotuswordpro/source/filter/xfilter/xfsection.hxx          |    2 -
 lotuswordpro/source/filter/xfilter/xfshadow.hxx           |    2 -
 lotuswordpro/source/filter/xfilter/xfstylecont.cxx        |    2 -
 lotuswordpro/source/filter/xfilter/xfstylecont.hxx        |    2 -
 lotuswordpro/source/filter/xfilter/xfstylemanager.hxx     |    2 -
 lotuswordpro/source/filter/xfilter/xftextboxstyle.hxx     |    2 -
 sal/qa/rtl/bootstrap/rtl_Bootstrap.cxx                    |    2 -
 sc/source/core/data/postit.cxx                            |    2 -
 sc/source/ui/docshell/docfunc.cxx                         |    4 +-
 sc/source/ui/vba/vbawindow.cxx                            |    2 -
 svx/source/accessibility/ChildrenManagerImpl.hxx          |    2 -
 sw/source/core/text/txtfly.cxx                            |    2 -
 vcl/win/source/app/salinst.cxx                            |    4 +-
 wizards/com/sun/star/wizards/ui/event/DataAware.java      |    2 -
 wizards/com/sun/star/wizards/web/FTPDialog.py             |    2 -
 46 files changed, 71 insertions(+), 71 deletions(-)

New commits:
commit 249107f62cbe4b4e145bd6e62bfb9960dc0cdb60
Author: Julien Nabet <serval2...@yahoo.fr>
Date:   Mon Dec 23 07:59:24 2013 +0100

    Typos
    
    Change-Id: I27ada8b5154968e521d9e67f21473aa85776e70e

diff --git a/basegfx/source/matrix/b3dhommatrix.cxx 
b/basegfx/source/matrix/b3dhommatrix.cxx
index 5a57b74..c4b691f 100644
--- a/basegfx/source/matrix/b3dhommatrix.cxx
+++ b/basegfx/source/matrix/b3dhommatrix.cxx
@@ -528,7 +528,7 @@ namespace basegfx
                 rRotate.setZ(atan2(aCol0.getY(), aCol0.getX()));
             }
 
-            // corrcet rotate values
+            // correct rotate values
             rRotate.correctValues();
         }
 
diff --git a/drawinglayer/source/primitive3d/sdrcubeprimitive3d.cxx 
b/drawinglayer/source/primitive3d/sdrcubeprimitive3d.cxx
index b291b71..8832505 100644
--- a/drawinglayer/source/primitive3d/sdrcubeprimitive3d.cxx
+++ b/drawinglayer/source/primitive3d/sdrcubeprimitive3d.cxx
@@ -192,9 +192,9 @@ namespace drawinglayer
 
         basegfx::B3DRange SdrCubePrimitive3D::getB3DRange(const 
geometry::ViewInformation3D& /*rViewInformation*/) const
         {
-            // use defaut from sdrPrimitive3D which uses transformation 
expanded by line width/2.
+            // use default from sdrPrimitive3D which uses transformation 
expanded by line width/2.
             // The parent implementation which uses the ranges of the 
decomposition would be more
-            // corrcet, but for historical reasons it is necessary to do the 
old method: To get
+            // correct, but for historical reasons it is necessary to do the 
old method: To get
             // the range of the non-transformed geometry and transform it 
then. This leads to different
             // ranges where the new method is more correct, but the need to 
keep the old behaviour
             // has priority here.
diff --git a/drawinglayer/source/primitive3d/sdrextrudeprimitive3d.cxx 
b/drawinglayer/source/primitive3d/sdrextrudeprimitive3d.cxx
index 59618f5..4657758 100644
--- a/drawinglayer/source/primitive3d/sdrextrudeprimitive3d.cxx
+++ b/drawinglayer/source/primitive3d/sdrextrudeprimitive3d.cxx
@@ -473,9 +473,9 @@ namespace drawinglayer
 
         basegfx::B3DRange SdrExtrudePrimitive3D::getB3DRange(const 
geometry::ViewInformation3D& /*rViewInformation*/) const
         {
-            // use defaut from sdrPrimitive3D which uses transformation 
expanded by line width/2
+            // use default from sdrPrimitive3D which uses transformation 
expanded by line width/2
             // The parent implementation which uses the ranges of the 
decomposition would be more
-            // corrcet, but for historical reasons it is necessary to do the 
old method: To get
+            // correct, but for historical reasons it is necessary to do the 
old method: To get
             // the range of the non-transformed geometry and transform it 
then. This leads to different
             // ranges where the new method is more correct, but the need to 
keep the old behaviour
             // has priority here.
diff --git a/drawinglayer/source/primitive3d/sdrlatheprimitive3d.cxx 
b/drawinglayer/source/primitive3d/sdrlatheprimitive3d.cxx
index 5537641..5331f72 100644
--- a/drawinglayer/source/primitive3d/sdrlatheprimitive3d.cxx
+++ b/drawinglayer/source/primitive3d/sdrlatheprimitive3d.cxx
@@ -335,9 +335,9 @@ namespace drawinglayer
 
         basegfx::B3DRange SdrLathePrimitive3D::getB3DRange(const 
geometry::ViewInformation3D& /*rViewInformation*/) const
         {
-            // use defaut from sdrPrimitive3D which uses transformation 
expanded by line width/2
+            // use default from sdrPrimitive3D which uses transformation 
expanded by line width/2
             // The parent implementation which uses the ranges of the 
decomposition would be more
-            // corrcet, but for historical reasons it is necessary to do the 
old method: To get
+            // correct, but for historical reasons it is necessary to do the 
old method: To get
             // the range of the non-transformed geometry and transform it 
then. This leads to different
             // ranges where the new method is more correct, but the need to 
keep the old behaviour
             // has priority here.
diff --git a/drawinglayer/source/primitive3d/sdrsphereprimitive3d.cxx 
b/drawinglayer/source/primitive3d/sdrsphereprimitive3d.cxx
index 53c36df..ed846a8 100644
--- a/drawinglayer/source/primitive3d/sdrsphereprimitive3d.cxx
+++ b/drawinglayer/source/primitive3d/sdrsphereprimitive3d.cxx
@@ -194,9 +194,9 @@ namespace drawinglayer
 
         basegfx::B3DRange SdrSpherePrimitive3D::getB3DRange(const 
geometry::ViewInformation3D& /*rViewInformation*/) const
         {
-            // use defaut from sdrPrimitive3D which uses transformation 
expanded by line width/2
+            // use default from sdrPrimitive3D which uses transformation 
expanded by line width/2
             // The parent implementation which uses the ranges of the 
decomposition would be more
-            // corrcet, but for historical reasons it is necessary to do the 
old method: To get
+            // correct, but for historical reasons it is necessary to do the 
old method: To get
             // the range of the non-transformed geometry and transform it 
then. This leads to different
             // ranges where the new method is more correct, but the need to 
keep the old behaviour
             // has priority here.
diff --git a/external/libmariadb/mariadb-trunk-101.patch 
b/external/libmariadb/mariadb-trunk-101.patch
index 77742d1..75cf434 100644
--- a/external/libmariadb/mariadb-trunk-101.patch
+++ b/external/libmariadb/mariadb-trunk-101.patch
@@ -10718,7 +10718,7 @@ diff -x .bzr -u --recursive -N 
mariadb-native-client.release/libmariadb/int2str.
 +
 +  Note: The standard itoa() returns a pointer to the argument, when int2str
 +      returns the pointer to the end-null.
-+      itoa assumes that 10 -base numbers are allways signed and other arn't.
++      itoa assumes that 10 -base numbers are always signed and other aren't.
 +*/
 +
 +#include <my_global.h>
@@ -10859,7 +10859,7 @@ diff -x .bzr -u --recursive -N 
mariadb-native-client.release/libmariadb/is_prefi
 +    Defines: is_prefix()
 +
 +    is_prefix(s, t) returns 1 if s starts with t.
-+    A empty t is allways a prefix.
++    A empty t is always a prefix.
 +*/
 +
 +#include <my_global.h>
@@ -14653,7 +14653,7 @@ diff -x .bzr -u --recursive -N 
mariadb-native-client.release/libmariadb/longlong
 +
 +  Note: The standard itoa() returns a pointer to the argument, when int2str
 +      returns the pointer to the end-null.
-+      itoa assumes that 10 -base numbers are allways signed and other arn't.
++      itoa assumes that 10 -base numbers are always signed and other aren't.
 +*/
 +
 +#include <my_global.h>
@@ -23658,9 +23658,9 @@ diff -x .bzr -u --recursive -N 
mariadb-native-client.release/libmariadb/my_getwd
 +#define chdir _chdir2
 +#endif
 +
-+      /* Gets current working directory in buff. Directory is allways ended
++      /* Gets current working directory in buff. Directory is always ended
 +         with FN_LIBCHAR */
-+      /* One must pass a buffer to my_getwd. One can allways use
++      /* One must pass a buffer to my_getwd. One can always use
 +         curr_dir[] */
 +
 +int my_getwd(my_string buf, uint size, myf MyFlags)
@@ -31590,7 +31590,7 @@ diff -x .bzr -u --recursive -N 
mariadb-native-client.release/libmariadb/strfill.
 +    Defines: strfill()
 +
 +    strfill(dest, len, fill) makes a string of fill-characters. The result
-+    string is of length == len. The des+len character is allways set to NULL.
++    string is of length == len. The des+len character is always set to NULL.
 +    strfill() returns pointer to dest+len;
 +*/
 +
@@ -38646,7 +38646,7 @@ diff -x .bzr -u --recursive -N 
mariadb-native-client.release/libmysql/int2str.c
 -
 -  Note: The standard itoa() returns a pointer to the argument, when int2str
 -      returns the pointer to the end-null.
--      itoa assumes that 10 -base numbers are allways signed and other arn't.
+-      itoa assumes that 10 -base numbers are always signed and other aren't.
 -*/
 -
 -#include <my_global.h>
@@ -38787,7 +38787,7 @@ diff -x .bzr -u --recursive -N 
mariadb-native-client.release/libmysql/is_prefix.
 -    Defines: is_prefix()
 -
 -    is_prefix(s, t) returns 1 if s starts with t.
--    A empty t is allways a prefix.
+-    A empty t is always a prefix.
 -*/
 -
 -#include <my_global.h>
@@ -42104,7 +42104,7 @@ diff -x .bzr -u --recursive -N 
mariadb-native-client.release/libmysql/longlong2s
 -
 -  Note: The standard itoa() returns a pointer to the argument, when int2str
 -      returns the pointer to the end-null.
--      itoa assumes that 10 -base numbers are allways signed and other arn't.
+-      itoa assumes that 10 -base numbers are always signed and other aren't.
 -*/
 -
 -#include <my_global.h>
@@ -46193,9 +46193,9 @@ diff -x .bzr -u --recursive -N 
mariadb-native-client.release/libmysql/my_getwd.c
 -#define chdir _chdir2
 -#endif
 -
--      /* Gets current working directory in buff. Directory is allways ended
+-      /* Gets current working directory in buff. Directory is always ended
 -         with FN_LIBCHAR */
--      /* One must pass a buffer to my_getwd. One can allways use
+-      /* One must pass a buffer to my_getwd. One can always use
 -         curr_dir[] */
 -
 -int my_getwd(my_string buf, uint size, myf MyFlags)
@@ -55169,7 +55169,7 @@ diff -x .bzr -u --recursive -N 
mariadb-native-client.release/libmysql/strfill.c
 -    Defines: strfill()
 -
 -    strfill(dest, len, fill) makes a string of fill-characters. The result
--    string is of length == len. The des+len character is allways set to NULL.
+-    string is of length == len. The des+len character is always set to NULL.
 -    strfill() returns pointer to dest+len;
 -*/
 -
diff --git a/include/svx/svdotext.hxx b/include/svx/svdotext.hxx
index 4dd3e78..2ce1358 100644
--- a/include/svx/svdotext.hxx
+++ b/include/svx/svdotext.hxx
@@ -226,7 +226,7 @@ protected:
     sal_Bool                        bTextSizeDirty : 1;
 
     // #101684#
-    sal_Bool                        mbInEditMode : 1;   // Is this text obejct 
in edit mode?
+    sal_Bool                        mbInEditMode : 1;   // Is this text object 
in edit mode?
 
     // Fuer Objekt mit freier Groesse im Draw (Mengentext). Das Flag wird vom
     // der App beim Create gesetzt.
diff --git a/lotuswordpro/source/filter/lwpfilter.hxx 
b/lotuswordpro/source/filter/lwpfilter.hxx
index ed57baf..de61d96 100644
--- a/lotuswordpro/source/filter/lwpfilter.hxx
+++ b/lotuswordpro/source/filter/lwpfilter.hxx
@@ -100,7 +100,7 @@ public:
 public:
     /**
      * @descr   loading the file. It's call be SfxObejctShell::ImportFrom.
-     * @param   aDescriptor the parameters include file URL or XInputStream 
obejct, from which the filter can
+     * @param   aDescriptor the parameters include file URL or XInputStream 
object, from which the filter can
      *          get which file to import.
      */
     virtual sal_Bool SAL_CALL filter( const Sequence< PropertyValue >& 
aDescriptor )
diff --git a/lotuswordpro/source/filter/lwpparastyle.cxx 
b/lotuswordpro/source/filter/lwpparastyle.cxx
index 5a4ec67..a64860d 100644
--- a/lotuswordpro/source/filter/lwpparastyle.cxx
+++ b/lotuswordpro/source/filter/lwpparastyle.cxx
@@ -343,7 +343,7 @@ void LwpParaStyle::ApplyParaBorder(XFParaStyle* pParaStyle, 
LwpParaBorderOverrid
         }
     }
 
-    //convert to XFBorders obejct:
+    //convert to XFBorders object:
     LwpBorderStuff  *pBorderStuff = pBorder->GetBorderStuff();
     if( pBorderStuff && pBorderStuff->GetSide() != 0 )
     {
diff --git a/lotuswordpro/source/filter/xfilter/ixfcontent.hxx 
b/lotuswordpro/source/filter/xfilter/ixfcontent.hxx
index 27715d4..7da3155 100644
--- a/lotuswordpro/source/filter/xfilter/ixfcontent.hxx
+++ b/lotuswordpro/source/filter/xfilter/ixfcontent.hxx
@@ -64,7 +64,7 @@
 
 /**
  * @brief Base interface for all content object.Implementation classes include 
text span,paragraph,
-    Drawing obejcts, image, ole and so on.
+    Drawing objects, image, ole and so on.
  */
 class IXFContent : public IXFObject
 {
diff --git a/lotuswordpro/source/filter/xfilter/xfborders.hxx 
b/lotuswordpro/source/filter/xfilter/xfborders.hxx
index e8e885f..f84ac4a 100644
--- a/lotuswordpro/source/filter/xfilter/xfborders.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfborders.hxx
@@ -65,7 +65,7 @@
 
 /**
  * @brief
- * Single border obejct for all objects with borders.
+ * Single border object for all objects with borders.
  */
 class XFBorder
 {
diff --git a/lotuswordpro/source/filter/xfilter/xfcellstyle.hxx 
b/lotuswordpro/source/filter/xfilter/xfcellstyle.hxx
index 1279935..a7bebbf 100644
--- a/lotuswordpro/source/filter/xfilter/xfcellstyle.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfcellstyle.hxx
@@ -73,7 +73,7 @@ class XFMargins;
 class XFBGImage;
 
 /**
- * @descr   Style obejct for cell.
+ * @descr   Style object for cell.
  */
 class XFCellStyle : public XFStyle
 {
diff --git a/lotuswordpro/source/filter/xfilter/xfconfigmanager.hxx 
b/lotuswordpro/source/filter/xfilter/xfconfigmanager.hxx
index 7f88196..0c580c5 100644
--- a/lotuswordpro/source/filter/xfilter/xfconfigmanager.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfconfigmanager.hxx
@@ -70,7 +70,7 @@
  * @brief
  * Config information for OOo document, ie, line count config, endnote and 
footnote config.
  * This object should only exist one instance.
- * Don't make this obejct an singleton because it's managed by XFStyleManager.
+ * Don't make this object an singleton because it's managed by XFStyleManager.
  */
 class XFConfigManager : public XFStyleContainer
 {
diff --git a/lotuswordpro/source/filter/xfilter/xfcrossref.hxx 
b/lotuswordpro/source/filter/xfilter/xfcrossref.hxx
index 9df7507..c1794f3 100644
--- a/lotuswordpro/source/filter/xfilter/xfcrossref.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfcrossref.hxx
@@ -64,7 +64,7 @@
 
 /**
  * @brief
- * Index entry obejct.
+ * Index entry object.
  */
 class XFCrossRefStart : public XFContent
 {
diff --git a/lotuswordpro/source/filter/xfilter/xfdate.hxx 
b/lotuswordpro/source/filter/xfilter/xfdate.hxx
index 5138551..484fbbf 100644
--- a/lotuswordpro/source/filter/xfilter/xfdate.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfdate.hxx
@@ -64,7 +64,7 @@
 #include "xfcontent.hxx"
 
 /**
- * @descr   Date obejct.
+ * @descr   Date object.
  */
 class XFDate : public XFContent
 {
diff --git a/lotuswordpro/source/filter/xfilter/xfdrawgroup.hxx 
b/lotuswordpro/source/filter/xfilter/xfdrawgroup.hxx
index 41ecf74..32ac42e 100644
--- a/lotuswordpro/source/filter/xfilter/xfdrawgroup.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfdrawgroup.hxx
@@ -66,7 +66,7 @@
 
 /**
  * @brief
- * Group obejct for drawing.
+ * Group object for drawing.
  */
 class XFDrawGroup : public XFDrawObject
 {
@@ -82,7 +82,7 @@ public:
     void    Add(XFFrame *pFrame);
 
     /**
-     * @descr   Output group obejct and all it's children.
+     * @descr   Output group object and all it's children.
      */
     virtual void ToXml(IXFStream *pStrm);
 
diff --git a/lotuswordpro/source/filter/xfilter/xfdrawline.hxx 
b/lotuswordpro/source/filter/xfilter/xfdrawline.hxx
index ff07d51..565cf0c 100644
--- a/lotuswordpro/source/filter/xfilter/xfdrawline.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfdrawline.hxx
@@ -65,7 +65,7 @@
 
 /**
  * @brief
- * Line obejct of drawing layer.
+ * Line object of drawing layer.
  */
 class XFDrawLine : public XFDrawObject
 {
diff --git a/lotuswordpro/source/filter/xfilter/xfdrawlinestyle.hxx 
b/lotuswordpro/source/filter/xfilter/xfdrawlinestyle.hxx
index 4e49235..5099842 100644
--- a/lotuswordpro/source/filter/xfilter/xfdrawlinestyle.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfdrawlinestyle.hxx
@@ -65,7 +65,7 @@
 
 /**
  * @brief
- * Border line style for drawing obejct.
+ * Border line style for drawing object.
  */
 class XFDrawLineStyle : public XFStyle
 {
diff --git a/lotuswordpro/source/filter/xfilter/xfdrawobj.hxx 
b/lotuswordpro/source/filter/xfilter/xfdrawobj.hxx
index 45eb381..dfa5517 100644
--- a/lotuswordpro/source/filter/xfilter/xfdrawobj.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfdrawobj.hxx
@@ -74,7 +74,7 @@
  * Base class for all drawing object(ellipse,rect,circle,...).
  * I can set Postions,anchor,rotate,text style name here.
  *
- * Drawing obejcts can be rotated,scaled and skewed, drawing objects must have 
positions setted,
+ * Drawing objects can be rotated,scaled and skewed, drawing objects must have 
positions setted,
  * you can use SetPosition(...).
  */
 class XFDrawObject : public XFFrame
@@ -89,7 +89,7 @@ public:
     void    SetTextStyleName(OUString style);
 
     /**
-     * @descr   Set drawing obejct rotate.
+     * @descr   Set drawing object rotate.
      */
     void    SetRotate(double degree, XFPoint aRotatePoint=XFPoint(0,0));
 
@@ -104,7 +104,7 @@ public:
     void    SetSkewX(double cx);
 
     /**
-     * @descr   Set drawing obejct y skew.
+     * @descr   Set drawing object y skew.
      */
     void    SetSkewY(double cy);
 
diff --git a/lotuswordpro/source/filter/xfilter/xfdrawstyle.hxx 
b/lotuswordpro/source/filter/xfilter/xfdrawstyle.hxx
index 4f16e41..db9a53e 100644
--- a/lotuswordpro/source/filter/xfilter/xfdrawstyle.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfdrawstyle.hxx
@@ -94,7 +94,7 @@ public:
     void    SetLineStyle(double width, XFColor color = XFColor(0,0,0), 
sal_Int32 transparency = 0);
 
     /**
-     * @descr   Set drawing obejct dash border style.
+     * @descr   Set drawing object dash border style.
      */
     void    SetLineDashStyle(enumXFLineStyle style, int num1, int num2, double 
len1, double len2, double space );
 
@@ -104,7 +104,7 @@ public:
     void    SetAreaColor(XFColor& color);
 
     /**
-     * @descr   Set drawing obejct area grid style.
+     * @descr   Set drawing object area grid style.
      */
     void    SetAreaLineStyle(enumXFAreaLineStyle style, sal_Int32 angle = 0, 
double space = 0.102, XFColor lineColor = XFColor(0,0,0));
 
@@ -114,7 +114,7 @@ public:
     void    SetArrowStart(OUString start, double size=0.3, sal_Bool center = 
sal_False);
 
     /**
-     * @descr   Set drawing obejct arrow end style,only lines can have arrows.
+     * @descr   Set drawing object arrow end style,only lines can have arrows.
      */
     void    SetArrowEnd(OUString end, double size=0.3, sal_Bool center = 
sal_False);
 
diff --git a/lotuswordpro/source/filter/xfilter/xfendnote.hxx 
b/lotuswordpro/source/filter/xfilter/xfendnote.hxx
index 7cd9eb4..761979d 100644
--- a/lotuswordpro/source/filter/xfilter/xfendnote.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfendnote.hxx
@@ -66,7 +66,7 @@
 
 /**
  * @brief
- * End note obejct.
+ * End note object.
  */
 class XFEndNote : public XFContentContainer
 {
diff --git a/lotuswordpro/source/filter/xfilter/xfentry.hxx 
b/lotuswordpro/source/filter/xfilter/xfentry.hxx
index 4943eb7..f27eba9 100644
--- a/lotuswordpro/source/filter/xfilter/xfentry.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfentry.hxx
@@ -64,7 +64,7 @@
 
 /**
  * @brief
- * Index entry obejct.
+ * Index entry object.
  */
 class XFEntry : public XFContent
 {
diff --git a/lotuswordpro/source/filter/xfilter/xffontfactory.hxx 
b/lotuswordpro/source/filter/xfilter/xffontfactory.hxx
index 3b3c9bf..4ab2a4b 100644
--- a/lotuswordpro/source/filter/xfilter/xffontfactory.hxx
+++ b/lotuswordpro/source/filter/xfilter/xffontfactory.hxx
@@ -85,13 +85,13 @@ public:
 
 private:
     /**
-     * @descr   Add a font. if there exist a font with same properties with 
pFont, them the font obejct
+     * @descr   Add a font. if there exist a font with same properties with 
pFont, them the font object
      *          will not be added.
      */
     void    AddFont(XFFont *pFont);
 
     /**
-     * @descr   Find whether same font obejct exists.
+     * @descr   Find whether same font object exists.
      */
     XFFont* FindSameFont(XFFont *pFont);
 
diff --git a/lotuswordpro/source/filter/xfilter/xffooter.hxx 
b/lotuswordpro/source/filter/xfilter/xffooter.hxx
index 3dd1385..12bc4da 100644
--- a/lotuswordpro/source/filter/xfilter/xffooter.hxx
+++ b/lotuswordpro/source/filter/xfilter/xffooter.hxx
@@ -64,7 +64,7 @@
 #include <vector>
 
 /**
- * @descr   Foot obejct. It's just a container.
+ * @descr   Foot object. It's just a container.
  */
 class XFFooter : public XFContentContainer
 {
diff --git a/lotuswordpro/source/filter/xfilter/xfframestyle.hxx 
b/lotuswordpro/source/filter/xfilter/xfframestyle.hxx
index 626a4e7..698572f 100644
--- a/lotuswordpro/source/filter/xfilter/xfframestyle.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfframestyle.hxx
@@ -74,7 +74,7 @@ class XFBGImage;
 
 /**
  * @brief
- * Style for all frame obejcts.
+ * Style for all frame objects.
  */
 class XFFrameStyle : public XFStyle
 {
diff --git a/lotuswordpro/source/filter/xfilter/xfheaderstyle.hxx 
b/lotuswordpro/source/filter/xfilter/xfheaderstyle.hxx
index f613ec0..3f76704 100644
--- a/lotuswordpro/source/filter/xfilter/xfheaderstyle.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfheaderstyle.hxx
@@ -114,7 +114,7 @@ public:
     void    SetBackColor(XFColor color);
 
     /**
-     * @descr   Output header style obejct.
+     * @descr   Output header style object.
      */
     virtual void    ToXml(IXFStream *pStrm);
 
diff --git a/lotuswordpro/source/filter/xfilter/xfimage.hxx 
b/lotuswordpro/source/filter/xfilter/xfimage.hxx
index faa0dcf..1fca879 100644
--- a/lotuswordpro/source/filter/xfilter/xfimage.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfimage.hxx
@@ -64,7 +64,7 @@
 
 /**
  * @brief
- * Image obejct.
+ * Image object.
  * There are two way to import an image, file link or base64 stream.
  */
 class XFImage : public XFFrame
diff --git a/lotuswordpro/source/filter/xfilter/xflist.hxx 
b/lotuswordpro/source/filter/xfilter/xflist.hxx
index 3930aaf..574ef65 100644
--- a/lotuswordpro/source/filter/xfilter/xflist.hxx
+++ b/lotuswordpro/source/filter/xfilter/xflist.hxx
@@ -67,7 +67,7 @@ class XFListItem;
 
 /**
  * @brief
- * list obejct for order-list and unordered-list.
+ * list object for order-list and unordered-list.
  */
 class   XFList : public XFContentContainer
 {
@@ -88,7 +88,7 @@ public:
     void    SetContinueNumber(sal_Bool bContinueNumber=sal_False);
 
     /**
-     * @descr   Output list obejct.
+     * @descr   Output list object.
      */
     virtual void    ToXml(IXFStream *pStrm);
 
diff --git a/lotuswordpro/source/filter/xfilter/xfparagraph.hxx 
b/lotuswordpro/source/filter/xfilter/xfparagraph.hxx
index 7fda9cb..6c56806 100644
--- a/lotuswordpro/source/filter/xfilter/xfparagraph.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfparagraph.hxx
@@ -69,7 +69,7 @@ class IXFStream;
 /**
  * @brief
  * Paragraph object for SODC.
- * You can call Add() to add text span or drawing obejcts to XFParagraph.
+ * You can call Add() to add text span or drawing objects to XFParagraph.
  */
 class XFParagraph : public XFContentContainer
 {
diff --git a/lotuswordpro/source/filter/xfilter/xfparastyle.hxx 
b/lotuswordpro/source/filter/xfilter/xfparastyle.hxx
index f0ca1a2..19267fb 100644
--- a/lotuswordpro/source/filter/xfilter/xfparastyle.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfparastyle.hxx
@@ -106,8 +106,8 @@ public:
     OUString GetMasterPage();
 
     /**
-     * @descr   set the paragraph defaut font.
-     * @param   font font obejct to be setted.Font object are deleted by 
font-factory,so
+     * @descr   set the paragraph default font.
+     * @param   font font object to be setted.Font object are deleted by 
font-factory,so
      *          dont't delete it in the destructure function of para style.
      */
     void    SetFont(XFFont *font);
diff --git a/lotuswordpro/source/filter/xfilter/xfplaceholder.hxx 
b/lotuswordpro/source/filter/xfilter/xfplaceholder.hxx
index 9e4c08a..2df7c37 100644
--- a/lotuswordpro/source/filter/xfilter/xfplaceholder.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfplaceholder.hxx
@@ -64,7 +64,7 @@
 
 /**
  * @brief
- * Index entry obejct.
+ * Index entry object.
  */
 class XFHolderStart : public XFContent
 {
diff --git a/lotuswordpro/source/filter/xfilter/xfsection.hxx 
b/lotuswordpro/source/filter/xfilter/xfsection.hxx
index f77a2a9..75c82ec 100644
--- a/lotuswordpro/source/filter/xfilter/xfsection.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfsection.hxx
@@ -79,7 +79,7 @@ public:
 public:
 
     /**
-     * @descr   Output section obejct.
+     * @descr   Output section object.
      */
     virtual void    ToXml(IXFStream *pStrm);
 
diff --git a/lotuswordpro/source/filter/xfilter/xfshadow.hxx 
b/lotuswordpro/source/filter/xfilter/xfshadow.hxx
index a94d0a6..187fd3c 100644
--- a/lotuswordpro/source/filter/xfilter/xfshadow.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfshadow.hxx
@@ -87,7 +87,7 @@ public:
     enumXFShadowPos GetPosition();
 
     /**
-     * @descr   Set shadow offset from owner obejct.
+     * @descr   Set shadow offset from owner object.
      */
     void    SetOffset(double offset);
 
diff --git a/lotuswordpro/source/filter/xfilter/xfstylecont.cxx 
b/lotuswordpro/source/filter/xfilter/xfstylecont.cxx
index 51def4b..3d565a9 100644
--- a/lotuswordpro/source/filter/xfilter/xfstylecont.cxx
+++ b/lotuswordpro/source/filter/xfilter/xfstylecont.cxx
@@ -114,7 +114,7 @@ IXFStyle*   XFStyleContainer::AddStyle(IXFStyle *pStyle)
 
     if( !pStyle )
         return NULL;
-    //no matter we want to delete the style or not,XFFont obejct should be 
saved first.
+    //no matter we want to delete the style or not,XFFont object should be 
saved first.
     ManageStyleFont(pStyle);
 
     if( pStyle->GetStyleName().isEmpty() )
diff --git a/lotuswordpro/source/filter/xfilter/xfstylecont.hxx 
b/lotuswordpro/source/filter/xfilter/xfstylecont.hxx
index 420a2eb..89d5844 100644
--- a/lotuswordpro/source/filter/xfilter/xfstylecont.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfstylecont.hxx
@@ -66,7 +66,7 @@
 class IXFStyle;
 
 /**
- * @descr   container obejct for styles.
+ * @descr   container object for styles.
  *          All styles can be placed into an style container.
  */
 class XFStyleContainer : public IXFObject
diff --git a/lotuswordpro/source/filter/xfilter/xfstylemanager.hxx 
b/lotuswordpro/source/filter/xfilter/xfstylemanager.hxx
index 2c7705b..0177354 100644
--- a/lotuswordpro/source/filter/xfilter/xfstylemanager.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfstylemanager.hxx
@@ -78,7 +78,7 @@ class XFEndnoteConfig;
 /**
  * @brief
  * Style manager for the filter.
- * This is a global obejct, all styles will be placed here before output.
+ * This is a global object, all styles will be placed here before output.
  */
 class XFStyleManager// : public IXFObject
 {
diff --git a/lotuswordpro/source/filter/xfilter/xftextboxstyle.hxx 
b/lotuswordpro/source/filter/xfilter/xftextboxstyle.hxx
index f8e6650..7be96ea 100644
--- a/lotuswordpro/source/filter/xfilter/xftextboxstyle.hxx
+++ b/lotuswordpro/source/filter/xfilter/xftextboxstyle.hxx
@@ -64,7 +64,7 @@
 
 /**
 * @brief
-* Style for all frame obejcts.
+* Style for all frame objects.
 */
 class XFTextBoxStyle : public XFStyle
 {
diff --git a/sal/qa/rtl/bootstrap/rtl_Bootstrap.cxx 
b/sal/qa/rtl/bootstrap/rtl_Bootstrap.cxx
index 281ba2c..f3cf9de 100644
--- a/sal/qa/rtl/bootstrap/rtl_Bootstrap.cxx
+++ b/sal/qa/rtl/bootstrap/rtl_Bootstrap.cxx
@@ -241,7 +241,7 @@ namespace rtl_Bootstrap
                 CPPUNIT_ASSERT_MESSAGE("get the value of a variable in ini 
file.", !suGetname.isEmpty());
             }
 
-        //use defaut value
+        //use default value
         void getFrom_003()
             {
                 rtl::OUString suIniname = t_getSourcePath(TESTSHL2_INI);
diff --git a/sc/source/core/data/postit.cxx b/sc/source/core/data/postit.cxx
index cbff1e6..374d546 100644
--- a/sc/source/core/data/postit.cxx
+++ b/sc/source/core/data/postit.cxx
@@ -172,7 +172,7 @@ public:
 
     /** Returns the drawing layer page of the sheet contained in maPos. */
     SdrPage*            GetDrawPage();
-    /** Returns the caption drawing obejct. */
+    /** Returns the caption drawing object. */
     inline SdrCaptionObj* GetCaption() { return mpCaption; }
 
     /** Moves the caption inside the passed rectangle. Uses page area if 0 is 
passed. */
diff --git a/sc/source/ui/docshell/docfunc.cxx 
b/sc/source/ui/docshell/docfunc.cxx
index 72e7e46..a460294 100644
--- a/sc/source/ui/docshell/docfunc.cxx
+++ b/sc/source/ui/docshell/docfunc.cxx
@@ -1022,7 +1022,7 @@ bool ScDocFunc::PutData( const ScAddress& rPos, 
ScEditEngineDefaulter& rEngine,
     if ( bEditCell )
     {
         // #i61702# With bLoseContent set, the content of rEngine isn't 
restored
-        // (used in loading XML, where after the removeActionLock call the API 
obejct's
+        // (used in loading XML, where after the removeActionLock call the API 
object's
         // EditEngine isn't accessed again.
         sal_Bool bLoseContent = pDoc->IsImportingXML();
 
@@ -1238,7 +1238,7 @@ bool ScDocFunc::ReplaceNote( const ScAddress& rPos, const 
OUString& rNoteText, c
             aOldData = pOldNote->GetNoteData();
         }
 
-        // collect drawing undo actions for deleting/inserting caption obejcts
+        // collect drawing undo actions for deleting/inserting caption objects
         if( pUndoMgr )
             pDrawLayer->BeginCalcUndo(false);
 
diff --git a/sc/source/ui/vba/vbawindow.cxx b/sc/source/ui/vba/vbawindow.cxx
index 67b5c3a..544e149 100644
--- a/sc/source/ui/vba/vbawindow.cxx
+++ b/sc/source/ui/vba/vbawindow.cxx
@@ -211,7 +211,7 @@ ScVbaWindow::init()
 {
     /*  This method is called from the constructor, thus the own refcount is
         still zero. The implementation of ActivePane() uses a UNO reference of
-        this (to set this window as parent of the pane obejct). This requires
+        this (to set this window as parent of the pane object). This requires
         the own refcount to be non-zero, otherwise this instance will be
         desctructed immediately! Guard the call to ActivePane() in try/catch to
         not miss the decrementation of the reference count on exception. */
diff --git a/svx/source/accessibility/ChildrenManagerImpl.hxx 
b/svx/source/accessibility/ChildrenManagerImpl.hxx
index 30cb9c3..525f01d 100644
--- a/svx/source/accessibility/ChildrenManagerImpl.hxx
+++ b/svx/source/accessibility/ChildrenManagerImpl.hxx
@@ -425,7 +425,7 @@ private:
         create the missing accessible objects now.
         @param raDescriptorList
             Create an accessible object for every member of this list where
-            that obejct does not already exist.
+            that object does not already exist.
     */
     void CreateAccessibilityObjects (ChildDescriptorListType& raChildList);
 
diff --git a/sw/source/core/text/txtfly.cxx b/sw/source/core/text/txtfly.cxx
index 7f577bd..6e1c310 100644
--- a/sw/source/core/text/txtfly.cxx
+++ b/sw/source/core/text/txtfly.cxx
@@ -138,7 +138,7 @@ SwContourCache::~SwContourCache()
 
 void SwContourCache::ClrObject( MSHORT nPos )
 {
-    OSL_ENSURE( pTextRanger[ nPos ], "ClrObject: Allready cleared. Good Bye!" 
);
+    OSL_ENSURE( pTextRanger[ nPos ], "ClrObject: Already cleared. Good Bye!" );
     nPntCnt -= pTextRanger[ nPos ]->GetPointCount();
     delete pTextRanger[ nPos ];
     --nObjCnt;
diff --git a/vcl/win/source/app/salinst.cxx b/vcl/win/source/app/salinst.cxx
index 22917e8..1c5e7e7 100644
--- a/vcl/win/source/app/salinst.cxx
+++ b/vcl/win/source/app/salinst.cxx
@@ -221,8 +221,8 @@ void ImplSalYieldMutexAcquireWithWait()
 
     // If we are the main thread, then we must wait with wait, because
     // in if we don't reschedule, then we create deadlocks if a Windows
-    // Function is called from another thread. If we arn't the main thread,
-    // than we call qcquire directly.
+    // Function is called from another thread. If we aren't the main thread,
+    // than we call acquire directly.
     DWORD nThreadId = GetCurrentThreadId();
     SalData* pSalData = GetSalData();
     if ( pSalData->mnAppThreadId == nThreadId )
diff --git a/wizards/com/sun/star/wizards/ui/event/DataAware.java 
b/wizards/com/sun/star/wizards/ui/event/DataAware.java
index 855023c..b838897 100644
--- a/wizards/com/sun/star/wizards/ui/event/DataAware.java
+++ b/wizards/com/sun/star/wizards/ui/event/DataAware.java
@@ -98,7 +98,7 @@ public abstract class DataAware {
     }
 
     /**
-     * gets the current value from the data obejct.
+     * gets the current value from the data object.
      * this method delegates the job to
      * the value object.
      * @return the current value of the data object.
diff --git a/wizards/com/sun/star/wizards/web/FTPDialog.py 
b/wizards/com/sun/star/wizards/web/FTPDialog.py
index 5507ada..2ad850a 100644
--- a/wizards/com/sun/star/wizards/web/FTPDialog.py
+++ b/wizards/com/sun/star/wizards/web/FTPDialog.py
@@ -423,7 +423,7 @@ class FTPDialog(UnoDialog2, UIConsts):
                 AbstractErrorHandler.showMessage(self.xMSF, 
self.xUnoDialog.getPeer(), self.resources.resIllegalFolder, 
ErrorHandler.ERROR_PROCESS_FATAL)
 
     # practical to have such a method...
-    # @param p the publisher obejct that contains the ftp connection info.
+    # @param p the publisher object that contains the ftp connection info.
     # @return the full ftp url with username password and everything one needs.
     @classmethod
     def getFullURL1(self, p):
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to