diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-24 11:43:29 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-25 10:20:44 +0000 |
commit | 1735654408f5bcc912f039a2f9263adb48edf9c1 (patch) | |
tree | c0a9780298bd2186ecb967b04c02edd3de4b2751 /include/svx | |
parent | 55cc79f33f8e4f95f7d56576949db1fb42bf913f (diff) |
Fix typos
Change-Id: Ib8bec97be916d5ea70ae9fb9dc83771b6fec1845
Reviewed-on: https://gerrit.libreoffice.org/35634
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/dialcontrol.hxx | 2 | ||||
-rw-r--r-- | include/svx/fmsearch.hxx | 2 | ||||
-rw-r--r-- | include/svx/sdr/overlay/overlayobject.hxx | 2 | ||||
-rw-r--r-- | include/svx/sdrpaintwindow.hxx | 2 | ||||
-rw-r--r-- | include/svx/shapepropertynotifier.hxx | 2 | ||||
-rw-r--r-- | include/svx/svddrgv.hxx | 2 | ||||
-rw-r--r-- | include/svx/svdmrkv.hxx | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/include/svx/dialcontrol.hxx b/include/svx/dialcontrol.hxx index fd322199f75f..90815338d57d 100644 --- a/include/svx/dialcontrol.hxx +++ b/include/svx/dialcontrol.hxx @@ -105,7 +105,7 @@ public: /** Links the passed numeric edit field to the control (bi-directional). * nDecimalPlaces: - * field value is usign given decimal places + * field value is unsign given decimal places * default is 0 which means field values are in degrees, * 2 means 100th of degree */ diff --git a/include/svx/fmsearch.hxx b/include/svx/fmsearch.hxx index a88dadfc9499..2d1b39439995 100644 --- a/include/svx/fmsearch.hxx +++ b/include/svx/fmsearch.hxx @@ -63,7 +63,7 @@ struct FmSearchContext // [out] css::uno::Reference< css::sdbc::XResultSet> xCursor; // the iterator for the context - OUString strUsedFields; // a list of field names separeted by ';' + OUString strUsedFields; // a list of field names separated by ';' ::std::vector< css::uno::Reference< css::uno::XInterface > > arrFields; // the corresponding text interfaces for the fields in strUsedFields OUString sFieldDisplayNames; // if not empty: names to be displayed for the searchable fields (must have the same token count as strUsedFields!) diff --git a/include/svx/sdr/overlay/overlayobject.hxx b/include/svx/sdr/overlay/overlayobject.hxx index 8aa49dc7b011..a506d336cac5 100644 --- a/include/svx/sdr/overlay/overlayobject.hxx +++ b/include/svx/sdr/overlay/overlayobject.hxx @@ -100,7 +100,7 @@ namespace sdr // to implement the animation effect and to re-initiate the event. bool mbAllowsAnimation : 1; - // Flag tocontrol if this OverlayObject allows AntiAliased visualisation. + // Flag to control if this OverlayObject allows AntiAliased visualisation. // Default is true, but e.g. for selection visualisation in SC and SW, // it is switched to false bool mbAllowsAntiAliase : 1; diff --git a/include/svx/sdrpaintwindow.hxx b/include/svx/sdrpaintwindow.hxx index bcb0b0a8c843..1c0e03a1dd44 100644 --- a/include/svx/sdrpaintwindow.hxx +++ b/include/svx/sdrpaintwindow.hxx @@ -129,7 +129,7 @@ public: const vcl::Region& GetRedrawRegion() const { return maRedrawRegion;} void SetRedrawRegion(const vcl::Region& rNew); - // #i72889# read/write access to TempoparyTarget + // #i72889# read/write access to TemporaryTarget bool getTemporaryTarget() const { return (bool)mbTemporaryTarget; } void setTemporaryTarget(bool bNew) { mbTemporaryTarget = bNew; } diff --git a/include/svx/shapepropertynotifier.hxx b/include/svx/shapepropertynotifier.hxx index d44ba01e2a32..818ad4bcacca 100644 --- a/include/svx/shapepropertynotifier.hxx +++ b/include/svx/shapepropertynotifier.hxx @@ -106,7 +106,7 @@ namespace svx PropertyChangeNotifier( ::cppu::OWeakObject& _rOwner, ::osl::Mutex& _rMutex ); ~PropertyChangeNotifier(); - // listener maintanance + // listener maintenance void addPropertyChangeListener( const OUString& _rPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener >& _rxListener ); void removePropertyChangeListener( const OUString& _rPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener >& _rxListener ); diff --git a/include/svx/svddrgv.hxx b/include/svx/svddrgv.hxx index f9a1b7db375a..0ca6445122df 100644 --- a/include/svx/svddrgv.hxx +++ b/include/svx/svddrgv.hxx @@ -150,7 +150,7 @@ public: bool IsNoDragXorPolys() const { return mbNoDragXorPolys; } // If the number of selected objects exceeds the value set here, - // NoDragPolys is (temporarily) activated implicitely. + // NoDragPolys is (temporarily) activated implicitly. // PolyPolygons etc. are regarded as multiple objects respectively. // Default=100 sal_uIntPtr GetDragXorPolyLimit() const { return mnDragXorPolyLimit; } diff --git a/include/svx/svdmrkv.hxx b/include/svx/svdmrkv.hxx index d36663aed1ad..7a2b1e30c42e 100644 --- a/include/svx/svdmrkv.hxx +++ b/include/svx/svdmrkv.hxx @@ -427,7 +427,7 @@ public: // Is set by DragView automatically when finishing a Crook-Drag. void SetLastCrookCenter(const Point& rPt) { maLastCrookCenter=rPt; } - // Rotation center point and start point of the axis of reflextion, respecively + // Rotation center point and start point of the axis of reflextion, respectively const Point& GetRef1() const { return maRef1; } void SetRef1(const Point& rPt); |