diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/svdsnpv.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdsnpv.hxx b/include/svx/svdsnpv.hxx index a7390ad49ad6..15f2814dcfa2 100644 --- a/include/svx/svdsnpv.hxx +++ b/include/svx/svdsnpv.hxx @@ -268,7 +268,7 @@ public: void SetSlantButShear(bool bOn) { bSlantButShear=bOn; } bool IsSlantButShear() const { return bSlantButShear; } - // Don't contort objecte while Crook. persistent. Default=FALSE. (ni) + // Don't contort object while Crook. persistent. Default=FALSE. (ni) void SetCrookNoContortion(bool bOn) { bCrookNoContortion=bOn; } bool IsCrookNoContortion() const { return bCrookNoContortion; } |