summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-16 12:20:56 +0200
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-02-06 09:12:32 -0500
commit60e7d9777caa09d495d851c18392b16a19a77a1a (patch)
treeb60afe008f67537c6c43a68fd805bbbcbc06f382
parentcd82088992f2a953dcf2813ac578406f10be2928 (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> (cherry picked from commit 814af9f1e59d1a76473b2c72cae4ba8afe1c52d4)
-rw-r--r--dbaccess/source/ui/misc/UITools.cxx2
-rw-r--r--drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx2
-rw-r--r--extensions/source/bibliography/datman.cxx2
-rw-r--r--filter/source/config/cache/typedetection.hxx2
-rw-r--r--fpicker/source/office/iodlg.cxx4
-rw-r--r--framework/source/dispatch/closedispatcher.cxx2
-rw-r--r--include/svx/svdhdl.hxx2
-rw-r--r--sc/source/ui/dbgui/validate.cxx2
-rw-r--r--sc/source/ui/docshell/docsh2.cxx2
-rw-r--r--sd/source/ui/dlg/animobjs.cxx2
-rw-r--r--sd/source/ui/func/fudraw.cxx2
-rw-r--r--sfx2/source/dialog/templdlg.cxx2
-rw-r--r--slideshow/source/inc/animationnodefactory.hxx2
-rw-r--r--svl/source/numbers/zforfind.hxx2
-rw-r--r--svtools/source/uno/contextmenuhelper.cxx2
-rw-r--r--svx/source/sdr/primitive2d/sdrcustomshapeprimitive2d.cxx2
-rw-r--r--vcl/source/outdev/transparent.cxx2
-rw-r--r--xmlsecurity/source/xmlsec/nss/ciphercontext.cxx2
18 files changed, 19 insertions, 19 deletions
diff --git a/dbaccess/source/ui/misc/UITools.cxx b/dbaccess/source/ui/misc/UITools.cxx
index c207e30087fb..32772136395a 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 3f204e3d1fa4..c703f3837d4e 100644
--- a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
@@ -692,7 +692,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 8f5871cd1549..c1ced082d9ea 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 a1ac408313d0..12d3c6ec37e8 100644
--- a/fpicker/source/office/iodlg.cxx
+++ b/fpicker/source/office/iodlg.cxx
@@ -1040,11 +1040,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 9bfd5588654c..2e0cdb1fc46c 100644
--- a/framework/source/dispatch/closedispatcher.cxx
+++ b/framework/source/dispatch/closedispatcher.cxx
@@ -409,7 +409,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 5c66014ffc7c..2fdad0bcfcf2 100644
--- a/sd/source/ui/dlg/animobjs.cxx
+++ b/sd/source/ui/dlg/animobjs.cxx
@@ -1105,7 +1105,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 b50fe2c87836..7bb2123d669e 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 ad731633772d..4e2b0652efa0 100644
--- a/sfx2/source/dialog/templdlg.cxx
+++ b/sfx2/source/dialog/templdlg.cxx
@@ -1268,7 +1268,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 df422f453d64..b9532b69b2cb 100644
--- a/svl/source/numbers/zforfind.hxx
+++ b/svl/source/numbers/zforfind.hxx
@@ -364,7 +364,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 213bf8d6aa26..5d71838acde6 100644
--- a/vcl/source/outdev/transparent.cxx
+++ b/vcl/source/outdev/transparent.cxx
@@ -707,7 +707,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];