diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-03-03 17:11:39 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-03-03 17:14:16 +0100 |
commit | f5ca04caca1b6888cdc6b00b8465a53e6d5cf38d (patch) | |
tree | cda73db2df15d821e0587f345edd7587953bdbdf /svx/inc | |
parent | ecf00403376d13355fcf6fb7cd36b3500f19fc69 (diff) |
Related to fdo#60724: correct spelling
Using the autocorrect list of LibreOffice
extras/source/autotext/lang/en-US/acor/DocumentList.xml
Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657
Script: http://pastebin.ca/2327716
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/svx/sdr/primitive2d/sdrtextprimitive2d.hxx | 2 | ||||
-rw-r--r-- | svx/inc/svx/svdmodel.hxx | 2 | ||||
-rw-r--r-- | svx/inc/svx/svdobj.hxx | 2 | ||||
-rw-r--r-- | svx/inc/svx/svdpntv.hxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/svx/inc/svx/sdr/primitive2d/sdrtextprimitive2d.hxx b/svx/inc/svx/sdr/primitive2d/sdrtextprimitive2d.hxx index 0ed40cb8277e..37264692f2d8 100644 --- a/svx/inc/svx/sdr/primitive2d/sdrtextprimitive2d.hxx +++ b/svx/inc/svx/sdr/primitive2d/sdrtextprimitive2d.hxx @@ -52,7 +52,7 @@ namespace drawinglayer // COW) and in exclusive, local form as needed in a primitive const OutlinerParaObject maOutlinerParaObject; - // remeber last VisualizingPage for which a decomposition was made. If the new target + // remember last VisualizingPage for which a decomposition was made. If the new target // is not given or different, the decomposition needs to be potentially removed // for supporting e.g. page number change on MasterPage objects or the different // field renderings in SubGeometry and MasterPage mnode diff --git a/svx/inc/svx/svdmodel.hxx b/svx/inc/svx/svdmodel.hxx index b2a84afd19d8..739028db0d3f 100644 --- a/svx/inc/svx/svdmodel.hxx +++ b/svx/inc/svx/svdmodel.hxx @@ -559,7 +559,7 @@ public: void SetUndoComment(const String& rComment); void SetUndoComment(const String& rComment, const String& rObjDescr); - // Das Undo-Managment findet nur statt, wenn kein NotifyUndoAction-Handler + // Das Undo-Management findet nur statt, wenn kein NotifyUndoAction-Handler // gesetzt ist. // Default ist 16. Minimaler MaxUndoActionCount ist 1! void SetMaxUndoActionCount(sal_uIntPtr nAnz); diff --git a/svx/inc/svx/svdobj.hxx b/svx/inc/svx/svdobj.hxx index 8241ed461e52..75cc0e482a45 100644 --- a/svx/inc/svx/svdobj.hxx +++ b/svx/inc/svx/svdobj.hxx @@ -596,7 +596,7 @@ public: // #111111# // To make clearer that this method may trigger RecalcBoundRect and thus may be - // expensive and somtimes problematic (inside a bigger object change You will get + // expensive and sometimes problematic (inside a bigger object change You will get // non-useful BoundRects sometimes) i rename that method from GetBoundRect() to // GetCurrentBoundRect(). virtual const Rectangle& GetCurrentBoundRect() const; diff --git a/svx/inc/svx/svdpntv.hxx b/svx/inc/svx/svdpntv.hxx index 03786828afbb..761f203867e0 100644 --- a/svx/inc/svx/svdpntv.hxx +++ b/svx/inc/svx/svdpntv.hxx @@ -362,7 +362,7 @@ public: // #i72889# used from CompleteRedraw() implementation internally, added to be able to do a complete redraw in single steps // - // BeginCompleteRedraw returns (or even creates) a SdrPaintWindow whcih shall then be used as + // BeginCompleteRedraw returns (or even creates) a SdrPaintWindow which shall then be used as // target for paints. Since paints may be buffered, use it's GetTargetOutputDevice() method which will // return the buffer in case of bufered. // DoCompleteRedraw draws the DrawingLayer hierarchy then. |