chart2/source/model/template/ChartTypeTemplate.hxx                       |    
2 +-
 chart2/source/view/axes/DateScaling.cxx                                  |    
2 +-
 chart2/source/view/main/VDataSeries.cxx                                  |    
2 +-
 connectivity/source/drivers/mozab/mozillasrc/MDatabaseMetaDataHelper.cxx |    
2 +-
 connectivity/source/drivers/odbc/OConnection.cxx                         |    
2 +-
 dbaccess/source/ui/inc/dsmeta.hxx                                        |    
2 +-
 dbaccess/source/ui/inc/sbagrid.hxx                                       |    
2 +-
 dtrans/source/win32/clipb/WinClipboard.hxx                               |    
2 +-
 editeng/source/editeng/editundo.cxx                                      |    
2 +-
 extensions/source/abpilot/datasourcehandling.hxx                         |    
2 +-
 filter/source/graphicfilter/idxf/dxfentrd.hxx                            |    
2 +-
 forms/source/component/FormsCollection.hxx                               |    
2 +-
 fpicker/source/win32/filepicker/previewadapter.cxx                       |    
2 +-
 framework/source/dispatch/closedispatcher.cxx                            |    
2 +-
 framework/source/jobs/job.cxx                                            |    
2 +-
 include/connectivity/parameters.hxx                                      |    
2 +-
 include/osl/thread.hxx                                                   |    
2 +-
 include/sfx2/msg.hxx                                                     |    
2 +-
 include/svtools/editbrowsebox.hxx                                        |    
2 +-
 include/toolkit/controls/unocontrolcontainer.hxx                         |    
2 +-
 include/ucbhelper/interactionrequest.hxx                                 |    
2 +-
 include/ucbhelper/registerucb.hxx                                        |    
2 +-
 include/vcl/textview.hxx                                                 |    
2 +-
 sc/JunitTest_sc_complex.mk                                               |    
2 +-
 sc/source/filter/inc/pivotcachebuffer.hxx                                |    
2 +-
 sc/source/ui/vba/vbarange.cxx                                            |    
2 +-
 sc/source/ui/vba/vbatitle.hxx                                            |    
2 +-
 sd/source/ui/remotecontrol/Server.cxx                                    |    
2 +-
 sd/source/ui/slidesorter/inc/cache/SlsCacheContext.hxx                   |    
2 +-
 sdext/source/presenter/PresenterNotesView.hxx                            |    
2 +-
 setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx      |    
2 +-
 sfx2/source/appl/lnkbase2.cxx                                            |    
2 +-
 sfx2/source/appl/newhelp.cxx                                             |    
2 +-
 shell/source/win32/shlxthandler/infotips/infotips.cxx                    |    
2 +-
 svx/source/customshapes/EnhancedCustomShape2d.cxx                        |    
2 +-
 svx/source/xoutdev/xattrbmp.cxx                                          |    
2 +-
 sw/qa/extras/ooxmlexport/ooxmlexport5.cxx                                |    
2 +-
 sw/source/core/crsr/findtxt.cxx                                          |    
2 +-
 sw/source/core/doc/docnew.cxx                                            |    
2 +-
 sw/source/core/doc/docsort.cxx                                           |    
2 +-
 sw/source/core/docnode/ndsect.cxx                                        |    
2 +-
 sw/source/filter/basflt/fltshell.cxx                                     |    
2 +-
 sw/source/filter/html/swhtml.cxx                                         |    
4 ++--
 sw/source/filter/ww8/docxattributeoutput.hxx                             |    
2 +-
 sw/source/filter/ww8/ww8par6.cxx                                         |    
2 +-
 sw/source/uibase/uiview/scroll.cxx                                       |    
2 +-
 unotools/source/ucbhelper/ucblockbytes.cxx                               |    
4 ++--
 vcl/generic/print/genprnpsp.cxx                                          |    
6 +++---
 vcl/source/window/mouse.cxx                                              |    
2 +-
 xmloff/source/draw/ximpshap.cxx                                          |    
2 +-
 xmloff/source/forms/elementexport.cxx                                    |    
2 +-
 xmloff/source/forms/elementexport.hxx                                    |    
4 ++--
 xmloff/source/forms/formattributes.hxx                                   |    
2 +-
 xmloff/source/forms/propertyexport.cxx                                   |    
2 +-
 xmloff/source/text/txtexppr.cxx                                          |    
2 +-
 xmloff/source/transform/AttrTransformerAction.hxx                        |    
2 +-
 56 files changed, 61 insertions(+), 61 deletions(-)

New commits:
commit ae150c6a5424d021ce5eb46dc9573f12a4d05445
Author: Andrea Gelmini <andrea.gelm...@gelma.net>
Date:   Tue Jun 16 18:21:52 2015 +0200

    Fix typos
    
    Change-Id: Ibfa971952cd330ddf430e7e951c5c235d2ae6bd8
    Reviewed-on: https://gerrit.libreoffice.org/16314
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Michael Stahl <mst...@redhat.com>

diff --git a/chart2/source/model/template/ChartTypeTemplate.hxx 
b/chart2/source/model/template/ChartTypeTemplate.hxx
index b13e8ea..fe6f2c9 100644
--- a/chart2/source/model/template/ChartTypeTemplate.hxx
+++ b/chart2/source/model/template/ChartTypeTemplate.hxx
@@ -222,7 +222,7 @@ protected:
         <p>As default, this method creates as many axes as there are dimensions
         in the given first coordinate system.  Each of the axis
         represents one of the dimensions of the coordinate systems. If there 
are series
-        requesting asecondary axes a secondary y axes is added</p>
+        requesting a secondary axes a secondary y axes is added</p>
      */
     void createAxes(
         const ::com::sun::star::uno::Sequence<
diff --git a/chart2/source/view/axes/DateScaling.cxx 
b/chart2/source/view/axes/DateScaling.cxx
index daf6f4f..52d8ef7 100644
--- a/chart2/source/view/axes/DateScaling.cxx
+++ b/chart2/source/view/axes/DateScaling.cxx
@@ -72,7 +72,7 @@ double SAL_CALL DateScaling::doScaling( double value )
             case MONTH:
             default:
                 fResult = aDate.GetYear();
-                fResult *= lcl_fNumberOfMonths;//asssuming equal count of 
months in each year
+                fResult *= lcl_fNumberOfMonths;//assuming equal count of 
months in each year
                 fResult += aDate.GetMonth();
 
                 double fDayOfMonth = aDate.GetDay();
diff --git a/chart2/source/view/main/VDataSeries.cxx 
b/chart2/source/view/main/VDataSeries.cxx
index 043cbaa..3efa477 100644
--- a/chart2/source/view/main/VDataSeries.cxx
+++ b/chart2/source/view/main/VDataSeries.cxx
@@ -286,7 +286,7 @@ void VDataSeries::doSortByXValues()
     if( m_aValues_X.is() && m_aValues_X.Doubles.getLength() )
     {
         //prepare a vector for sorting
-        std::vector< ::std::vector< double > > aTmp;//outer vector are points, 
inner vector are the different values of athe point
+        std::vector< ::std::vector< double > > aTmp;//outer vector are points, 
inner vector are the different values of the point
         double fNan;
         ::rtl::math::setNan( & fNan );
         sal_Int32 nPointIndex = 0;
diff --git 
a/connectivity/source/drivers/mozab/mozillasrc/MDatabaseMetaDataHelper.cxx 
b/connectivity/source/drivers/mozab/mozillasrc/MDatabaseMetaDataHelper.cxx
index 2332ba3..5c1814f 100644
--- a/connectivity/source/drivers/mozab/mozillasrc/MDatabaseMetaDataHelper.cxx
+++ b/connectivity/source/drivers/mozab/mozillasrc/MDatabaseMetaDataHelper.cxx
@@ -134,7 +134,7 @@ static nsresult insertPABDescription()
 {
     nsresult rv = NS_OK ;
     // mozilla loads the descriptions of pab and history from a file named 
addressbook.properties
-    // we never deliver it with OOo,so mozab does not auot load personal 
addressbook and Collected addresses
+    // we never deliver it with OOo,so mozab does not auto load personal 
addressbook and Collected addresses
     // If we want to deliver addressbook.properties with OOo,we have to deal 
with hole mozilla chrome mechanism.
     // So I insert the descriptiones as user prefes,they will cover the 
default value.
 
diff --git a/connectivity/source/drivers/odbc/OConnection.cxx 
b/connectivity/source/drivers/odbc/OConnection.cxx
index 39c855b..59c969a 100644
--- a/connectivity/source/drivers/odbc/OConnection.cxx
+++ b/connectivity/source/drivers/odbc/OConnection.cxx
@@ -169,7 +169,7 @@ SQLRETURN OConnection::OpenConnection(const OUString& 
aConnectStr, sal_Int32 nTi
     }
 
 
-    // autocoomit is always default
+    // autocommit is always default
 
     if (!m_bReadOnly)
         N3SQLSetConnectAttr(m_aConnectionHandle,SQL_ATTR_AUTOCOMMIT, 
reinterpret_cast<SQLPOINTER>(SQL_AUTOCOMMIT_ON),SQL_IS_INTEGER);
diff --git a/dbaccess/source/ui/inc/dsmeta.hxx 
b/dbaccess/source/ui/inc/dsmeta.hxx
index 5b1a1f4..63ef286 100644
--- a/dbaccess/source/ui/inc/dsmeta.hxx
+++ b/dbaccess/source/ui/inc/dsmeta.hxx
@@ -32,7 +32,7 @@
 namespace dbaui
 {
 
-    // AutheticationMode
+    // AuthenticationMode
     enum AuthenticationMode
     {
         AuthNone,
diff --git a/dbaccess/source/ui/inc/sbagrid.hxx 
b/dbaccess/source/ui/inc/sbagrid.hxx
index 3a0796e..b4df5f5 100644
--- a/dbaccess/source/ui/inc/sbagrid.hxx
+++ b/dbaccess/source/ui/inc/sbagrid.hxx
@@ -137,7 +137,7 @@ namespace dbaui
 #endif // # _MSC_VER
 
     private:
-        // for asny execution of XDispatch::dispatch
+        // for any execution of XDispatch::dispatch
         struct DispatchArgs
         {
             ::com::sun::star::util::URL                                        
         aURL;
diff --git a/dtrans/source/win32/clipb/WinClipboard.hxx 
b/dtrans/source/win32/clipb/WinClipboard.hxx
index 6efc608..e40defb 100644
--- a/dtrans/source/win32/clipb/WinClipboard.hxx
+++ b/dtrans/source/win32/clipb/WinClipboard.hxx
@@ -45,7 +45,7 @@ class CWinClipbImpl;
 // class instance
 // watch out: we are using only one static member variable and not a list
 // because we assume to be instantiated only once
-// this will be asured by an OneInstanceFactory of the service and not
+// this will be assured by an OneInstanceFactory of the service and not
 // by this class!
 
 // helper class, so that the mutex is constructed
diff --git a/editeng/source/editeng/editundo.cxx 
b/editeng/source/editeng/editundo.cxx
index dc6309c..523f8c6 100644
--- a/editeng/source/editeng/editundo.cxx
+++ b/editeng/source/editeng/editundo.cxx
@@ -595,7 +595,7 @@ void EditUndoTransliteration::Undo()
 
     EditSelection aSel = pEE->CreateSelection(aNewESel);
 
-    // Insert text, but don't expand Atribs at the current position:
+    // Insert text, but don't expand Attribs at the current position:
     aSel = pEE->DeleteSelected( aSel );
     EditSelection aDelSel( aSel );
     aSel = pEE->InsertParaBreak( aSel );
diff --git a/extensions/source/abpilot/datasourcehandling.hxx 
b/extensions/source/abpilot/datasourcehandling.hxx
index 0d96f1d..8f8cb6c 100644
--- a/extensions/source/abpilot/datasourcehandling.hxx
+++ b/extensions/source/abpilot/datasourcehandling.hxx
@@ -56,7 +56,7 @@ namespace abp
         /// retrieves the names of all data sources
         void    getDataSourceNames( StringBag& _rNames ) const;
 
-        /// disambiguates the given name by appending auccessive numbers
+        /// disambiguates the given name by appending successive numbers
         OUString& disambiguate(OUString& _rDataSourceName);
 
         /// creates a new MORK data source
diff --git a/filter/source/graphicfilter/idxf/dxfentrd.hxx 
b/filter/source/graphicfilter/idxf/dxfentrd.hxx
index 276450e..83b9910 100644
--- a/filter/source/graphicfilter/idxf/dxfentrd.hxx
+++ b/filter/source/graphicfilter/idxf/dxfentrd.hxx
@@ -433,7 +433,7 @@ class DXFHatchEntity : public DXFBasicEntity
 
         DXFVector   aElevationPoint;
         sal_Int32   nFlags;                         // 70 (solid fill = 1, 
pattern fill = 0)
-        sal_Int32   nAssociativityFlag;             // 71 (assoiciative = 1, 
non-associative = 0)
+        sal_Int32   nAssociativityFlag;             // 71 (associative = 1, 
non-associative = 0)
         sal_Int32   nBoundaryPathCount;             // 91
         sal_Int32   nHatchStyle;                    // 75 (odd parity = 0, 
outmost area = 1, entire area = 2 )
         sal_Int32   nHatchPatternType;              // 76 (user defined = 0, 
predefined = 1, custom = 2)
diff --git a/forms/source/component/FormsCollection.hxx 
b/forms/source/component/FormsCollection.hxx
index 7344baa..5398542 100644
--- a/forms/source/component/FormsCollection.hxx
+++ b/forms/source/component/FormsCollection.hxx
@@ -32,7 +32,7 @@ namespace frm
 {
 
 // OFormsCollection
-// Implements the UNO Container for Forms and contains all assigend Forms.
+// Implements the UNO Container for Forms and contains all assigned Forms.
 // It can either represent the Context for Forms or be passed a Context.
 
 typedef ::cppu::OComponentHelper FormsCollectionComponentBase;
diff --git a/fpicker/source/win32/filepicker/previewadapter.cxx 
b/fpicker/source/win32/filepicker/previewadapter.cxx
index 1655fe2..0cd90f3 100644
--- a/fpicker/source/win32/filepicker/previewadapter.cxx
+++ b/fpicker/source/win32/filepicker/previewadapter.cxx
@@ -203,7 +203,7 @@ void SAL_CALL CPreviewAdapterImpl::calcRightMargin()
 {
     // Calculate the right reference margin
 
-    // Assumtions:
+    // Assumption:
     // 1. This method will be called before the dialog becomes
     //    visible
     // 2. There exist a FileListbox with the id lst1 even
diff --git a/framework/source/dispatch/closedispatcher.cxx 
b/framework/source/dispatch/closedispatcher.cxx
index 2e0cdb1..a16b742 100644
--- a/framework/source/dispatch/closedispatcher.cxx
+++ b/framework/source/dispatch/closedispatcher.cxx
@@ -227,7 +227,7 @@ void SAL_CALL 
CloseDispatcher::dispatchWithNotification(const css::util::URL&
 
 /**
     @short      asynchronous callback
-    @descr      We start all actions inside this object asnychronoue.
+    @descr      We start all actions inside this object asynchronous
                 (see comments there).
                 Now we do the following:
                 - close all views to the same document, if needed and possible
diff --git a/framework/source/jobs/job.cxx b/framework/source/jobs/job.cxx
index 50934c9..2e7721b 100644
--- a/framework/source/jobs/job.cxx
+++ b/framework/source/jobs/job.cxx
@@ -270,7 +270,7 @@ void Job::execute( /*IN*/ const css::uno::Sequence< 
css::beans::NamedValue >& lD
     @short  kill this job
     @descr  It doesn't matter if this request is called from inside or
             from outside. We release our internal structures and stop
-            avary activity. After doing so - this instance will not be
+            every activity. After doing so - this instance will not be
             useable any longer! Of course we try to handle further requests
             carefully. Maybe someone else holds a reference to us ...
 */
diff --git a/include/connectivity/parameters.hxx 
b/include/connectivity/parameters.hxx
index ce49959..f490837 100644
--- a/include/connectivity/parameters.hxx
+++ b/include/connectivity/parameters.hxx
@@ -356,7 +356,7 @@ namespace dbtools
         */
         bool    consultParameterListeners( ::osl::ResettableMutexGuard& 
_rClearForNotifies );
 
-        /** mark an externally filled parameter asvisited
+        /** mark an externally filled parameter as visited
         */
         void    externalParameterVisited( sal_Int32 _nIndex );
 
diff --git a/include/osl/thread.hxx b/include/osl/thread.hxx
index 7b1e06a..4e5c335 100644
--- a/include/osl/thread.hxx
+++ b/include/osl/thread.hxx
@@ -211,7 +211,7 @@ public:
     }
 
     /** Get the data associated with the data key.
-        @returns The data asscoitaed with the data key or
+        @returns The data associated with the data key or
         NULL if no data was set
     */
     void* SAL_CALL getData()
diff --git a/include/sfx2/msg.hxx b/include/sfx2/msg.hxx
index 5cb9c30..40819b7 100644
--- a/include/sfx2/msg.hxx
+++ b/include/sfx2/msg.hxx
@@ -222,7 +222,7 @@ public:
     sal_uInt16    nSlotId;   // Unique slot-ID in Shell
     sal_uInt16    nGroupId;  // for configuration region
     sal_uIntPtr   nHelpId;   // Usually == nSlotId
-    SfxSlotMode   nFlags;    // artihmetic ordered Flags
+    SfxSlotMode   nFlags;    // arithmetic ordered Flags
 
     sal_uInt16    nMasterSlotId;  // Enum-Slot for example Which-Id
     sal_uInt16    nValue;         // Value, in case of Enum-Slot
diff --git a/include/svtools/editbrowsebox.hxx 
b/include/svtools/editbrowsebox.hxx
index d0dec9f..16338a8 100644
--- a/include/svtools/editbrowsebox.hxx
+++ b/include/svtools/editbrowsebox.hxx
@@ -482,7 +482,7 @@ namespace svt
         ImplSVEvent * nStartEvent, * nEndEvent, * nCellModifiedEvent;     // 
event ids
         VclPtr<vcl::Window> m_pFocusWhileRequest;
             // In ActivateCell, we grab the focus asynchronously, but if 
between requesting activation
-            // and the asynchornous event the focus has changed, we won't grab 
it for ourself.
+            // and the asynchronous event the focus has changed, we won't grab 
it for ourself.
 
         long    nPaintRow;  // row being painted
         long    nEditRow, nOldEditRow;
diff --git a/include/toolkit/controls/unocontrolcontainer.hxx 
b/include/toolkit/controls/unocontrolcontainer.hxx
index c6a8167..2882120 100644
--- a/include/toolkit/controls/unocontrolcontainer.hxx
+++ b/include/toolkit/controls/unocontrolcontainer.hxx
@@ -130,7 +130,7 @@ private:
         @param _rxControl
             the control to add. Must not be <NULL/>
         @param _pName
-            Pointer to a name for the control. Might be <NULL/>, in this case 
an auotmatic name is generated
+            Pointer to a name for the control. Might be <NULL/>, in this case 
an automatic name is generated
         @return
             the ID of the newly added control
     */
diff --git a/include/ucbhelper/interactionrequest.hxx 
b/include/ucbhelper/interactionrequest.hxx
index ca86acf..d0996d7 100644
--- a/include/ucbhelper/interactionrequest.hxx
+++ b/include/ucbhelper/interactionrequest.hxx
@@ -401,7 +401,7 @@ public:
       *        authentication-remember-mode for accounts preferred by the
       *        requesting client.
       * @param bCanUseSystemCredentials indicates whether issuer of the
-      *        authetication request can obtain and use system credentials
+      *        authentication request can obtain and use system credentials
       *        for authentication.
       * @param bDefaultUseSystemCredentials specifies the default system
       *        credentials usage preferred by the requesting client
diff --git a/include/ucbhelper/registerucb.hxx 
b/include/ucbhelper/registerucb.hxx
index d307f86..2fbf1e8 100644
--- a/include/ucbhelper/registerucb.hxx
+++ b/include/ucbhelper/registerucb.hxx
@@ -85,7 +85,7 @@ typedef std::vector< ContentProviderData > 
ContentProviderDataList;
     @param rTemplate  The URL template to register the content provider on.
 
     @param pInfo  If not null, this output parameter is filled with
-    information about the (atemptively) registered provider.
+    information about the (attemptively) registered provider.
  */
 
 UCBHELPER_DLLPUBLIC bool registerAtUcb(
diff --git a/include/vcl/textview.hxx b/include/vcl/textview.hxx
index 721c0c0..e126ea2 100644
--- a/include/vcl/textview.hxx
+++ b/include/vcl/textview.hxx
@@ -187,7 +187,7 @@ public:
     /**
         Drag and Drop, deleting and selection regards all text that has an 
attribute
         TEXTATTR_PROTECTED set as one entity. Drag and dropped text is 
automatically
-        attibuted as protected.
+        attributed as protected.
      */
     void                SupportProtectAttribute(bool bSupport);
 
diff --git a/sc/JunitTest_sc_complex.mk b/sc/JunitTest_sc_complex.mk
index 4472b6c..8fedb47 100644
--- a/sc/JunitTest_sc_complex.mk
+++ b/sc/JunitTest_sc_complex.mk
@@ -9,7 +9,7 @@
 
 $(eval $(call gb_JunitTest_JunitTest,sc_complex))
 
-# sc/qa/complex/calcPreview/ tests do not work autmatically (they request 
"Press
+# sc/qa/complex/calcPreview/ tests do not work automatically (they request 
"Press
 # any key after resizing" etc.)
 
 $(eval $(call gb_JunitTest_add_classes,sc_complex, \
diff --git a/sc/source/filter/inc/pivotcachebuffer.hxx 
b/sc/source/filter/inc/pivotcachebuffer.hxx
index b324071..a7a4502 100644
--- a/sc/source/filter/inc/pivotcachebuffer.hxx
+++ b/sc/source/filter/inc/pivotcachebuffer.hxx
@@ -336,7 +336,7 @@ struct PCDefinitionModel
     bool                mbRefreshOnLoad;    /// True = try to refresh cache on 
load.
     bool                mbOptimizeMemory;   /// True = application may 
optimize memory usage.
     bool                mbEnableRefresh;    /// True = refreshing cache is 
enabled in UI.
-    bool                mbBackgroundQuery;  /// True = application queries 
data asynchonously.
+    bool                mbBackgroundQuery;  /// True = application queries 
data asynchronously.
     bool                mbUpgradeOnRefresh; /// True = application may upgrade 
cache version.
     bool                mbTupleCache;       /// True = cache stores OLAP 
functions.
     bool                mbSupportSubquery;  /// True = data source supports 
subqueries.
diff --git a/sc/source/ui/vba/vbarange.cxx b/sc/source/ui/vba/vbarange.cxx
index f47c1c0..b1ee0e2 100644
--- a/sc/source/ui/vba/vbarange.cxx
+++ b/sc/source/ui/vba/vbarange.cxx
@@ -4438,7 +4438,7 @@ ScVbaRange::AutoFilter( const uno::Any& aField, const 
uno::Any& Criteria1, const
             throw uno::RuntimeException("Failed to find the autofilter 
placeholder range" );
 
         uno::Reference< beans::XPropertySet > xDBRangeProps( xDataBaseRange, 
uno::UNO_QUERY_THROW );
-        // set autofilt
+        // set autofilter
         xDBRangeProps->setPropertyValue( "AutoFilter", uno::Any(sal_True) );
                // set header (autofilter always need column headers)
         uno::Reference< beans::XPropertySet > xFiltProps( 
xDataBaseRange->getFilterDescriptor(), uno::UNO_QUERY_THROW );
diff --git a/sc/source/ui/vba/vbatitle.hxx b/sc/source/ui/vba/vbatitle.hxx
index 06767bb..b0ac54b 100644
--- a/sc/source/ui/vba/vbatitle.hxx
+++ b/sc/source/ui/vba/vbatitle.hxx
@@ -52,7 +52,7 @@ public:
         // #TODO find out what the proper parent should be
         // leaving as set by the helperapi for the moment
         // #TODO we really need the ScDocument to pass to ScVbaInterior
-        // otherwise attemps to access the palette will fail
+        // otherwise attempts to access the palette will fail
         return new ScVbaInterior( BaseClass::mxParent, BaseClass::mxContext, 
xShapePropertySet );
     }
     css::uno::Reference< ov::excel::XFont > SAL_CALL Font(  ) throw 
(css::script::BasicErrorException, css::uno::RuntimeException)
diff --git a/sd/source/ui/remotecontrol/Server.cxx 
b/sd/source/ui/remotecontrol/Server.cxx
index 06093bb..0b7f37a6 100644
--- a/sd/source/ui/remotecontrol/Server.cxx
+++ b/sd/source/ui/remotecontrol/Server.cxx
@@ -259,7 +259,7 @@ std::vector< ::boost::shared_ptr< ClientInfo > > 
RemoteServer::getClients()
     // since the user is more likely to be trying to connect a new remote
     // than removing an existing remote.
     // We can also be sure that pre-authorised clients will not be on the
-    // available clients list, as they get automatially connected if seen.
+    // available clients list, as they get automatically connected if seen.
     // TODO: we should probably add some sort of extra labelling to mark
     // authorised AND connected client.
     Reference< XNameAccess > const xConfig = 
officecfg::Office::Impress::Misc::AuthorisedRemotes::get();
diff --git a/sd/source/ui/slidesorter/inc/cache/SlsCacheContext.hxx 
b/sd/source/ui/slidesorter/inc/cache/SlsCacheContext.hxx
index eb4b405..206ef86 100644
--- a/sd/source/ui/slidesorter/inc/cache/SlsCacheContext.hxx
+++ b/sd/source/ui/slidesorter/inc/cache/SlsCacheContext.hxx
@@ -62,7 +62,7 @@ public:
     */
     virtual bool IsVisible (CacheKey aKey) = 0;
 
-    /** Return the page associdated with the given key.  Note that different
+    /** Return the page associated with the given key.  Note that different
         keys may map to a single page (this may be the case with custom
         slide shows.)
     */
diff --git a/sdext/source/presenter/PresenterNotesView.hxx 
b/sdext/source/presenter/PresenterNotesView.hxx
index 16a8e94..ce1734b 100644
--- a/sdext/source/presenter/PresenterNotesView.hxx
+++ b/sdext/source/presenter/PresenterNotesView.hxx
@@ -75,7 +75,7 @@ public:
     virtual void SAL_CALL disposing() SAL_OVERRIDE;
 
     /** Typically called from setCurrentSlide() with the notes page that is
-        associed with the slide given to setCurrentSlide().
+        associeted with the slide given to setCurrentSlide().
 
         Iterates over all text shapes on the given notes page and diplays
         the concatenated text of these.
diff --git 
a/setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx 
b/setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx
index c0ea068..fcf8d92 100644
--- a/setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx
+++ b/setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi.cxx
@@ -233,7 +233,7 @@ static void saveOldRegistration( LPCSTR lpSubKey )
         {
             szBuffer[nSize] = '\0';
 
-            // No need to save assocations for our own types
+            // No need to save associations for our own types
             if ( strncmp( szBuffer, "LibreOffice.", 12 ) != 0 )
             {
                 // Save the old association
diff --git a/sfx2/source/appl/lnkbase2.cxx b/sfx2/source/appl/lnkbase2.cxx
index ac35800..87ace2f 100644
--- a/sfx2/source/appl/lnkbase2.cxx
+++ b/sfx2/source/appl/lnkbase2.cxx
@@ -363,7 +363,7 @@ bool SvBaseLink::Update()
             }
             if( xObj.Is() )
             {
-                // should be asynschron?
+                // should be asynchronous?
                 if( xObj->IsPending() )
                     return true;
 
diff --git a/sfx2/source/appl/newhelp.cxx b/sfx2/source/appl/newhelp.cxx
index 717a813..1627160 100644
--- a/sfx2/source/appl/newhelp.cxx
+++ b/sfx2/source/appl/newhelp.cxx
@@ -2737,7 +2737,7 @@ void SfxHelpWindow_Impl::MakeLayout()
             Hide() / Show() will produce strange effects.
             The returned size (used later to be written back into the 
configuration)
             is not the right after a resize during the window is hidden.
-            If this resize is done if the window is visible evyrthing works as 
aspected.
+            If this resize is done if the window is visible everything works 
as expected.
             Some VCL-patches could not solve this problem so I've established 
the
             workaround: resize the help window if it's visible .-)
         */
diff --git a/shell/source/win32/shlxthandler/infotips/infotips.cxx 
b/shell/source/win32/shlxthandler/infotips/infotips.cxx
index 657bcf2..4d20b39 100644
--- a/shell/source/win32/shlxthandler/infotips/infotips.cxx
+++ b/shell/source/win32/shlxthandler/infotips/infotips.cxx
@@ -278,7 +278,7 @@ HRESULT STDMETHODCALLTYPE CInfoTip::GetInfoTip(DWORD 
/*dwFlags*/, wchar_t** ppws
     }
 
 
-    //finalize and assignthe string.
+    //finalize and assign the string.
     LPMALLOC lpMalloc;
     HRESULT hr = SHGetMalloc(&lpMalloc);
 
diff --git a/svx/source/customshapes/EnhancedCustomShape2d.cxx 
b/svx/source/customshapes/EnhancedCustomShape2d.cxx
index d94e2c7..1104690 100644
--- a/svx/source/customshapes/EnhancedCustomShape2d.cxx
+++ b/svx/source/customshapes/EnhancedCustomShape2d.cxx
@@ -709,7 +709,7 @@ EnhancedCustomShape2d::EnhancedCustomShape2d( SdrObject* 
pAObj ) :
 
     ClearItem( SDRATTR_TEXTDIRECTION ); //SJ: vertical writing is not 
required, by removing this item no outliner is created
 
-    // #i105323# For 2D AtoShapes, the shadow attirbute does not need to be 
applied to any
+    // #i105323# For 2D AtoShapes, the shadow attribute does not need to be 
applied to any
     // of the constucted helper SdrObjects. This would lead to problems since 
the shadow
     // of one helper object would fall on one helper object behind it (e.g. 
with the
     // eyes of the smiley shape). This is not wanted; instead a single shadow 
'behind'
diff --git a/svx/source/xoutdev/xattrbmp.cxx b/svx/source/xoutdev/xattrbmp.cxx
index acbb94f..b4cdfe3 100644
--- a/svx/source/xoutdev/xattrbmp.cxx
+++ b/svx/source/xoutdev/xattrbmp.cxx
@@ -264,7 +264,7 @@ bool isHistorical8x8(const BitmapEx& rBitmapEx, 
BitmapColor& o_rBack, BitmapColo
                     {
                         const BitmapPalette& rPalette = pRead->GetPalette();
 
-                        // #i123564# bachground and foregrund were exchanged; 
of course
+                        // #i123564# background and foreground were exchanged; 
of course
                         // rPalette[0] is the background color
                         o_rFront = rPalette[1];
                         o_rBack = rPalette[0];
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx 
b/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx
index 0c215a9..b655b99d 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx
@@ -437,7 +437,7 @@ DECLARE_OOXMLEXPORT_TEST(testfdo78882, "fdo78882.docx")
 
 DECLARE_OOXMLEXPORT_TEST(testfdo76934, "fdo76934.docx")
 {
-    /* Issue was, AuoSpacing property if present inside styles.xml, LO was not 
able to
+    /* Issue was, AutoSpacing property if present inside styles.xml, LO was 
not able to
      * preserve it.
      */
 
diff --git a/sw/source/core/crsr/findtxt.cxx b/sw/source/core/crsr/findtxt.cxx
index 3d28b6b..eec8749 100644
--- a/sw/source/core/crsr/findtxt.cxx
+++ b/sw/source/core/crsr/findtxt.cxx
@@ -340,7 +340,7 @@ bool SwPaM::Find( const SearchOptions& rSearchOpt, bool 
bSearchInNotes , utl::Te
                 }
             }
 
-            // If we just finished search in shape text, don't attept to do 
that again.
+            // If we just finished search in shape text, don't attempt to do 
that again.
             if (!bEndedTextEdit)
             {
                 // If there are any shapes anchored to this node, search there.
diff --git a/sw/source/core/doc/docnew.cxx b/sw/source/core/doc/docnew.cxx
index 939f270..548bd633 100644
--- a/sw/source/core/doc/docnew.cxx
+++ b/sw/source/core/doc/docnew.cxx
@@ -290,7 +290,7 @@ SwDoc::SwDoc()
     // It is also hard to find all places where the initial ItemSets for 
Writer (including
     // style hierarchies) are created and to always set (but only at the root) 
the FillStyle
     // to NONE fixed; that will add that attribute to the file format. It will 
be hard to reset
-    // attribbute sets (which is done at import and using UI). Also not a good 
solution.
+    // attribute sets (which is done at import and using UI). Also not a good 
solution.
     // Luckily Writer uses pDfltTextFormatColl as default parent for all 
paragraphs and similar, thus
     // it is possible to set this attribute here. It will be not reset when 
importing.
     
mpDfltTextFormatColl->SetFormatAttr(XFillStyleItem(drawing::FillStyle_NONE));
diff --git a/sw/source/core/doc/docsort.cxx b/sw/source/core/doc/docsort.cxx
index c74eed9..a4fdcaa 100644
--- a/sw/source/core/doc/docsort.cxx
+++ b/sw/source/core/doc/docsort.cxx
@@ -864,7 +864,7 @@ sal_uInt16 FlatFndBox::GetRowCount(const _FndBox& rBox)
     return nLines;
 }
 
-/// Create a linear array of atmoic FndBoxes
+/// Create a linear array of atomic FndBoxes
 void FlatFndBox::FillFlat(const _FndBox& rBox, bool bLastBox)
 {
     bool bModRow = false;
diff --git a/sw/source/core/docnode/ndsect.cxx 
b/sw/source/core/docnode/ndsect.cxx
index 0da9ae9..194323d 100644
--- a/sw/source/core/docnode/ndsect.cxx
+++ b/sw/source/core/docnode/ndsect.cxx
@@ -1038,7 +1038,7 @@ SwSectionNode::~SwSectionNode()
     SwSectionFormat* pFormat = m_pSection->GetFormat();
     if( pFormat )
     {
-        // Remove the Attributei, because the Section deletes it's Format
+        // Remove the Attribute, because the Section deletes it's Format
         // and it will neutralize the Section, if the Content Attribute is set
         pFormat->LockModify();
         pFormat->ResetFormatAttr( RES_CNTNT );
diff --git a/sw/source/filter/basflt/fltshell.cxx 
b/sw/source/filter/basflt/fltshell.cxx
index 9a6186c..7e4da73 100644
--- a/sw/source/filter/basflt/fltshell.cxx
+++ b/sw/source/filter/basflt/fltshell.cxx
@@ -144,7 +144,7 @@ bool SwFltStackEntry::MakeRegion(SwDoc* pDoc, SwPaM& 
rRegion, bool bCheck,
     rRegion.GetPoint()->nContent.Assign(pCNd, rPtPos.m_nContent);
     OSL_ENSURE( CheckNodesRange( rRegion.Start()->nNode,
                              rRegion.End()->nNode, true ),
-             "atttribute or similar crosses section-boundaries" );
+             "attribute or similar crosses section-boundaries" );
     if( bCheck )
         return CheckNodesRange( rRegion.Start()->nNode,
                                 rRegion.End()->nNode, true );
diff --git a/sw/source/filter/html/swhtml.cxx b/sw/source/filter/html/swhtml.cxx
index 6895714..9d7b928 100644
--- a/sw/source/filter/html/swhtml.cxx
+++ b/sw/source/filter/html/swhtml.cxx
@@ -2680,7 +2680,7 @@ void SwHTMLParser::_SetAttr( bool bChkEnd, bool 
bBeforeTable,
         }
         else
         {
-            // Attribiute im Content-Bereich duerfen nicht gesetzt
+            // Attribute im Content-Bereich duerfen nicht gesetzt
             // werden, wenn wir in einem Sonderbereich stehen, aber
             // umgekekehrt schon.
             sal_uLong nEndOfIcons = 
pDoc->GetNodes().GetEndOfExtras().GetIndex();
@@ -3043,7 +3043,7 @@ bool SwHTMLParser::EndAttr( _HTMLAttr* pAttr, _HTMLAttr 
**ppDepAttr,
         nEndCnt != pAttr->GetSttCnt() )
     {
         bInsert = true;
-        // We do some optimization for script depenedent attribtes here.
+        // We do some optimization for script depenedent attributes here.
         if( *pEndIdx == pAttr->GetSttPara() )
         {
             lcl_swhtml_getItemInfo( *pAttr, bScript, bFont, nScriptItem );
diff --git a/sw/source/filter/ww8/docxattributeoutput.hxx 
b/sw/source/filter/ww8/docxattributeoutput.hxx
index b7ce59d..61a6b0f 100644
--- a/sw/source/filter/ww8/docxattributeoutput.hxx
+++ b/sw/source/filter/ww8/docxattributeoutput.hxx
@@ -920,7 +920,7 @@ private:
     std::unique_ptr<sax_fastparser::FastAttributeList> 
m_pRunSdtPrDataBindingAttrs;
     /// Value of the <w:alias> paragraph SDT element.
     OUString m_aParagraphSdtPrAlias;
-    /// Same as m_aParagraphSdtPrAlias, but its content is aviailable till the 
SDT is closed.
+    /// Same as m_aParagraphSdtPrAlias, but its content is available till the 
SDT is closed.
     OUString m_aStartedParagraphSdtPrAlias;
     OUString m_aRunSdtPrAlias;
     /// Currently paragraph SDT has a <w:id> child element.
diff --git a/sw/source/filter/ww8/ww8par6.cxx b/sw/source/filter/ww8/ww8par6.cxx
index 267cd79..45a41a2 100644
--- a/sw/source/filter/ww8/ww8par6.cxx
+++ b/sw/source/filter/ww8/ww8par6.cxx
@@ -2770,7 +2770,7 @@ void SwWW8ImplReader::Read_Symbol(sal_uInt16, const 
sal_uInt8* pData, short nLen
         }
         else
         {
-            // Make new Font-Atribut
+            // Make new Font-Attribut
             // (will be closed in SwWW8ImplReader::ReadChars() )
 
             //Will not be added to the charencoding stack, for styles the real
diff --git a/sw/source/uibase/uiview/scroll.cxx 
b/sw/source/uibase/uiview/scroll.cxx
index 59812dc..4ff7d47 100644
--- a/sw/source/uibase/uiview/scroll.cxx
+++ b/sw/source/uibase/uiview/scroll.cxx
@@ -95,7 +95,7 @@ void SwScrollbar::SetAuto(bool bSet)
     {
         bAuto = bSet;
 
-        // hide autmatically - automatisch versteckt - then show
+        // hide automatically - automatisch versteckt - then show
         if(!bAuto && bVisible && !ScrollBar::IsVisible())
             ExtendedShow(true);
         else if(bAuto)
diff --git a/unotools/source/ucbhelper/ucblockbytes.cxx 
b/unotools/source/ucbhelper/ucblockbytes.cxx
index caf0898..27f6fa2 100644
--- a/unotools/source/ucbhelper/ucblockbytes.cxx
+++ b/unotools/source/ucbhelper/ucblockbytes.cxx
@@ -216,8 +216,8 @@ class Moderator
 {
     // usage restriction:
     // It might be possible, that the call to the interactionhandler and/or
-    // progresshandler is done asynchrounsly, while the 'execute' simply
-    // returns. This would imply that these class must be refcounted !!!
+    // progresshandler is done asynchronously, while the 'execute' simply
+    // returns. This would imply that these class must be refcounted!!!
 
 public:
     Moderator(
diff --git a/vcl/generic/print/genprnpsp.cxx b/vcl/generic/print/genprnpsp.cxx
index 26d72a9..faaddc9 100644
--- a/vcl/generic/print/genprnpsp.cxx
+++ b/vcl/generic/print/genprnpsp.cxx
@@ -18,10 +18,10 @@
  */
 
 /**
-  this file implements the sal printer interface ( SalPrinter, SalInfoPrinter
-  and some printer relevant methods of SalInstance and SalGraphicsData )
+  this file implements the sal printer interface (SalPrinter, SalInfoPrinter
+  and some printer relevant methods of SalInstance and SalGraphicsData)
 
-  as aunderlying library the printer features of psprint are used.
+  as underlying library the printer features of psprint are used.
 
   The query methods of a SalInfoPrinter are implemented by querying psprint
 
diff --git a/vcl/source/window/mouse.cxx b/vcl/source/window/mouse.cxx
index 3582ed6..b92bb20 100644
--- a/vcl/source/window/mouse.cxx
+++ b/vcl/source/window/mouse.cxx
@@ -248,7 +248,7 @@ void Window::ImplGrabFocus( GetFocusFlags nFlags )
         return;
 
     // we only need to set the focus if it is not already set
-    // note: if some other frame is waiting for an asynchrounous focus event
+    // note: if some other frame is waiting for an asynchronous focus event
     // we also have to post an asynchronous focus event for this frame
     // which is done using ToTop
     ImplSVData* pSVData = ImplGetSVData();
diff --git a/xmloff/source/draw/ximpshap.cxx b/xmloff/source/draw/ximpshap.cxx
index fac5f3b..ef359f8 100644
--- a/xmloff/source/draw/ximpshap.cxx
+++ b/xmloff/source/draw/ximpshap.cxx
@@ -2326,7 +2326,7 @@ void SdXMLCaptionShapeContext::StartElement(const 
uno::Reference< xml::sax::XAtt
         // because NbcAdjustTextFrameWidthAndHeight() is called (text is set 
later and center alignment
         // is the default setting, so the top left reference point that is 
used by the caption point is
         // no longer correct) There are two ways to solve this problem, 
temporarily disabling the
-        // autogrowwith as we are doing here or to apply the CaptionPoint 
after setting text
+        // autogrowwidth as we are doing here or to apply the CaptionPoint 
after setting text
         bool bIsAutoGrowWidth = false;
         if ( xProps.is() )
         {
diff --git a/xmloff/source/forms/elementexport.cxx 
b/xmloff/source/forms/elementexport.cxx
index 091e2e7..322374c 100644
--- a/xmloff/source/forms/elementexport.cxx
+++ b/xmloff/source/forms/elementexport.cxx
@@ -783,7 +783,7 @@ namespace xmloff
             static const sal_uInt16 nCurrentValueAttributeNamespaceKey = 
OAttributeMetaData::getCommonControlAttributeNamespace(CCA_CURRENT_VALUE);
             static const sal_uInt16 nValueAttributeNamespaceKey = 
OAttributeMetaData::getCommonControlAttributeNamespace(CCA_VALUE);
 
-            // add the atrtributes if necessary and possible
+            // add the attributes if necessary and possible
             if (pCurrentValuePropertyName && (CCA_CURRENT_VALUE & 
m_nIncludeCommon))
             {
                 // don't export the current-value if this value originates 
from a data binding
diff --git a/xmloff/source/forms/elementexport.hxx 
b/xmloff/source/forms/elementexport.hxx
index 7729441..07ddce1 100644
--- a/xmloff/source/forms/elementexport.hxx
+++ b/xmloff/source/forms/elementexport.hxx
@@ -153,8 +153,8 @@ namespace xmloff
 
         /** adds the attributes which are handled via generic IPropertyHandlers
 
-            <p>In the future, this really should be *all* attribiutes, instead 
of this shitload of
-            hand-crafted code we have currently ...</p>
+            <p>In the future, this really should be *all* attributes, instead 
of this shitload of
+            hand-crafted code we have currently...</p>
         */
         void exportGenericHandlerAttributes();
 
diff --git a/xmloff/source/forms/formattributes.hxx 
b/xmloff/source/forms/formattributes.hxx
index 299e8e0..3449606 100644
--- a/xmloff/source/forms/formattributes.hxx
+++ b/xmloff/source/forms/formattributes.hxx
@@ -61,7 +61,7 @@ namespace xmloff
     #define CCA_VISUAL_EFFECT           0x00800000
     #define CCA_ENABLEVISIBLE                 0x01000000
 
-    // flags for database control atttributes
+    // flags for database control attributes
     #define DA_BOUND_COLUMN             0x00000001
     #define DA_CONVERT_EMPTY            0x00000002
     #define DA_DATA_FIELD               0x00000004
diff --git a/xmloff/source/forms/propertyexport.cxx 
b/xmloff/source/forms/propertyexport.cxx
index 4fd3d4f..3627dd4 100644
--- a/xmloff/source/forms/propertyexport.cxx
+++ b/xmloff/source/forms/propertyexport.cxx
@@ -467,7 +467,7 @@ namespace xmloff
                 return;
         }
 
-        // finally add the attribuite to the context
+        // finally add the attribute to the context
         AddAttribute(_nAttributeNamespaceKey, _pAttributeName, sValue);
     }
 
diff --git a/xmloff/source/text/txtexppr.cxx b/xmloff/source/text/txtexppr.cxx
index dfb3594..1d05e3e 100644
--- a/xmloff/source/text/txtexppr.cxx
+++ b/xmloff/source/text/txtexppr.cxx
@@ -348,7 +348,7 @@ lcl_checkMultiProperty(XMLPropertyState *const pState,
 
 /**
  * Filter context of paragraph and character borders.
- * Compress border attriubtes. If one of groupable attributes (border type, 
border width, padding)
+ * Compress border attributes. If one of groupable attributes (border type, 
border width, padding)
  * is equal for all four side then just one general attribute will be exported.
 **/
 static void lcl_FilterBorders(
diff --git a/xmloff/source/transform/AttrTransformerAction.hxx 
b/xmloff/source/transform/AttrTransformerAction.hxx
index 81b2d93..0aef831 100644
--- a/xmloff/source/transform/AttrTransformerAction.hxx
+++ b/xmloff/source/transform/AttrTransformerAction.hxx
@@ -97,7 +97,7 @@ enum XMLAttrTransformerAction
                                          // - param1: pacakage URI are 
supported
     XML_ATACTION_URI_OASIS,              // an URI in OASIS notation
                                          // - param1: pacakage URI are 
supported
-    XML_ATACTION_RENAME_ATTRIBUTE,       // rename up to 3 different possible 
values of an attrbiute
+    XML_ATACTION_RENAME_ATTRIBUTE,       // rename up to 3 different possible 
values of an attribute
                                          // - param1: token of old attribute 
value (lower 16 bit)
                                          //           + token of new attribute 
value (upper 16 bit)
                                          // - param2: token of old attribute 
value
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to