Fix typos

Change-Id: Id66432ef80fc2963fd2cbc6fad5d8e135e8975b0
Reviewed-on: https://gerrit.libreoffice.org/18956
Reviewed-by: Oliver Specht <oliver.specht@cib.de>
Tested-by: Oliver Specht <oliver.specht@cib.de>
diff --git a/include/oox/vml/vmlformatting.hxx b/include/oox/vml/vmlformatting.hxx
index daaaef9..7cf3bca 100644
--- a/include/oox/vml/vmlformatting.hxx
+++ b/include/oox/vml/vmlformatting.hxx
@@ -123,7 +123,7 @@ namespace ConversionHelper
        @param roVmlOpacity  The opacity of the color. If existing, this should
            be a floating-point value in the range [0.0;1.0].

        @param nDefaultRgb  Deafult RGB color used if the parameter roVmlColor
        @param nDefaultRgb  Default RGB color used if the parameter roVmlColor
            is empty.

        @param nPrimaryRgb  If set to something else than API_RGB_TRANSPARENT,
diff --git a/include/osl/conditn.h b/include/osl/conditn.h
index 953ac5d..c008798 100644
--- a/include/osl/conditn.h
+++ b/include/osl/conditn.h
@@ -67,7 +67,7 @@ SAL_DLLPUBLIC sal_Bool SAL_CALL osl_resetCondition(oslCondition Condition);
    If condition has been destroyed prematurely, wait() will
    return with False.
    @param Condition handle to a created condition.
    @param pTimeout Tiemout value or NULL for infinite waiting
    @param pTimeout Timeout value or NULL for infinite waiting
    @return False if system-call failed.
*/
SAL_DLLPUBLIC oslConditionResult SAL_CALL osl_waitCondition(oslCondition Condition, const TimeValue* pTimeout);
diff --git a/include/osl/pipe.h b/include/osl/pipe.h
index dcfdcf3..a95ca3e 100644
--- a/include/osl/pipe.h
+++ b/include/osl/pipe.h
@@ -48,7 +48,7 @@ typedef enum {

typedef sal_uInt32 oslPipeOptions;
#define osl_Pipe_OPEN        0x0000     /* open existing pipe */
#define osl_Pipe_CREATE      0x0001     /* create pipe and open it, fails if already existst */
#define osl_Pipe_CREATE      0x0001     /* create pipe and open it, fails if already exists */

typedef struct oslPipeImpl * oslPipe;

diff --git a/include/rtl/bootstrap.h b/include/rtl/bootstrap.h
index 71f321e..5360f797 100644
--- a/include/rtl/bootstrap.h
+++ b/include/rtl/bootstrap.h
@@ -163,7 +163,7 @@ typedef void * rtlBootstrapHandle;
SAL_DLLPUBLIC rtlBootstrapHandle SAL_CALL rtl_bootstrap_args_open(rtl_uString * pIniName);

/**
   Closes a bootstrap agument container.
   Closes a bootstrap argument container.
   @param handle [in]     The handle got by <code>rtl_bootstrap_args_open()</code>
*/
SAL_DLLPUBLIC void SAL_CALL rtl_bootstrap_args_close(rtlBootstrapHandle handle)
diff --git a/include/rtl/locale.h b/include/rtl/locale.h
index 3e49976b..ee6ee8f 100644
--- a/include/rtl/locale.h
+++ b/include/rtl/locale.h
@@ -122,7 +122,7 @@ SAL_DLLPUBLIC rtl_uString * SAL_CALL rtl_locale_getVariant( rtl_Locale * This );
SAL_DLLPUBLIC sal_Int32 SAL_CALL rtl_locale_hashCode( rtl_Locale * This );

/**
    Returns true if the locals are equal, otherwis false.
    Returns true if the locals are equal, otherwise false.
 */
SAL_DLLPUBLIC sal_Int32 SAL_CALL rtl_locale_equals( rtl_Locale * This, rtl_Locale * obj  );

diff --git a/include/rtl/string.hxx b/include/rtl/string.hxx
index 5930001..2caafc2 100644
--- a/include/rtl/string.hxx
+++ b/include/rtl/string.hxx
@@ -1405,7 +1405,7 @@ public:
      @param    cTok        the character which separate the tokens.
      @param    index       the position at which the token is searched in the
                            string.
                            The index must not be greater thanthe length of the
                            The index must not be greater than the length of the
                            string.
                            This param is set to the position of the
                            next token or to -1, if it is the last token.
diff --git a/include/sfx2/msg.hxx b/include/sfx2/msg.hxx
index 1ca0ed0..7e3c706 100644
--- a/include/sfx2/msg.hxx
+++ b/include/sfx2/msg.hxx
@@ -36,7 +36,7 @@ enum class SfxSlotMode {
    AUTOUPDATE      =    0x0008L, // invalidated the status automatically after execute
    SYNCHRON        =    0x0010L, // exclusive to ASYNCHRON, default
    ASYNCHRON       =    0x0020L, // via Post-Message, exclusive to SYNCHRON
    HASDIALOG       =    0x0080L, // Coordinates for dialogue after recofig
    HASDIALOG       =    0x0080L, // Coordinates for dialogue after reconfig

    NORECORD        =    0x0100L, // no recording
    RECORDPERITEM   =    0x0200L, // each item, one statement
diff --git a/include/sfx2/sfxsids.hrc b/include/sfx2/sfxsids.hrc
index c8af872..4ba4679 100644
--- a/include/sfx2/sfxsids.hrc
+++ b/include/sfx2/sfxsids.hrc
@@ -379,7 +379,7 @@
#define SID_VIEWSHELL3                      (SID_SFX_START + 633)
#define SID_VIEWSHELL4                      (SID_SFX_START + 634)

// id for thesaurs entry in context menu
// id for thesaurus entry in context menu
#define SID_THES                            (SID_SFX_START + 698)

// default-ids for editing, cursor travellung and selection
@@ -447,7 +447,7 @@
#define SID_CFGFILE                         (SID_SFX_START + 927)
#define SID_SHOWPOPUPS                      (SID_SFX_START + 929)

// Item-Id for the assinged event Tabpage
// Item-Id for the assigned event Tabpage
#define SID_ATTR_MACROITEM                  (SID_SFX_START + 934)

#define SID_SAVECONFIG                      (SID_SFX_START + 930)
diff --git a/include/sfx2/shell.hxx b/include/sfx2/shell.hxx
index ea171df..2893421 100644
--- a/include/sfx2/shell.hxx
+++ b/include/sfx2/shell.hxx
@@ -177,7 +177,7 @@ public:
    /**
        With this virtual method, which is automatically overridden by each subclass
        with its own slots through the macro <SFX_DECL_INTERFACE>, one can access
        each of the <SfxInterface> instance beloning to the subclass.
        each of the <SfxInterface> instance belonging to the subclass.

        The class SfxShell itself has no own SfxInterface (no slots), therefore a
        NULL-pointer is returned.
diff --git a/include/sfx2/templateinfodlg.hxx b/include/sfx2/templateinfodlg.hxx
index 3f665a6..13d7e9c 100644
--- a/include/sfx2/templateinfodlg.hxx
+++ b/include/sfx2/templateinfodlg.hxx
@@ -41,7 +41,7 @@ private:
    VclPtr<PushButton>   mpBtnClose;
    VclPtr<VclBox>       mpBox;

    VclPtr<vcl::Window>  mpPreviewView;  // gets released when xWindows get destroyed (dont delete in constructor)
    VclPtr<vcl::Window>  mpPreviewView;  // gets released when xWindows get destroyed (don't delete in constructor)
    VclPtr<svtools::ODocumentInfoPreview> mpInfoView;

    ::com::sun::star::uno::Reference < ::com::sun::star::frame::XFrame2 > m_xFrame;
diff --git a/include/svl/filerec.hxx b/include/svl/filerec.hxx
index cd949fb..fad39be 100644
--- a/include/svl/filerec.hxx
+++ b/include/svl/filerec.hxx
@@ -205,7 +205,7 @@ private:
 *  =>  They build on each, for instance the SfxMiniRecord is contained
 *  in all others
 *
 *  It should be possible to distinguish the record from Drawing Enginge
 *  It should be possible to distinguish the record from Drawing Engine
 *  ones. These start with 'DRMD' und 'DRVW'.
 *  <BR>
 *  =>  Mini-Records with Pre-Tag 'D' can only be up to 4MB in size,
@@ -279,7 +279,7 @@ private:
 *  after streaming the conntents.
 *
 *  To allow for forward and backward compatibility, newer versions
 *  of the data must always inclode the older versions completely,
 *  of the data must always include the older versions completely,
 *  it is only allowed to append new data!
 *
 *  @par File Format
diff --git a/include/svtools/brwbox.hxx b/include/svtools/brwbox.hxx
index 6a48b5bf91..89923f8 100644
--- a/include/svtools/brwbox.hxx
+++ b/include/svtools/brwbox.hxx
@@ -225,7 +225,7 @@ private:

    long            nDataRowHeight; // height of a single data-row
    sal_uInt16      nTitleLines;    // number of lines in title row
    sal_uLong       nControlAreaWidth; // width of fixed area beneeth hscroll
    sal_uLong       nControlAreaWidth; // width of fixed area beneath hscroll
    bool            bThumbDragging; // handle thumb dragging
    bool            bColumnCursor;  // single columns and fields selectable
    bool            bMultiSelection;// allow multiple selected rows
@@ -406,7 +406,7 @@ protected:
private:
    void*           implGetDataFlavors() const;
        // with this we can make GetDataFlavors() inline, which is strongly needed as SVTOOLS does not export
        // any sysbols containing an "_STL", so a non-inlined method would not be exported ....
        // any sysmbol containing an "_STL", so a non-inlined method would not be exported ....

protected:
    // callbacks for the data window
diff --git a/include/svtools/ctrltool.hxx b/include/svtools/ctrltool.hxx
index e66e2c2..9d5c501 100644
--- a/include/svtools/ctrltool.hxx
+++ b/include/svtools/ctrltool.hxx
@@ -92,7 +92,7 @@ vcl::FontInfo FontList::Get( const String& rName, const String& rStyleName ) con
This method search a vcl::FontInfo for the given name and the given style name.
The Stylename can also be a synthetic one.
In that case the relevant vcl::FontInfo fields will be set.
If a StyleName is provived, a vcl::FontInfo structure without a Stylename can be
If a StyleName is provided, a vcl::FontInfo structure without a Stylename can be
returned. To get a representation of the StyleName for displaying it to the user,
call GetStyleName() on this vcl::FontInfo structure.

diff --git a/include/svtools/headbar.hxx b/include/svtools/headbar.hxx
index c1bb77d..3cf0519 100644
--- a/include/svtools/headbar.hxx
+++ b/include/svtools/headbar.hxx
@@ -94,7 +94,7 @@ StartDrag()         This handler is called, when dragging is started resp.
                    an item has been clicked. At the latest in this handler,
                    the size of the size-line should be set with
                    SetDragSize(), if IsItemMode() returns false.
Drag()              This handler is callled, when dragging is taking place.
Drag()              This handler is called, when dragging is taking place.
                    If no size is set with SetDragSize(), this handler can
                    be used to draw the line in the neighbouring window by
                    oneself. The current dragging position can be requested
diff --git a/include/svtools/htmltokn.h b/include/svtools/htmltokn.h
index 6e13eb5..eeea777 100644
--- a/include/svtools/htmltokn.h
+++ b/include/svtools/htmltokn.h
@@ -291,7 +291,7 @@ HTML_OPTION_BOOL_START          = HTML_OPTION_START,
    HTML_O_DECLARE, // IExplorer 3.0b5
    HTML_O_DISABLED,
    HTML_O_ISMAP,
    HTML_O_MAYSCRIPT, // Netcape 3.0
    HTML_O_MAYSCRIPT, // Netscape 3.0
    HTML_O_MULTIPLE,
    HTML_O_NOHREF, // Netscape
    HTML_O_NORESIZE, // Netscape 2.0