diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-18 11:52:01 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-18 12:23:44 +0100 |
commit | fb1eac64df88baae9f211d052793773686c0e180 (patch) | |
tree | a40173243f206c2b056ea0866659710232772f4a /include/basegfx/polygon | |
parent | 82dce922e6d36b40dd0571b0c00666cd6fc1a8ac (diff) |
sal_Char->char in avmedia..basic
Change-Id: Ied1331d979539ef1183da64c55351b57d24f4a4f
Reviewed-on: https://gerrit.libreoffice.org/85371
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/basegfx/polygon')
-rw-r--r-- | include/basegfx/polygon/b2dpolypolygontools.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basegfx/polygon/b2dpolypolygontools.hxx b/include/basegfx/polygon/b2dpolypolygontools.hxx index d1f37202d622..d52cbc5decad 100644 --- a/include/basegfx/polygon/b2dpolypolygontools.hxx +++ b/include/basegfx/polygon/b2dpolypolygontools.hxx @@ -264,7 +264,7 @@ namespace basegfx are 'lit' for the given number. Return un-lit segments otherwise. */ - B2DPolyPolygon createSevenSegmentPolyPolygon(sal_Char cNumber, bool bLitSegments); + B2DPolyPolygon createSevenSegmentPolyPolygon(char cNumber, bool bLitSegments); /** snap some polygon coordinates to discrete coordinates |