[Libreoffice-commits] core.git: chart2/source comphelper/source cui/source dbaccess/source desktop/source filter/source fpicker/source framework/source include/comphelper include/osl include/svtools include/xmloff jurt/com lingucomponent/source lotuswordpro/source odk/examples qadevOOo/runner reportdesign/source sc/source sd/source svx/source sw/source toolkit/source vcl/source winaccessibility/source wizards/com xmloff/source

Andrea Gelmini andrea.gelmini at gelma.net
Sun Jul 19 12:45:39 PDT 2015


 chart2/source/controller/main/ChartController_Window.cxx                               |    2 +-
 chart2/source/controller/main/SelectionHelper.cxx                                      |    2 +-
 comphelper/source/property/propagg.cxx                                                 |    2 +-
 cui/source/tabpages/numfmt.cxx                                                         |    4 ++--
 dbaccess/source/ui/app/AppController.hxx                                               |    2 +-
 dbaccess/source/ui/inc/UITools.hxx                                                     |    2 +-
 dbaccess/source/ui/tabledesign/FieldDescriptions.cxx                                   |    2 +-
 desktop/source/app/cmdlineargs.cxx                                                     |    2 +-
 filter/source/msfilter/msvbahelper.cxx                                                 |    4 ++--
 filter/source/xsltfilter/XSLTFilter.cxx                                                |    2 +-
 fpicker/source/office/iodlg.cxx                                                        |    2 +-
 framework/source/dispatch/closedispatcher.cxx                                          |    2 +-
 framework/source/services/autorecovery.cxx                                             |    4 ++--
 framework/source/services/desktop.cxx                                                  |    4 ++--
 framework/source/services/frame.cxx                                                    |    2 +-
 include/comphelper/accessiblewrapper.hxx                                               |    4 ++--
 include/osl/security.h                                                                 |    4 ++--
 include/svtools/acceleratorexecute.hxx                                                 |    4 ++--
 include/xmloff/shapeimport.hxx                                                         |    2 +-
 jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java                            |    4 ++--
 lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx                                  |    2 +-
 lingucomponent/source/spellcheck/spell/sspellimp.cxx                                   |    2 +-
 lotuswordpro/source/filter/lwppagelayout.cxx                                           |    4 ++--
 lotuswordpro/source/filter/lwpprtinfo.cxx                                              |    2 +-
 lotuswordpro/source/filter/xfilter/xfcellstyle.hxx                                     |    2 +-
 lotuswordpro/source/filter/xfilter/xfparastyle.hxx                                     |    2 +-
 odk/examples/DevelopersGuide/Database/DriverSkeleton/SStatement.cxx                    |    2 +-
 odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXml.cxx |    2 +-
 qadevOOo/runner/lib/TestEnvironment.java                                               |    4 ++--
 reportdesign/source/ui/report/ReportController.cxx                                     |    2 +-
 sc/source/filter/inc/xiescher.hxx                                                      |    2 +-
 sd/source/ui/slideshow/slideshowimpl.cxx                                               |    2 +-
 sd/source/ui/slidesorter/inc/view/SlsFontProvider.hxx                                  |    2 +-
 sd/source/ui/view/drviews1.cxx                                                         |    2 +-
 svx/source/sdr/contact/viewcontactofgraphic.cxx                                        |    2 +-
 svx/source/sdr/contact/viewcontactofsdrcaptionobj.cxx                                  |    2 +-
 svx/source/unodraw/unoshape.cxx                                                        |    2 +-
 sw/source/core/docnode/ndtbl1.cxx                                                      |    2 +-
 sw/source/core/inc/anchoredobjectposition.hxx                                          |    4 ++--
 sw/source/filter/xml/xmltexti.cxx                                                      |    4 ++--
 toolkit/source/awt/vclxwindow.cxx                                                      |    2 +-
 toolkit/source/controls/unocontrolmodel.cxx                                            |    2 +-
 vcl/source/control/ilstbox.cxx                                                         |    2 +-
 winaccessibility/source/service/AccObjectWinManager.cxx                                |    4 ++--
 wizards/com/sun/star/wizards/agenda/AgendaDocument.py                                  |    4 ++--
 wizards/com/sun/star/wizards/web/FTPDialog.py                                          |    2 +-
 xmloff/source/core/xmlexp.cxx                                                          |    2 +-
 xmloff/source/draw/ximp3dscene.cxx                                                     |    2 +-
 48 files changed, 62 insertions(+), 62 deletions(-)

New commits:
commit 9f27e5b0e0df0fafbd9e3ba32a5b740d3ffba975
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Sun Jul 19 01:58:13 2015 +0200

    Fix typos
    
    Change-Id: I52cbaad71560d73f5e24f3de3cd62b00d678dd6c
    Reviewed-on: https://gerrit.libreoffice.org/17187
    Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
    Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>

diff --git a/chart2/source/controller/main/ChartController_Window.cxx b/chart2/source/controller/main/ChartController_Window.cxx
index 57addb8..7c44d85 100644
--- a/chart2/source/controller/main/ChartController_Window.cxx
+++ b/chart2/source/controller/main/ChartController_Window.cxx
@@ -858,7 +858,7 @@ void ChartController::execute_MouseButtonUp( const MouseEvent& rMEvt )
                 bool bClickedTwiceOnDragableObject = SelectionHelper::isDragableObjectHitTwice( aMPos, m_aSelection.getSelectedCID(), *pDrawViewWrapper );
                 bool bIsRotateable = m_aSelection.isRotateableObjectSelected( getModel() );
 
-                //toggel between move and rotate
+                //toggle between move and rotate
                 if( bIsRotateable && bClickedTwiceOnDragableObject && SDRDRAG_MOVE==m_eDragMode )
                     m_eDragMode=SDRDRAG_ROTATE;
                 else
diff --git a/chart2/source/controller/main/SelectionHelper.cxx b/chart2/source/controller/main/SelectionHelper.cxx
index c6da540..dd9090d 100644
--- a/chart2/source/controller/main/SelectionHelper.cxx
+++ b/chart2/source/controller/main/SelectionHelper.cxx
@@ -162,7 +162,7 @@ void Selection::adaptSelectionToNewPos( const Point& rMousePos, DrawViewWrapper*
 {
     if( pDrawViewWrapper )
     {
-        //do not toggel multiclick selection if right clicked on the selected object or waiting for double click
+        //do not toggle multiclick selection if right clicked on the selected object or waiting for double click
         bool bAllowMultiClickSelectionChange = !bIsRightMouse && !bWaitingForDoubleClick;
 
         ObjectIdentifier aLastSelectedObject( m_aSelectedOID );
diff --git a/comphelper/source/property/propagg.cxx b/comphelper/source/property/propagg.cxx
index 815a095..04342ed 100644
--- a/comphelper/source/property/propagg.cxx
+++ b/comphelper/source/property/propagg.cxx
@@ -106,7 +106,7 @@ OPropertyArrayAggregationHelper::OPropertyArrayAggregationHelper(
 
         // determine the handle for the property which we will expose to the outside world
         sal_Int32 nHandle = -1;
-        // ask the infor service first
+        // ask the info service first
         if ( _pInfoService )
             nHandle = _pInfoService->getPreferredPropertyId( pMergedProps->Name );
 
diff --git a/cui/source/tabpages/numfmt.cxx b/cui/source/tabpages/numfmt.cxx
index e2f8355..718b2f6 100644
--- a/cui/source/tabpages/numfmt.cxx
+++ b/cui/source/tabpages/numfmt.cxx
@@ -1018,7 +1018,7 @@ void SvxNumberFormatTabPage::UpdateOptions_Impl( bool bCheckCatChange /*= sal_Fa
 #*------------------------------------------------------------------------
 #*
 #*  Class:      SvxNumberFormatTabPage
-#*  Function:   Updates the format lisbox and additionally the
+#*  Function:   Updates the format listbox and additionally the
 #*              string in the editbox is changed depending on
 #*              the bUpdateEdit flag.
 #*  Input:      Flags for category and editbox.
@@ -1147,7 +1147,7 @@ void SvxNumberFormatTabPage::UpdateThousandEngineeringText()
 #*------------------------------------------------------------------------
 #*
 #*  Class:      SvxNumberFormatTabPage
-#*  Function:   On a double click in the format lisbox the
+#*  Function:   On a double click in the format listbox the
 #*              value is adopted and the OK button pushed.
 #*  Input:      Pointer on the Listbox
 #*  Output:     ---
diff --git a/dbaccess/source/ui/app/AppController.hxx b/dbaccess/source/ui/app/AppController.hxx
index 05e9397..b808254 100644
--- a/dbaccess/source/ui/app/AppController.hxx
+++ b/dbaccess/source/ui/app/AppController.hxx
@@ -139,7 +139,7 @@ namespace dbaui
 
         /** returns the stripped database name.
             @return
-                The stripped database name either the registered naem or if it is a file url the last segment.
+                The stripped database name either the registered name or if it is a file url the last segment.
         */
         OUString getStrippedDatabaseName() const;
 
diff --git a/dbaccess/source/ui/inc/UITools.hxx b/dbaccess/source/ui/inc/UITools.hxx
index 8180847..089a564 100644
--- a/dbaccess/source/ui/inc/UITools.hxx
+++ b/dbaccess/source/ui/inc/UITools.hxx
@@ -357,7 +357,7 @@ namespace dbaui
         @param  _rsDatabaseName
             Will be filled with the original data source if it is empty.
         @return
-            The stripped database name either the registered naem or if it is a file url the last segment.
+            The stripped database name either the registered name or if it is a file url the last segment.
     */
     OUString getStrippedDatabaseName(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _xDataSource
                                             ,OUString& _rsDatabaseName);
diff --git a/dbaccess/source/ui/tabledesign/FieldDescriptions.cxx b/dbaccess/source/ui/tabledesign/FieldDescriptions.cxx
index 159f0fb..8d173d8 100644
--- a/dbaccess/source/ui/tabledesign/FieldDescriptions.cxx
+++ b/dbaccess/source/ui/tabledesign/FieldDescriptions.cxx
@@ -97,7 +97,7 @@ OFieldDescription::OFieldDescription(const Reference< XPropertySet >& xAffectedC
     ,m_bIsCurrency(false)
     ,m_bHidden(false)
 {
-    OSL_ENSURE(xAffectedCol.is(),"PropetySet can notbe null!");
+    OSL_ENSURE(xAffectedCol.is(),"PropetySet can not be null!");
     if ( xAffectedCol.is() )
     {
         if ( _bUseAsDest )
diff --git a/desktop/source/app/cmdlineargs.cxx b/desktop/source/app/cmdlineargs.cxx
index 7fed61a..a9526c4 100644
--- a/desktop/source/app/cmdlineargs.cxx
+++ b/desktop/source/app/cmdlineargs.cxx
@@ -567,7 +567,7 @@ void CommandLineArgs::ParseCommandLine_Impl( Supplier& supplier )
                     }
                     else if ( bDisplaySpec )
                     {
-                        bDisplaySpec = false; // only one display, not a lsit
+                        bDisplaySpec = false; // only one display, not a list
                         bOpenEvent = true;    // set back to standard
                     }
                     else if ( bConversionEvent || bBatchPrintEvent )
diff --git a/filter/source/msfilter/msvbahelper.cxx b/filter/source/msfilter/msvbahelper.cxx
index 8216047..ebf458b 100644
--- a/filter/source/msfilter/msvbahelper.cxx
+++ b/filter/source/msfilter/msvbahelper.cxx
@@ -459,7 +459,7 @@ MacroResolvedInfo resolveVBAMacro( SfxObjectShell* pShell, const OUString& Macro
 #endif
 }
 
-// Treat the args as possible inouts ( conversion at bottom of method )
+// Treat the args as possible inputs (conversion at bottom of method)
 bool executeMacro( SfxObjectShell* pShell, const OUString& sMacroName, uno::Sequence< uno::Any >& aArgs, uno::Any& aRet, const uno::Any& /*aCaller*/)
 {
 #if !HAVE_FEATURE_SCRIPTING
@@ -485,7 +485,7 @@ bool executeMacro( SfxObjectShell* pShell, const OUString& sMacroName, uno::Sequ
             nErr = pShell->CallXScript( sUrl,
                                aArgs, aRet, aOutArgsIndex, aOutArgs, false );
             sal_Int32 nLen = aOutArgs.getLength();
-            // convert any out params to seem like they were inouts
+            // convert any out params to seem like they were inputs
             if ( nLen )
             {
                 for ( sal_Int32 index=0; index < nLen; ++index )
diff --git a/filter/source/xsltfilter/XSLTFilter.cxx b/filter/source/xsltfilter/XSLTFilter.cxx
index 82d1d7d..85ebe55 100644
--- a/filter/source/xsltfilter/XSLTFilter.cxx
+++ b/filter/source/xsltfilter/XSLTFilter.cxx
@@ -284,7 +284,7 @@ namespace XSLT
         OUString udStyleSheet = rel2abs(msUserData[4]);
 
         // get information from media descriptor
-        // the imput stream that represents the imported file
+        // the input stream that represents the imported file
         // is most important here since we need to supply it to
         // the sax parser that drives the supplied document handler
         sal_Int32 nLength = aSourceData.getLength();
diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx
index a73c1c2..387477a 100644
--- a/fpicker/source/office/iodlg.cxx
+++ b/fpicker/source/office/iodlg.cxx
@@ -1770,7 +1770,7 @@ void SvtFileDialog::onAsyncOperationFinished()
     m_pCurrentAsyncAction = NULL;
     if ( !m_bInExecuteAsync )
         _pImp->_pEdFileName->GrabFocus();
-        // (if m_bInExecuteAsync is true, then the operation was finished within the minium wait time,
+        // (if m_bInExecuteAsync is true, then the operation was finished within the minimum wait time,
         // and to the user, the operation appears to be synchronous)
 }
 
diff --git a/framework/source/dispatch/closedispatcher.cxx b/framework/source/dispatch/closedispatcher.cxx
index c8db190..11bd97d 100644
--- a/framework/source/dispatch/closedispatcher.cxx
+++ b/framework/source/dispatch/closedispatcher.cxx
@@ -236,7 +236,7 @@ void SAL_CALL CloseDispatcher::dispatchWithNotification(const css::util::URL&
                     document inside the frame. May the document shows a dialog and
                     the user ignore it. Then the state of the office can be changed
                     during we try to close frame and document.
-                - check the environment (menas count open frames - exlcuding our
+                - check the environment (means count open frames - excluding our
                   current one)
                 - decide then, if we must close this frame only, establish the backing mode
                   or shutdown the whole application.
diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx
index 15f00d4..bfdbcda 100644
--- a/framework/source/services/autorecovery.cxx
+++ b/framework/source/services/autorecovery.cxx
@@ -936,7 +936,7 @@ private:
      */
     static OUString implst_getJobDescription(sal_Int32 eJob);
 
-    /** @short  mape the given URL to an internal int representation.
+    /** @short  map the given URL to an internal int representation.
 
         @param  aURL
                 the url, which describe the next starting or may be already running
@@ -1343,7 +1343,7 @@ void SAL_CALL AutoRecovery::dispatch(const css::util::URL&
     ::comphelper::SequenceAsHashMap lArgs(lArguments);
 
     // check if somewhere wish to disable recovery temp. for this office session
-    // This can be done immediately ... must not been done asynchronous.
+    // This can be done immediately... must not been done asynchronous.
     if ((eNewJob & AutoRecovery::E_DISABLE_AUTORECOVERY) == AutoRecovery::E_DISABLE_AUTORECOVERY)
     {
         // it's important to set a flag internally, so AutoRecovery will be suppressed - even if it's requested.
diff --git a/framework/source/services/desktop.cxx b/framework/source/services/desktop.cxx
index 8b0d3dc..32add3f 100644
--- a/framework/source/services/desktop.cxx
+++ b/framework/source/services/desktop.cxx
@@ -890,8 +890,8 @@ css::uno::Reference< css::frame::XFrame > SAL_CALL Desktop::findFrame( const OUS
 
     // 0) Ignore wrong parameter!
     //    We don't support search for following special targets.
-    //    If we reject this requests - we mustnt check for such names
-    //    in following code again and again. If we do not so -wrong
+    //    If we reject these requests, we must not check for such names
+    //    in following code again and again. If we do not, so wrong
     //    search results can occur!
 
     if (
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx
index 92c4ff3..afcccfc 100644
--- a/framework/source/services/frame.cxx
+++ b/framework/source/services/frame.cxx
@@ -997,7 +997,7 @@ css::uno::Reference< css::frame::XFrame > SAL_CALL Frame::findFrame( const OUStr
 
     // 0) Ignore wrong parameter!
     //    We don't support search for following special targets.
-    //    If we reject this requests - we mustnt check for such names
+    //    If we reject this requests - we must not check for such names
     //    in following code again and again. If we do not so -wrong
     //    search results can occur!
 
diff --git a/include/comphelper/accessiblewrapper.hxx b/include/comphelper/accessiblewrapper.hxx
index 5e0888a..16513a0 100644
--- a/include/comphelper/accessiblewrapper.hxx
+++ b/include/comphelper/accessiblewrapper.hxx
@@ -171,7 +171,7 @@ namespace comphelper
 
             @param _rxOwningAccessible
                 The XAccessible which created this object. This is necessary because children
-                of our wrapped context meed to be wrapped, too, and if they're asked for a parent,
+                of our wrapped context need to be wrapped, too, and if they're asked for a parent,
                 they of course should return the proper parent<br/>
                 The object will be held with a hard reference
 
@@ -258,7 +258,7 @@ namespace comphelper
 
             @param _rxOwningAccessible
                 The XAccessible which created this object. This is necessary because children
-                of our wrapped context meed to be wrapped, too, and if they're asked for a parent,
+                of our wrapped context need to be wrapped, too, and if they're asked for a parent,
                 they of course should return the proper parent<br/>
                 The object will be held with a hard reference
 
diff --git a/include/osl/security.h b/include/osl/security.h
index ca1da8c..2199f3a 100644
--- a/include/osl/security.h
+++ b/include/osl/security.h
@@ -55,7 +55,7 @@ SAL_DLLPUBLIC oslSecurity SAL_CALL osl_getCurrentSecurity(void);
 /** Deprecated API
     Create a security handle for the denoted user.
     Try to log in the user on the local system.
-    @param[in] strUserName denotes the name of the user to logg in.
+    @param[in] strUserName denotes the name of the user to log in.
     @param[in] strPasswd the password for this user.
     @param[out] pSecurity returns the security handle if user could be logged in.
     @return osl_Security_E_None if user could be logged in, otherwise an error-code.
@@ -72,7 +72,7 @@ SAL_DLLPUBLIC oslSecurityError SAL_CALL osl_loginUser(
 /** Create a security handle for the denoted user.
     Try to log in the user on the denoted file server. On success the homedir will be
     the mapped drive on this server.
-    @param[in] strUserName denotes the name of the user to logg in.
+    @param[in] strUserName denotes the name of the user to log in.
     @param[in] strPasswd the password for this user.
     @param[in] strFileServer denotes the file server on which the user is logged in.
     @param[out] pSecurity returns the security handle if user could be logged in.
diff --git a/include/svtools/acceleratorexecute.hxx b/include/svtools/acceleratorexecute.hxx
index 20e1b36..1f2bfc2 100644
--- a/include/svtools/acceleratorexecute.hxx
+++ b/include/svtools/acceleratorexecute.hxx
@@ -62,12 +62,12 @@ struct TMutexInit
             Because execution of an accelerator command can be dangerous
             (in case it force an office shutdown for key "ALT+F4"!)
             all internal dispatches are done asynchronous.
-            Menas that the trigger call doesn't wait till the dispatch
+            Means that the trigger call doesn't wait till the dispatch
             is finished. You can call very often. All requests will be
             queued internal and dispatched ASAP.
 
             Of course this queue will be stopped if the environment
-            will be destructed ...
+            will be destructed...
  */
 class SVT_DLLPUBLIC AcceleratorExecute : private TMutexInit
 {
diff --git a/include/xmloff/shapeimport.hxx b/include/xmloff/shapeimport.hxx
index 4b28de2..b1869ad 100644
--- a/include/xmloff/shapeimport.hxx
+++ b/include/xmloff/shapeimport.hxx
@@ -232,7 +232,7 @@ public:
     SdXML3DSceneAttributesHelper( SvXMLImport& rImporter );
     ~SdXML3DSceneAttributesHelper();
 
-    /** creates a 3d ligth context and adds it to the internal list for later processing */
+    /** creates a 3d light context and adds it to the internal list for later processing */
     SvXMLImportContext * create3DLightContext( sal_uInt16 nPrfx, const OUString& rLName, const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList >& xAttrList);
 
     /** this should be called for each scene attribute */
diff --git a/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java b/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java
index 9d96476..f6ff174 100644
--- a/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java
+++ b/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java
@@ -55,8 +55,8 @@ public class JobQueue {
     protected Object    _doDispose = null;
     protected Throwable _throwable;
 
-    protected JobQueue  _async_jobQueue; // chaining job qeueus for asyncs
-    protected JobQueue  _sync_jobQueue;  // chaining job qeueus for syncs
+    protected JobQueue  _async_jobQueue; // chaining job queues for asyncs
+    protected JobQueue  _sync_jobQueue;  // chaining job queues for syncs
 
     protected boolean _active = false;
 
diff --git a/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx b/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx
index f70e976..5328c70 100644
--- a/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx
+++ b/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx
@@ -574,7 +574,7 @@ Reference< XPossibleHyphens > SAL_CALL Hyphenator::createPossibleHyphens( const
 
 #if defined(WNT)
             // workaround for Windows specific problem that the
-            // path length in calls to 'fopen' is limted to somewhat
+            // path length in calls to 'fopen' is limited to somewhat
             // about 120+ characters which will usually be exceed when
             // using dictionaries as extensions.
             sTmp = Win_GetShortPathName( dictpath );
diff --git a/lingucomponent/source/spellcheck/spell/sspellimp.cxx b/lingucomponent/source/spellcheck/spell/sspellimp.cxx
index acb0a99..2fd0f58 100644
--- a/lingucomponent/source/spellcheck/spell/sspellimp.cxx
+++ b/lingucomponent/source/spellcheck/spell/sspellimp.cxx
@@ -302,7 +302,7 @@ sal_Int16 SpellChecker::GetSpellFailure( const OUString &rWord, const Locale &rL
                     osl::FileBase::getSystemPathFromFileURL(affpath,aff);
 #if defined(WNT)
                     // workaround for Windows specific problem that the
-                    // path length in calls to 'fopen' is limted to somewhat
+                    // path length in calls to 'fopen' is limited to somewhat
                     // about 120+ characters which will usually be exceed when
                     // using dictionaries as extensions. (Hunspell waits UTF-8 encoded
                     // path with \\?\ long path prefix.)
diff --git a/lotuswordpro/source/filter/lwppagelayout.cxx b/lotuswordpro/source/filter/lwppagelayout.cxx
index 82c095d..21edb92 100644
--- a/lotuswordpro/source/filter/lwppagelayout.cxx
+++ b/lotuswordpro/source/filter/lwppagelayout.cxx
@@ -755,7 +755,7 @@ void LwpHeaderLayout::RegisterStyle(XFPageMaster* pm1)
     XFHeaderStyle* pHeaderStyle = new XFHeaderStyle();
 
     //Modify page top margin
-    //page top maring: from top of header to the top edge
+    //page top marging: from top of header to the top edge
     double top = GetMarginsValue(MARGIN_TOP);
     pm1->SetMargins(-1, -1, top, -1);
 
@@ -920,7 +920,7 @@ void LwpFooterLayout::RegisterStyle(XFPageMaster* pm1)
     XFFooterStyle* pFooterStyle = new XFFooterStyle();
 
     //Modify page bottom margin
-    //page bottom maring: from bottom of footer to the bottom edge
+    //page bottom margin: from bottom of footer to the bottom edge
     double bottom = GetMarginsValue(MARGIN_BOTTOM);
     pm1->SetMargins(-1, -1, -1, bottom);
 
diff --git a/lotuswordpro/source/filter/lwpprtinfo.cxx b/lotuswordpro/source/filter/lwpprtinfo.cxx
index 31d95a0..ee6a6a0 100644
--- a/lotuswordpro/source/filter/lwpprtinfo.cxx
+++ b/lotuswordpro/source/filter/lwpprtinfo.cxx
@@ -78,7 +78,7 @@ void LwpPrinterInfo::Skip(LwpObjectStream *pStrm)
     sal_uInt32 size = pStrm->QuickReaduInt32();
     pStrm->SeekRel(static_cast<sal_uInt16>(size));
 
-    //Skip others printer infor
+    //Skip other printer info
     pStrm->SeekRel(6*sizeof(sal_uInt16)+sizeof(sal_uInt32)+sizeof(sal_uInt16));
 
     //Skip the next five LwpAtomHolder
diff --git a/lotuswordpro/source/filter/xfilter/xfcellstyle.hxx b/lotuswordpro/source/filter/xfilter/xfcellstyle.hxx
index 2f60578..efabda9 100644
--- a/lotuswordpro/source/filter/xfilter/xfcellstyle.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfcellstyle.hxx
@@ -93,7 +93,7 @@ public:
     void    SetDataStyle(const OUString& style);
 
     /**
-     * @descr:  Set the pading of the paragraph.This is the distance
+     * @descr:  Set the padding of the paragraph.This is the distance
                 between the border and the top of the text.
      * @param:  indent value of the padding.
      */
diff --git a/lotuswordpro/source/filter/xfilter/xfparastyle.hxx b/lotuswordpro/source/filter/xfilter/xfparastyle.hxx
index e90f941..2d248dd 100644
--- a/lotuswordpro/source/filter/xfilter/xfparastyle.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfparastyle.hxx
@@ -129,7 +129,7 @@ public:
     void    SetIndent(double indent );
 
     /**
-     * @descr   Set the pading of the paragraph.This is the distance
+     * @descr   Set the padding of the paragraph.This is the distance
                 between the border and the top of the text.
      * @param   indent value of the padding.
      */
diff --git a/odk/examples/DevelopersGuide/Database/DriverSkeleton/SStatement.cxx b/odk/examples/DevelopersGuide/Database/DriverSkeleton/SStatement.cxx
index bc84cc4..a79d9c1 100644
--- a/odk/examples/DevelopersGuide/Database/DriverSkeleton/SStatement.cxx
+++ b/odk/examples/DevelopersGuide/Database/DriverSkeleton/SStatement.cxx
@@ -161,7 +161,7 @@ Reference< XResultSet > SAL_CALL OStatement_Base::executeQuery( const ::rtl::OUS
     Reference< XResultSet > xRS = NULL;
     // create a resultset as result of executing the sql statement
     // you have to here something :-)
-    m_xResultSet = xRS; // we nedd a reference to it for later use
+    m_xResultSet = xRS; // we need a reference to it for later use
     return xRS;
 }
 
diff --git a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXml.cxx b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXml.cxx
index 6c7e6d7..0dc302a 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXml.cxx
+++ b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXml.cxx
@@ -132,7 +132,7 @@ sal_Bool XFlatXml::importer(
     throw (RuntimeException)
 {
     // get information from media descriptor
-    // the imput stream that represents the imported file
+    // the input stream that represents the imported file
     // is most important here since we need to supply it to
     // the sax parser that drives the supplied document handler
     sal_Int32 nLength = aSourceData.getLength();
diff --git a/qadevOOo/runner/lib/TestEnvironment.java b/qadevOOo/runner/lib/TestEnvironment.java
index ba00770..bba50c1 100644
--- a/qadevOOo/runner/lib/TestEnvironment.java
+++ b/qadevOOo/runner/lib/TestEnvironment.java
@@ -42,7 +42,7 @@ public final class TestEnvironment {
     private final XInterface testObject;
 
     /**
-     * Indicates that the testObject is in invalid state and should notbe
+     * Indicates that the testObject is in invalid state and should not be
      * used for testing anymore.
      */
     private boolean disposed = false;
@@ -129,4 +129,4 @@ public final class TestEnvironment {
     public boolean isDisposed() {
         return disposed;
     }
-}
\ No newline at end of file
+}
diff --git a/reportdesign/source/ui/report/ReportController.cxx b/reportdesign/source/ui/report/ReportController.cxx
index b87c2c1..cb68030 100644
--- a/reportdesign/source/ui/report/ReportController.cxx
+++ b/reportdesign/source/ui/report/ReportController.cxx
@@ -4164,7 +4164,7 @@ void OReportController::impl_zoom_nothrow()
 bool OReportController::isFormatCommandEnabled(sal_uInt16 _nCommand,const uno::Reference< report::XReportControlFormat>& _xReportControlFormat)
 {
     bool bRet = false;
-    if ( _xReportControlFormat.is() && !uno::Reference< report::XFixedLine>(_xReportControlFormat,uno::UNO_QUERY).is() ) // this command is really often called so we nedd a short cut here
+    if ( _xReportControlFormat.is() && !uno::Reference< report::XFixedLine>(_xReportControlFormat,uno::UNO_QUERY).is() ) // this command is really often called so we need a short cut here
     {
         try
         {
diff --git a/sc/source/filter/inc/xiescher.hxx b/sc/source/filter/inc/xiescher.hxx
index ebf7792..e034c2b 100644
--- a/sc/source/filter/inc/xiescher.hxx
+++ b/sc/source/filter/inc/xiescher.hxx
@@ -435,7 +435,7 @@ private:
     bool                mbOwnTab;       /// true = own sheet; false = embedded object.
 };
 
-/** A note object, which is a specialized text box objext. */
+/** A note object, which is a specialized text box object. */
 class XclImpNoteObj : public XclImpTextObj
 {
 public:
diff --git a/sd/source/ui/slideshow/slideshowimpl.cxx b/sd/source/ui/slideshow/slideshowimpl.cxx
index e83929f..07f7f3c 100644
--- a/sd/source/ui/slideshow/slideshowimpl.cxx
+++ b/sd/source/ui/slideshow/slideshowimpl.cxx
@@ -1402,7 +1402,7 @@ void SlideshowImpl::displayCurrentSlide (const bool bSkipAllMainSequenceEffects)
             pBindings->Invalidate( SID_NAVIGATOR_PAGENAME );
         }
     }
-    // send out page change event and notity to update all acc info for current page
+    // send out page change event and notify to update all acc info for current page
     if (mpViewShell)
     {
         sal_Int32 currentPageIndex = getCurrentSlideIndex();
diff --git a/sd/source/ui/slidesorter/inc/view/SlsFontProvider.hxx b/sd/source/ui/slidesorter/inc/view/SlsFontProvider.hxx
index d4b7817..6507bb9 100644
--- a/sd/source/ui/slidesorter/inc/view/SlsFontProvider.hxx
+++ b/sd/source/ui/slidesorter/inc/view/SlsFontProvider.hxx
@@ -58,7 +58,7 @@ private:
         with a different map mode or by a call to Invalidate().
     */
     SharedFontPointer maFont;
-    /** The mape mode for which maFont was created.
+    /** The map mode for which maFont was created.
     */
     MapMode maMapMode;
 
diff --git a/sd/source/ui/view/drviews1.cxx b/sd/source/ui/view/drviews1.cxx
index 28fd92c..f1ec203 100644
--- a/sd/source/ui/view/drviews1.cxx
+++ b/sd/source/ui/view/drviews1.cxx
@@ -296,7 +296,7 @@ void DrawViewShell::SetZoomRect( const Rectangle& rZoomRect )
 
 /**
  * PrepareClose, as appropriate end text input, so other viewshells
- * discover an refreshed text objext.
+ * discover a refreshed text object.
  */
 
 bool DrawViewShell::PrepareClose( bool bUI )
diff --git a/svx/source/sdr/contact/viewcontactofgraphic.cxx b/svx/source/sdr/contact/viewcontactofgraphic.cxx
index 10bd3e0..4f07fea 100644
--- a/svx/source/sdr/contact/viewcontactofgraphic.cxx
+++ b/svx/source/sdr/contact/viewcontactofgraphic.cxx
@@ -366,7 +366,7 @@ namespace sdr
                 fShearX, fRotate,
                 aObjectRange.getMinX(), aObjectRange.getMinY()));
 
-            // get the current, unchenged graphic obect from SdrGrafObj
+            // get the current, unchanged graphic object from SdrGrafObj
             const GraphicObject& rGraphicObject = GetGrafObject().GetGraphicObject(false);
 
             if(visualisationUsesPresObj())
diff --git a/svx/source/sdr/contact/viewcontactofsdrcaptionobj.cxx b/svx/source/sdr/contact/viewcontactofsdrcaptionobj.cxx
index 3d5e1c4..4e11960 100644
--- a/svx/source/sdr/contact/viewcontactofsdrcaptionobj.cxx
+++ b/svx/source/sdr/contact/viewcontactofsdrcaptionobj.cxx
@@ -150,7 +150,7 @@ namespace sdr
 
                     if(nXDist || nYDist)
                     {
-                        // #119750# create obect and shadow outline, clip shadow outline
+                        // #119750# create object and shadow outline, clip shadow outline
                         // on object outline. If there is a rest, create shadow. Do this to
                         // emulate that shadow is *not* visible behind the object for
                         // transparent object fill for comments in excel
diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx
index 94ceb43..85e0b78 100644
--- a/svx/source/unodraw/unoshape.cxx
+++ b/svx/source/unodraw/unoshape.cxx
@@ -4213,7 +4213,7 @@ uno::Any SvxItemPropertySet_getPropertyValue( const SfxItemPropertySimpleEntry*
     if(!pMap || !pMap->nWID)
         return uno::Any();
 
-    // Check is for items that store either metric values if thei are positiv or percentage if thei are negativ.
+    // Check is for items that store either metric values if they are positive or percentage if they are negative.
     bool bDontConvertNegativeValues = ( pMap->nWID == XATTR_FILLBMP_SIZEX || pMap->nWID == XATTR_FILLBMP_SIZEY );
     return SvxItemPropertySet::getPropertyValue( pMap, rSet, (pMap->nWID != SDRATTR_XMLATTRIBUTES), bDontConvertNegativeValues );
 }
diff --git a/sw/source/core/docnode/ndtbl1.cxx b/sw/source/core/docnode/ndtbl1.cxx
index 6913c1f..578cd50 100644
--- a/sw/source/core/docnode/ndtbl1.cxx
+++ b/sw/source/core/docnode/ndtbl1.cxx
@@ -1283,7 +1283,7 @@ static sal_uInt16 lcl_CalcCellFit( const SwLayoutFrm *pCell )
  *
  * That means that the Line has been "split" by other Cells due to the
  * two-dimensional representation used. Thus, we have to distribute the cell's
- * default or minium value amongst the Cell it has been split by.
+ * default or minimum value amongst the Cell it has been split by.
  *
  * First, we collect the Columns (not the Column separators) which overlap
  * with the Cell. We then distribute the desired value according to the
diff --git a/sw/source/core/inc/anchoredobjectposition.hxx b/sw/source/core/inc/anchoredobjectposition.hxx
index ec9617a..21f55e2 100644
--- a/sw/source/core/inc/anchoredobjectposition.hxx
+++ b/sw/source/core/inc/anchoredobjectposition.hxx
@@ -355,7 +355,7 @@ namespace objectpositioning
             input parameter - horizontal position of object
 
             @param _eRelOrient
-            inpt parameter - alignment of object
+            input parameter - alignment of object
 
             @param _rLRSpacing
             input parameter - left and right spacing of the object to the text
@@ -401,7 +401,7 @@ namespace objectpositioning
             input parameter - horizontal position of object
 
             @param _eRelOrient
-            inpt parameter - alignment of object
+            input parameter - alignment of object
 
             @return boolean indicating, if object has to be drawn aside
             given fly frame.
diff --git a/sw/source/filter/xml/xmltexti.cxx b/sw/source/filter/xml/xmltexti.cxx
index 1b3f08d..deaf437 100644
--- a/sw/source/filter/xml/xmltexti.cxx
+++ b/sw/source/filter/xml/xmltexti.cxx
@@ -556,7 +556,7 @@ uno::Reference< XPropertySet > SwXMLTextImportHelper::createAndInsertOOoLink(
                            &aTwipSize.Height(), &aTwipSize.Width() );
 
     // We'll need a (valid) URL. If we don't have do not insert the link and return early.
-    // Copy URL into URL oject on the way.
+    // Copy URL into URL object on the way.
        INetURLObject aURLObj;
     bool bValidURL = !rHRef.isEmpty() &&
                      aURLObj.SetURL( URIHelper::SmartRel2Abs(
@@ -689,7 +689,7 @@ uno::Reference< XPropertySet > SwXMLTextImportHelper::createAndInsertPlugin(
     lcl_putHeightAndWidth( aItemSet, nHeight, nWidth);
 
     // We'll need a (valid) URL, or we need a MIME type. If we don't have
-    // either, do not insert plugin and return early. Copy URL into URL oject
+    // either, do not insert plugin and return early. Copy URL into URL object
     // on the way.
        INetURLObject aURLObj;
 
diff --git a/toolkit/source/awt/vclxwindow.cxx b/toolkit/source/awt/vclxwindow.cxx
index 3aeb936..2022f0f 100644
--- a/toolkit/source/awt/vclxwindow.cxx
+++ b/toolkit/source/awt/vclxwindow.cxx
@@ -1315,7 +1315,7 @@ void VCLXWindow::ImplGetPropertyIds( std::list< sal_uInt16 > &rIds, bool bWithDe
         {
             // some properties are not included in the FontDescriptor, but every time
             // when we have a FontDescriptor we want to have these properties too.
-            // => Easier to register the here, istead everywhere where I register the FontDescriptor...
+            // => Easier to register the here, instead everywhere where I register the FontDescriptor...
 
             rIds.push_back( BASEPROPERTY_TEXTCOLOR );
             rIds.push_back( BASEPROPERTY_TEXTLINECOLOR );
diff --git a/toolkit/source/controls/unocontrolmodel.cxx b/toolkit/source/controls/unocontrolmodel.cxx
index 371751a..c33e862 100644
--- a/toolkit/source/controls/unocontrolmodel.cxx
+++ b/toolkit/source/controls/unocontrolmodel.cxx
@@ -391,7 +391,7 @@ void UnoControlModel::ImplRegisterProperty( sal_uInt16 nPropId )
     {
         // some properties are not included in the FontDescriptor, but every time
         // when we have a FontDescriptor we want to have these properties too.
-        // => Easier to register the here, istead everywhere where I register the FontDescriptor...
+        // => Easier to register the here, instead everywhere where I register the FontDescriptor...
 
         ImplRegisterProperty( BASEPROPERTY_TEXTCOLOR );
         ImplRegisterProperty( BASEPROPERTY_TEXTLINECOLOR );
diff --git a/vcl/source/control/ilstbox.cxx b/vcl/source/control/ilstbox.cxx
index fde4faa..78145cf 100644
--- a/vcl/source/control/ilstbox.cxx
+++ b/vcl/source/control/ilstbox.cxx
@@ -923,7 +923,7 @@ void ImplListBoxWindow::MouseMove( const MouseEvent& rMEvt )
                             ImplCallSelect();
                             mbTravelSelect = false;
                         }
-                        // When list box selection change by mouse move, notity
+                        // When list box selection change by mouse move, notify
                         // VCLEVENT_LISTBOX_SELECT vcl event.
                         else
                         {
diff --git a/winaccessibility/source/service/AccObjectWinManager.cxx b/winaccessibility/source/service/AccObjectWinManager.cxx
index 746dae3..fe1d49a 100644
--- a/winaccessibility/source/service/AccObjectWinManager.cxx
+++ b/winaccessibility/source/service/AccObjectWinManager.cxx
@@ -358,7 +358,7 @@ short AccObjectWinManager::GetParentRole( XAccessible* pXAcc )
 }
 
 /**
-   * Update focus objcet by new focused XAccessible interface.
+   * Update focus object by new focused XAccessible interface.
    * @param newFocus New XAccessible interface that gets focus.
    * @return
    */
@@ -377,7 +377,7 @@ void AccObjectWinManager::UpdateAccFocus(XAccessible* newFocus)
 }
 
 /**
-   * Update selected objcet by new focused XAccessible interface.
+   * Update selected object by new focused XAccessible interface.
    * @param pXAcc XAccessible interface that has selected child changed.
    * @return Selected children count.
    */
diff --git a/wizards/com/sun/star/wizards/agenda/AgendaDocument.py b/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
index 23c9a60..b72eede 100644
--- a/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
+++ b/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
@@ -824,10 +824,10 @@ class Topics(object):
     Note this method does only reducing - if
     the number of topics given is greater than the
     number of actual topics it does *not* add
-    rows !
+    rows!
     Note also that the first topic will never be removed.
     If the table contains no topics, the whole section will
-    be removed uppon finishing.
+    be removed upon finishing.
     The reason for that is a "table-design" one: the first topic is
     maintained in order to be able to add rows with a design of this topic,
     and not of the header row.
diff --git a/wizards/com/sun/star/wizards/web/FTPDialog.py b/wizards/com/sun/star/wizards/web/FTPDialog.py
index 5f45ae6..765685c 100644
--- a/wizards/com/sun/star/wizards/web/FTPDialog.py
+++ b/wizards/com/sun/star/wizards/web/FTPDialog.py
@@ -215,7 +215,7 @@ class FTPDialog(UnoDialog2, UIConsts):
 
     # updates the hostname, username, password and
     # directory text fields.
-    # is called uppon initialization.
+    # It's called upon initialization.
     def updateUI(self):
         DataAware.updateUIs(self.dataAware)
         self.setDir(self.folder)
diff --git a/xmloff/source/core/xmlexp.cxx b/xmloff/source/core/xmlexp.cxx
index 471a307..a1fdce6 100644
--- a/xmloff/source/core/xmlexp.cxx
+++ b/xmloff/source/core/xmlexp.cxx
@@ -2378,7 +2378,7 @@ void SvXMLExport::SetError(
     if ( ( nId & XMLERROR_FLAG_SEVERE ) != 0 )
         mnErrorFlags |= SvXMLErrorFlags::DO_NOTHING;
 
-    // create error lsit on demand
+    // create error list on demand
     if ( mpXMLErrors == NULL )
         mpXMLErrors = new XMLErrors();
 
diff --git a/xmloff/source/draw/ximp3dscene.cxx b/xmloff/source/draw/ximp3dscene.cxx
index 72055e9..15b7fb9 100644
--- a/xmloff/source/draw/ximp3dscene.cxx
+++ b/xmloff/source/draw/ximp3dscene.cxx
@@ -225,7 +225,7 @@ SdXML3DSceneAttributesHelper::~SdXML3DSceneAttributesHelper()
     maList.clear();
 }
 
-/** creates a 3d ligth context and adds it to the internal list for later processing */
+/** creates a 3d light context and adds it to the internal list for later processing */
 SvXMLImportContext * SdXML3DSceneAttributesHelper::create3DLightContext( sal_uInt16 nPrfx, const OUString& rLName, const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList >& xAttrList)
 {
     SvXMLImportContext* pContext = new SdXML3DLightContext(mrImport, nPrfx, rLName, xAttrList);


More information about the Libreoffice-commits mailing list