diff options
Diffstat (limited to 'svx/source/customshapes/EnhancedCustomShape3d.hxx')
-rw-r--r-- | svx/source/customshapes/EnhancedCustomShape3d.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShape3d.hxx b/svx/source/customshapes/EnhancedCustomShape3d.hxx index 72cf8933c8f0..e629b0e12cd0 100644 --- a/svx/source/customshapes/EnhancedCustomShape3d.hxx +++ b/svx/source/customshapes/EnhancedCustomShape3d.hxx @@ -54,7 +54,7 @@ class EnhancedCustomShape3d basegfx::B3DPolygon ApplySkewSettings( const basegfx::B3DPolygon& rPolygon3D ) const; Point Transform2D( const basegfx::B3DPoint& rPoint ) const; - sal_Bool IsParallel() const; + bool IsParallel() const; }; friend class Transformation2D; |