[Libreoffice-commits] core.git: dbaccess/source drawinglayer/source extensions/source filter/source fpicker/source framework/source include/svx sc/source sd/source sfx2/source slideshow/source svl/source svtools/source svx/source vcl/source xmlsecurity/source

Andrea Gelmini andrea.gelmini at gelma.net
Tue Jun 16 04:21:41 PDT 2015


 dbaccess/source/ui/misc/UITools.cxx                        |    2 +-
 drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx |    2 +-
 extensions/source/bibliography/datman.cxx                  |    2 +-
 filter/source/config/cache/typedetection.hxx               |    2 +-
 fpicker/source/office/iodlg.cxx                            |    4 ++--
 framework/source/dispatch/closedispatcher.cxx              |    2 +-
 include/svx/svdhdl.hxx                                     |    2 +-
 sc/source/ui/dbgui/validate.cxx                            |    2 +-
 sc/source/ui/docshell/docsh2.cxx                           |    2 +-
 sd/source/ui/dlg/animobjs.cxx                              |    2 +-
 sd/source/ui/func/fudraw.cxx                               |    2 +-
 sfx2/source/dialog/templdlg.cxx                            |    2 +-
 slideshow/source/inc/animationnodefactory.hxx              |    2 +-
 svl/source/numbers/zforfind.hxx                            |    2 +-
 svtools/source/uno/contextmenuhelper.cxx                   |    2 +-
 svx/source/sdr/primitive2d/sdrcustomshapeprimitive2d.cxx   |    2 +-
 vcl/source/outdev/transparent.cxx                          |    2 +-
 xmlsecurity/source/xmlsec/nss/ciphercontext.cxx            |    2 +-
 18 files changed, 19 insertions(+), 19 deletions(-)

New commits:
commit 814af9f1e59d1a76473b2c72cae4ba8afe1c52d4
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Tue Jun 16 12:20:56 2015 +0200

    Fix typos
    
    Change-Id: Icfb885b72d51edc886851cf503c56fa12b8f559f
    Reviewed-on: https://gerrit.libreoffice.org/16309
    Reviewed-by: Michael Stahl <mstahl at redhat.com>
    Tested-by: Michael Stahl <mstahl at redhat.com>

diff --git a/dbaccess/source/ui/misc/UITools.cxx b/dbaccess/source/ui/misc/UITools.cxx
index 2b15eae..37c57f6 100644
--- a/dbaccess/source/ui/misc/UITools.cxx
+++ b/dbaccess/source/ui/misc/UITools.cxx
@@ -1136,7 +1136,7 @@ namespace
 
         return bRet;
     }
-} // annonymous
+} // anonymous
 
 ::com::sun::star::util::URL createHelpAgentURL(const OUString& _sModuleName, const OString& sHelpId)
 {
diff --git a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
index dd200ab..6a4da36 100644
--- a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
@@ -691,7 +691,7 @@ namespace drawinglayer
             the rectangle data is added directly by the GraphicsExporter as comment. Does not need
             to be adapted at once.
             When adapting later, the only user - the diashow - should directly use the provided
-            Anination infos in the appropriate primitives (e.g. AnimatedSwitchPrimitive2D)
+            Animation infos in the appropriate primitives (e.g. AnimatedSwitchPrimitive2D)
 
             PRNSPOOL_TRANSPARENTBITMAP_BEGIN, PRNSPOOL_TRANSPARENTBITMAP_END
             VCL usage when printing PL -> THB. Okay, THB confirms that it is only used as
diff --git a/extensions/source/bibliography/datman.cxx b/extensions/source/bibliography/datman.cxx
index a1fc5b8..44c8c9a 100644
--- a/extensions/source/bibliography/datman.cxx
+++ b/extensions/source/bibliography/datman.cxx
@@ -1392,7 +1392,7 @@ Reference< awt::XControlModel > BibDataManager::loadControlModel(
             // in the current scenario, we insert a control model into a form. This results in the control model
             // adding itself as load listener to the form. Now, the form should realize that it's already loaded
             // and notify the model (which it knows as XLoadListener only) immediately. This seems to make sense.
-            // (as an anologon to the XStatusListener semantics).
+            // (as an analogon to the XStatusListener semantics).
             //
             // But this would be way too risky for this last-day fix here.
             Reference< XLoadable > xLoad( m_xForm, UNO_QUERY );
diff --git a/filter/source/config/cache/typedetection.hxx b/filter/source/config/cache/typedetection.hxx
index b06d151..d9c6a63b 100644
--- a/filter/source/config/cache/typedetection.hxx
+++ b/filter/source/config/cache/typedetection.hxx
@@ -271,7 +271,7 @@ private:
 
 
 
-    /** @short      remove anythimng related to a TYPE/FILTER entry from the
+    /** @short      remove anything related to a TYPE/FILTER entry from the
                     specified MediaDescriptor.
 
         @descr      This method works together with impl_validateAndSetTypeOnDescriptor()/
diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx
index 451d5ba..9f43429 100644
--- a/fpicker/source/office/iodlg.cxx
+++ b/fpicker/source/office/iodlg.cxx
@@ -946,11 +946,11 @@ IMPL_LINK( SvtFileDialog, OpenHdl_Impl, void*, pVoid )
     // check if it is a folder
     bool bIsFolder = false;
 
-    // first thing before doing anyhing with the content: Reset it. When the user presses "open" (or "save" or "export",
+    // first thing before doing anything with the content: Reset it. When the user presses "open" (or "save" or "export",
     // for that matter), s/he wants the complete handling, including all possible error messages, even if s/he
     // does the same thing for the same content twice, s/he wants both fails to be displayed.
     // Without the reset, it could be that the content cached all relevant information, and will not display any
-    // error messages for the same content a second time ....
+    // error messages for the same content a second time...
     m_aContent.bindTo( OUString( ) );
 
     if ( !aFileName.isEmpty() )
diff --git a/framework/source/dispatch/closedispatcher.cxx b/framework/source/dispatch/closedispatcher.cxx
index 9548861..47c9cf1 100644
--- a/framework/source/dispatch/closedispatcher.cxx
+++ b/framework/source/dispatch/closedispatcher.cxx
@@ -408,7 +408,7 @@ IMPL_LINK_NOARG(CloseDispatcher, impl_asyncCallback)
     // This method was called asynchronous from our main thread by using a pointer.
     // We reached this method only, by using a reference to ourself :-)
     // Further this member is used to detect still running and not yet finished
-    // ansynchronous operations. So its time now to release this reference.
+    // asynchronous operations. So its time now to release this reference.
     // But hold it temp alive. Otherwise we die before we can finish this method really :-))
     css::uno::Reference< css::uno::XInterface > xTempHold = m_xSelfHold;
     m_xSelfHold.clear();
diff --git a/include/svx/svdhdl.hxx b/include/svx/svdhdl.hxx
index ce74428..486baaf 100644
--- a/include/svx/svdhdl.hxx
+++ b/include/svx/svdhdl.hxx
@@ -118,7 +118,7 @@ enum BitmapMarkerKind
     Glue_Deselected,
     Anchor,
 
-    // #98388# add AnchorPressed to be able to aninate anchor control, too.
+    // #98388# add AnchorPressed to be able to animate anchor control, too.
     AnchorPressed,
 
     // #101688# AnchorTR for SW
diff --git a/sc/source/ui/dbgui/validate.cxx b/sc/source/ui/dbgui/validate.cxx
index 23fb0f8..40be7f2 100644
--- a/sc/source/ui/dbgui/validate.cxx
+++ b/sc/source/ui/dbgui/validate.cxx
@@ -145,7 +145,7 @@ void ScTPValidationValue::RefInputDonePostHdl()
     if( m_pRefEdit && m_pRefEdit->GetParent() != m_pRefGrid )
     {
         m_pRefEdit->SetParent( m_pRefGrid );
-        m_pBtnRef->SetParent( m_pRefEdit ); //if Edit SetParent but button not, the tab order will be incorrect, need button to setparent to anthor window and restore parent later in order to restore the tab order
+        m_pBtnRef->SetParent( m_pRefEdit ); //if Edit SetParent but button not, the tab order will be incorrect, need button to setparent to another window and restore parent later in order to restore the tab order
     }
 
     if( m_pBtnRef->GetParent() != m_pRefGrid )
diff --git a/sc/source/ui/docshell/docsh2.cxx b/sc/source/ui/docshell/docsh2.cxx
index 6f8b4f4..ea02ccf 100644
--- a/sc/source/ui/docshell/docsh2.cxx
+++ b/sc/source/ui/docshell/docsh2.cxx
@@ -53,7 +53,7 @@ bool ScDocShell::InitNew( const uno::Reference < embed::XStorage >& xStor )
     aDocument.GetStyleSheetPool()->CreateStandardStyles();
     aDocument.UpdStlShtPtrsFrmNms();
 
-    //  SetDocumentModified is not allowed anymoe in Load/InitNew!
+    //  SetDocumentModified is not allowed anymore in Load/InitNew!
     InitItems();
     CalcOutputFactor();
 
diff --git a/sd/source/ui/dlg/animobjs.cxx b/sd/source/ui/dlg/animobjs.cxx
index 0b033f9..f414121 100644
--- a/sd/source/ui/dlg/animobjs.cxx
+++ b/sd/source/ui/dlg/animobjs.cxx
@@ -1103,7 +1103,7 @@ void AnimationWindow::CreateAnimObj (::sd::View& rView )
 
             for (size_t i = 0; i < nCount; ++i)
             {
-                // the clone remains in the animatior; we insert a clone of the
+                // the clone remains in the animation; we insert a clone of the
                 // clone into the group
                 pClone = pPage->GetObj(i);
                 SdrObject* pCloneOfClone = pClone->Clone();
diff --git a/sd/source/ui/func/fudraw.cxx b/sd/source/ui/func/fudraw.cxx
index db0725f..77eee6f 100644
--- a/sd/source/ui/func/fudraw.cxx
+++ b/sd/source/ui/func/fudraw.cxx
@@ -611,7 +611,7 @@ void FuDraw::ForcePointer(const MouseEvent* pMEvt)
 }
 
 /**
- * Set cursor for animaton or imagemap
+ * Set cursor for animation or imagemap
  */
 bool FuDraw::SetPointer(SdrObject* pObj, const Point& rPos)
 {
diff --git a/sfx2/source/dialog/templdlg.cxx b/sfx2/source/dialog/templdlg.cxx
index aa0bcda..308f581 100644
--- a/sfx2/source/dialog/templdlg.cxx
+++ b/sfx2/source/dialog/templdlg.cxx
@@ -1251,7 +1251,7 @@ void SfxCommonTemplateDialog_Impl::UpdateStyles_Impl(sal_uInt16 nFlags)
                 aStyle = pState->GetStyleName();
 #if defined STYLESPREVIEW
             mbIgnoreSelect = true; // in case we get a selection change
-            // in anycase we should stop any preview
+            // in any case we should stop any preview
             Execute_Impl(SID_STYLE_END_PREVIEW,
             OUString(), OUString(),
             0, 0, 0, 0 );
diff --git a/slideshow/source/inc/animationnodefactory.hxx b/slideshow/source/inc/animationnodefactory.hxx
index e4dfe72..88a5c9a 100644
--- a/slideshow/source/inc/animationnodefactory.hxx
+++ b/slideshow/source/inc/animationnodefactory.hxx
@@ -42,7 +42,7 @@ namespace slideshow
 
         namespace AnimationNodeFactory
         {
-            /** Create an AnimatioNode for the given XAnimationNode
+            /** Create an AnimationNode for the given XAnimationNode
              */
             AnimationNodeSharedPtr createAnimationNode( const ::com::sun::star::uno::Reference<
                                                                        ::com::sun::star::animations::XAnimationNode >& xNode,
diff --git a/svl/source/numbers/zforfind.hxx b/svl/source/numbers/zforfind.hxx
index 4378739..de99dd9 100644
--- a/svl/source/numbers/zforfind.hxx
+++ b/svl/source/numbers/zforfind.hxx
@@ -363,7 +363,7 @@ private:
     //! case and if it contained native humber digits that they are already
     //! converted to ASCII.
 
-    // Main anlyzing function
+    // Main analyzing function
     bool IsNumberFormatMain( const OUString& rString,
                              const SvNumberformat* pFormat = NULL);    // optional number format to match against
 
diff --git a/svtools/source/uno/contextmenuhelper.cxx b/svtools/source/uno/contextmenuhelper.cxx
index 8324df4..87c1f41 100644
--- a/svtools/source/uno/contextmenuhelper.cxx
+++ b/svtools/source/uno/contextmenuhelper.cxx
@@ -186,7 +186,7 @@ bool StateEventHelper::isCommandEnabled()
             xDispatch->addStatusListener( xSelf, aTargetURL );
             xDispatch->removeStatusListener( xSelf, aTargetURL );
 
-            // wait for anwser
+            // wait for answer
             m_aCondition.wait();
         }
         catch ( uno::RuntimeException& )
diff --git a/svx/source/sdr/primitive2d/sdrcustomshapeprimitive2d.cxx b/svx/source/sdr/primitive2d/sdrcustomshapeprimitive2d.cxx
index 0cda30b..e0f9386 100644
--- a/svx/source/sdr/primitive2d/sdrcustomshapeprimitive2d.cxx
+++ b/svx/source/sdr/primitive2d/sdrcustomshapeprimitive2d.cxx
@@ -66,7 +66,7 @@ namespace drawinglayer
                 // The shadow for AutoShapes could be handled uniformely by not setting any
                 // shadow items at the helper model objects and only adding shadow here for
                 // 2D and 3D (and it works, too), but this would lead to two 3D scenes for
-                // the 3D object; one for the shadow aond one for the content. The one for the
+                // the 3D object; one for the shadow and one for the content. The one for the
                 // shadow will be correct (using ColorModifierStack), but expensive.
                 if(!get3DShape())
                 {
diff --git a/vcl/source/outdev/transparent.cxx b/vcl/source/outdev/transparent.cxx
index 34f01a3..5c2042d 100644
--- a/vcl/source/outdev/transparent.cxx
+++ b/vcl/source/outdev/transparent.cxx
@@ -704,7 +704,7 @@ void OutputDevice::DrawTransparent( const GDIMetaFile& rMtf, const Point& rPos,
                 {
                     // #i102109#
                     // For MetaFile replay (see task) it may now be necessary to take
-                    // into account that the content is AntiAlialised and needs to be masked
+                    // into account that the content is AntiAlialiased and needs to be masked
                     // like that. Instead of masking, i will use a copy-modify-paste cycle
                     // here (as i already use in the VclPrimiziveRenderer with successs)
                     xVDev->SetAntialiasing(GetAntialiasing());
diff --git a/xmlsecurity/source/xmlsec/nss/ciphercontext.cxx b/xmlsecurity/source/xmlsec/nss/ciphercontext.cxx
index 1a5b473..a261627 100644
--- a/xmlsecurity/source/xmlsec/nss/ciphercontext.cxx
+++ b/xmlsecurity/source/xmlsec/nss/ciphercontext.cxx
@@ -247,7 +247,7 @@ uno::Sequence< ::sal_Int8 > SAL_CALL OCipherContext::finalizeCipherContextAndDis
     if ( m_bW3CPadding && !m_bEncryption )
     {
         // W3CPadding handling for decryption
-        // aResult should have anough data, since we let m_aLastBlock be big enough in case of decryption
+        // aResult should have enough data, since we let m_aLastBlock be big enough in case of decryption
         OSL_ENSURE( aResult.getLength() >= m_nBlockSize, "Not enough data to handle the padding!" );
 
         sal_Int8 nBytesToRemove = aResult[aResult.getLength() - 1];


More information about the Libreoffice-commits mailing list