diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-16 12:20:56 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-06-16 11:21:07 +0000 |
commit | 814af9f1e59d1a76473b2c72cae4ba8afe1c52d4 (patch) | |
tree | 3d52ef5ab0f34ccd8031c3384fd9bbb50604add7 | |
parent | f378e723d2dbcbdeb65d7843c095d70d0bb7e0e0 (diff) |
Fix typos
Change-Id: Icfb885b72d51edc886851cf503c56fa12b8f559f
Reviewed-on: https://gerrit.libreoffice.org/16309
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
-rw-r--r-- | dbaccess/source/ui/misc/UITools.cxx | 2 | ||||
-rw-r--r-- | drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx | 2 | ||||
-rw-r--r-- | extensions/source/bibliography/datman.cxx | 2 | ||||
-rw-r--r-- | filter/source/config/cache/typedetection.hxx | 2 | ||||
-rw-r--r-- | fpicker/source/office/iodlg.cxx | 4 | ||||
-rw-r--r-- | framework/source/dispatch/closedispatcher.cxx | 2 | ||||
-rw-r--r-- | include/svx/svdhdl.hxx | 2 | ||||
-rw-r--r-- | sc/source/ui/dbgui/validate.cxx | 2 | ||||
-rw-r--r-- | sc/source/ui/docshell/docsh2.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/dlg/animobjs.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/func/fudraw.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/dialog/templdlg.cxx | 2 | ||||
-rw-r--r-- | slideshow/source/inc/animationnodefactory.hxx | 2 | ||||
-rw-r--r-- | svl/source/numbers/zforfind.hxx | 2 | ||||
-rw-r--r-- | svtools/source/uno/contextmenuhelper.cxx | 2 | ||||
-rw-r--r-- | svx/source/sdr/primitive2d/sdrcustomshapeprimitive2d.cxx | 2 | ||||
-rw-r--r-- | vcl/source/outdev/transparent.cxx | 2 | ||||
-rw-r--r-- | xmlsecurity/source/xmlsec/nss/ciphercontext.cxx | 2 |
18 files changed, 19 insertions, 19 deletions
diff --git a/dbaccess/source/ui/misc/UITools.cxx b/dbaccess/source/ui/misc/UITools.cxx index 2b15eae5a06a..37c57f64713a 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 dd200abc6e6c..6a4da36e403b 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 a1fc5b8c76b8..44c8c9a84745 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 b06d15100fd6..d9c6a63ba02e 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 451d5ba07269..9f43429424b9 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 9548861a41ee..47c9cf16d603 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 ce74428e219b..486baafdfa42 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 23fb0f8df0ee..40be7f26f420 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 6f8b4f4b57f1..ea02ccf165a2 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 0b033f9c2cc3..f414121b1e65 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 db0725f096d9..77eee6f319aa 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 aa0bcdabe3ac..308f58129083 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 e4dfe72d0c35..88a5c9ab5e11 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 43787391ced6..de99dd96c7de 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 8324df404798..87c1f41b9581 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 0cda30b50f13..e0f9386f915b 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 34f01a305b42..5c2042d558be 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 1a5b47319c8f..a261627ab080 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]; |