summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basegfx/source/workbench/bezierclip.cxx2
-rw-r--r--basic/source/classes/sbxmod.cxx2
-rw-r--r--canvas/source/directx/dx_textlayout.hxx2
-rw-r--r--drawinglayer/source/primitive2d/metafileprimitive2d.cxx2
-rw-r--r--framework/source/services/frame.cxx2
-rw-r--r--include/basegfx/polygon/b2dpolypolygoncutter.hxx2
-rw-r--r--include/drawinglayer/primitive3d/sdrcubeprimitive3d.hxx2
-rw-r--r--include/drawinglayer/primitive3d/sdrsphereprimitive3d.hxx2
-rw-r--r--include/editeng/AccessibleEditableTextPara.hxx2
-rw-r--r--include/svx/IAccessibleViewForwarder.hxx2
-rw-r--r--sd/source/ui/dlg/tpaction.cxx2
-rw-r--r--slideshow/source/engine/animationnodes/animationbasenode.cxx2
-rw-r--r--slideshow/source/inc/slide.hxx2
-rw-r--r--slideshow/source/inc/viewlayer.hxx2
-rw-r--r--starmath/source/node.cxx2
-rw-r--r--sw/source/core/layout/tabfrm.cxx2
-rw-r--r--xmloff/source/chart/MultiPropertySetHandler.hxx2
17 files changed, 17 insertions, 17 deletions
diff --git a/basegfx/source/workbench/bezierclip.cxx b/basegfx/source/workbench/bezierclip.cxx
index 98cbd085e0e8..c35eb2a6b3a8 100644
--- a/basegfx/source/workbench/bezierclip.cxx
+++ b/basegfx/source/workbench/bezierclip.cxx
@@ -587,7 +587,7 @@ bool Impl_calcClipRange( double& t1,
FatLine bounds_c2;
// must use the subdivided version of c2, since the fat line
- // algorithm works implicitely with the convex hull bounding
+ // algorithm works implicitly with the convex hull bounding
// box.
Impl_calcFatLine(bounds_c2, c2_part);
diff --git a/basic/source/classes/sbxmod.cxx b/basic/source/classes/sbxmod.cxx
index 668c2529c787..067acda987a2 100644
--- a/basic/source/classes/sbxmod.cxx
+++ b/basic/source/classes/sbxmod.cxx
@@ -858,7 +858,7 @@ void SbModule::SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType,
else
{
// #i92642: Special handling for name property to avoid
- // side effects when using name as variable implicitely
+ // side effects when using name as variable implicitly
bool bForwardToSbxObject = true;
sal_uIntPtr nId = pHint->GetId();
diff --git a/canvas/source/directx/dx_textlayout.hxx b/canvas/source/directx/dx_textlayout.hxx
index 25986f4e8941..7b3d56d7c9e7 100644
--- a/canvas/source/directx/dx_textlayout.hxx
+++ b/canvas/source/directx/dx_textlayout.hxx
@@ -92,7 +92,7 @@ namespace dxcanvas
~TextLayout(); // we're a ref-counted UNO class. _We_ destroy ourselves.
private:
- // NOTE: no need for GDIPlusUserSharedPtr, mpFont implicitely has one already
+ // NOTE: no need for GDIPlusUserSharedPtr, mpFont implicitly has one already
::com::sun::star::rendering::StringContext maText;
::com::sun::star::uno::Sequence< double > maLogicalAdvancements;
diff --git a/drawinglayer/source/primitive2d/metafileprimitive2d.cxx b/drawinglayer/source/primitive2d/metafileprimitive2d.cxx
index 3bf489f9165c..ab098adec856 100644
--- a/drawinglayer/source/primitive2d/metafileprimitive2d.cxx
+++ b/drawinglayer/source/primitive2d/metafileprimitive2d.cxx
@@ -2311,7 +2311,7 @@ namespace
}
// #i112300# clip against polygon representing the rectangle from
- // the action. This is implicitely done using a temp Clipping in VCL
+ // the action. This is implicitly done using a temp Clipping in VCL
// when a MetaGradientAction is executed
aOutline.transform(rPropertyHolders.Current().getTransformation());
rTargetHolders.Current().append(
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx
index 2f86bce8a497..cea508058fd4 100644
--- a/framework/source/services/frame.cxx
+++ b/framework/source/services/frame.cxx
@@ -2408,7 +2408,7 @@ void SAL_CALL Frame::windowDeactivated( const css::lang::EventObject& aEvent ) t
if( eActiveState != E_INACTIVE )
{
- // Deactivation is always done implicitely by activation of another frame.
+ // Deactivation is always done implicitly by activation of another frame.
// Only if no activation is done, deactivations have to be processed if the activated window
// is a parent window of the last active Window!
SolarMutexClearableGuard aSolarGuard;
diff --git a/include/basegfx/polygon/b2dpolypolygoncutter.hxx b/include/basegfx/polygon/b2dpolypolygoncutter.hxx
index c43a8de55112..3171432a3e49 100644
--- a/include/basegfx/polygon/b2dpolypolygoncutter.hxx
+++ b/include/basegfx/polygon/b2dpolypolygoncutter.hxx
@@ -37,7 +37,7 @@ namespace basegfx
single Polygons may be re-combined. The orientations of
the contained polygons in not changed but used as
topological information. Self crossovers of the contained
- sub-polygons are implicitely handled, but to not lose the
+ sub-polygons are implicitly handled, but to not lose the
topological information, it may be necessary to remove
self-intersections of the contained sub-polygons in a
preparing step and to explicitly correct their
diff --git a/include/drawinglayer/primitive3d/sdrcubeprimitive3d.hxx b/include/drawinglayer/primitive3d/sdrcubeprimitive3d.hxx
index c4c489d8aea2..bd4a4fb0ef11 100644
--- a/include/drawinglayer/primitive3d/sdrcubeprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/sdrcubeprimitive3d.hxx
@@ -33,7 +33,7 @@ namespace drawinglayer
/** SdrCubePrimitive3D class
This 3D primitive expands the SdrPrimitive3D to a 3D cube definition.
- The cube is implicitely in unit coordinates and the given transformation
+ The cube is implicitly in unit coordinates and the given transformation
defines it's geometry in space.
*/
class DRAWINGLAYER_DLLPUBLIC SdrCubePrimitive3D : public SdrPrimitive3D
diff --git a/include/drawinglayer/primitive3d/sdrsphereprimitive3d.hxx b/include/drawinglayer/primitive3d/sdrsphereprimitive3d.hxx
index dc4f0d85b10a..50f3ad82f219 100644
--- a/include/drawinglayer/primitive3d/sdrsphereprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/sdrsphereprimitive3d.hxx
@@ -33,7 +33,7 @@ namespace drawinglayer
/** SdrSpherePrimitive3D class
This 3D primitive expands the SdrPrimitive3D to a 3D sphere definition.
- The sphere is implicitely in unit coordinates and the given transformation
+ The sphere is implicitly in unit coordinates and the given transformation
defines it's geometry in space.
*/
class DRAWINGLAYER_DLLPUBLIC SdrSpherePrimitive3D : public SdrPrimitive3D
diff --git a/include/editeng/AccessibleEditableTextPara.hxx b/include/editeng/AccessibleEditableTextPara.hxx
index 68b8e8cd980b..d60387db3fab 100644
--- a/include/editeng/AccessibleEditableTextPara.hxx
+++ b/include/editeng/AccessibleEditableTextPara.hxx
@@ -115,7 +115,7 @@ namespace accessibility
virtual sal_Int32 SAL_CALL getForeground( ) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual sal_Int32 SAL_CALL getBackground( ) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
- // XAccessibleText (this comes implicitely inherited by XAccessibleEditableText AND by XAccessibleMultiLineText)
+ // XAccessibleText (this comes implicitly inherited by XAccessibleEditableText AND by XAccessibleMultiLineText)
virtual sal_Int32 SAL_CALL getCaretPosition() throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual sal_Bool SAL_CALL setCaretPosition( sal_Int32 nIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual sal_Unicode SAL_CALL getCharacter( sal_Int32 nIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
diff --git a/include/svx/IAccessibleViewForwarder.hxx b/include/svx/IAccessibleViewForwarder.hxx
index cbf9f87a68b9..d087e3e4d2cc 100644
--- a/include/svx/IAccessibleViewForwarder.hxx
+++ b/include/svx/IAccessibleViewForwarder.hxx
@@ -39,7 +39,7 @@ namespace accessibility {
differs in two important points: Firstly the <member>GetVisArea</member>
method returns a rectangle in internal coordinates and secondly the
transformation methods do not require explicit mapmodes. These have to
- be provided implicitely by the classes that implement this
+ be provided implicitly by the classes that implement this
interface. A third, less important, difference are the additional
transfomation methods for sizes. The reasons for their existince are
convenience and improved performance.</p>
diff --git a/sd/source/ui/dlg/tpaction.cxx b/sd/source/ui/dlg/tpaction.cxx
index 610c7f022af5..78a8ef9a12b2 100644
--- a/sd/source/ui/dlg/tpaction.cxx
+++ b/sd/source/ui/dlg/tpaction.cxx
@@ -455,7 +455,7 @@ void SdTPAction::OpenFileDialog()
aFileDialog.SetDisplayDirectory( aFile );
// The following is a workaround for #i4306#:
- // The addition of the implicitely existing "all files"
+ // The addition of the implicitly existing "all files"
// filter makes the (Windows system) open file dialog follow
// links on the desktop to directories.
aFileDialog.AddFilter (
diff --git a/slideshow/source/engine/animationnodes/animationbasenode.cxx b/slideshow/source/engine/animationnodes/animationbasenode.cxx
index a15ec0138bec..d9373d57c106 100644
--- a/slideshow/source/engine/animationnodes/animationbasenode.cxx
+++ b/slideshow/source/engine/animationnodes/animationbasenode.cxx
@@ -121,7 +121,7 @@ AnimationBaseNode::AnimationBaseNode(
xShape );
// NOTE: For shapes with ParagraphTarget, we ignore
- // the SubItem property. We implicitely assume that it
+ // the SubItem property. We implicitly assume that it
// is set to ONLY_TEXT.
OSL_ENSURE(
mxAnimateNode->getSubItem() ==
diff --git a/slideshow/source/inc/slide.hxx b/slideshow/source/inc/slide.hxx
index 1ab61daf8fb2..244873c18dff 100644
--- a/slideshow/source/inc/slide.hxx
+++ b/slideshow/source/inc/slide.hxx
@@ -65,7 +65,7 @@ namespace slideshow
Call this method to reduce the timeout show(), and
getInitialSlideBitmap() need to complete. If
prefetch() is not called explicitly, the named
- methods will call it implicitely.
+ methods will call it implicitly.
*/
virtual bool prefetch() = 0;
diff --git a/slideshow/source/inc/viewlayer.hxx b/slideshow/source/inc/viewlayer.hxx
index f47f18aaa96b..20485509404b 100644
--- a/slideshow/source/inc/viewlayer.hxx
+++ b/slideshow/source/inc/viewlayer.hxx
@@ -123,7 +123,7 @@ namespace slideshow
slideshow to set their own user space transformation
at the canvas, whilst the slideshow adds their
transformation on top of that. Concretely, this method
- returns the user transform (implicitely calculated
+ returns the user transform (implicitly calculated
from the setViewSize() method), combined with the view
transformation.
*/
diff --git a/starmath/source/node.cxx b/starmath/source/node.cxx
index 3d218811b715..4e0f561113ab 100644
--- a/starmath/source/node.cxx
+++ b/starmath/source/node.cxx
@@ -1498,7 +1498,7 @@ void SmBinDiagonalNode::Arrange(const OutputDevice &rDev, const SmFormat &rForma
pLeft->Arrange(aTmpDev, rFormat);
pRight->Arrange(aTmpDev, rFormat);
- // determine implicitely the values (incl. the margin) of the diagonal line
+ // determine implicitly the values (incl. the margin) of the diagonal line
pOper->Arrange(aTmpDev, rFormat);
long nDelta = pOper->GetWidth() * 8 / 10;
diff --git a/sw/source/core/layout/tabfrm.cxx b/sw/source/core/layout/tabfrm.cxx
index a326d4ce5d36..cb40be102e10 100644
--- a/sw/source/core/layout/tabfrm.cxx
+++ b/sw/source/core/layout/tabfrm.cxx
@@ -1799,7 +1799,7 @@ void SwTabFrm::MakeAll()
const bool bTableRowKeep = !bDontSplit && GetFmt()->GetDoc()->get(IDocumentSettingAccess::TABLE_ROW_KEEP);
// The Magic Move: Used for the table row keep feature.
- // If only the last row of the table wants to keep (implicitely by setting
+ // If only the last row of the table wants to keep (implicitly by setting
// keep for the first paragraph in the first cell), and this table does
// not have a next, the last line will be cut. Loop prevention: Only
// one try.
diff --git a/xmloff/source/chart/MultiPropertySetHandler.hxx b/xmloff/source/chart/MultiPropertySetHandler.hxx
index a458492f8822..562a9a4615f6 100644
--- a/xmloff/source/chart/MultiPropertySetHandler.hxx
+++ b/xmloff/source/chart/MultiPropertySetHandler.hxx
@@ -124,7 +124,7 @@ public:
MultiPropertySetHandler (::com::sun::star::uno::Reference<
::com::sun::star::uno::XInterface> xObject);
~MultiPropertySetHandler (void);
- /** @descr Add a property to handle. The type given implicitely by the
+ /** @descr Add a property to handle. The type given implicitly by the
reference to a variable is used to create an instance of
the PropertyWrapper template class.
@param sName Name of the property.