summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/impvect.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/gdi/impvect.cxx')
-rw-r--r--vcl/source/gdi/impvect.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/source/gdi/impvect.cxx b/vcl/source/gdi/impvect.cxx
index 96cf9728d657..b8cf13fe727f 100644
--- a/vcl/source/gdi/impvect.cxx
+++ b/vcl/source/gdi/impvect.cxx
@@ -144,8 +144,8 @@ public:
ImplPointArray::ImplPointArray() :
mpArray ( nullptr ),
- mnSize ( 0UL ),
- mnRealSize ( 0UL )
+ mnSize ( 0 ),
+ mnRealSize ( 0 )
{
}
@@ -290,8 +290,8 @@ public:
};
ImplChain::ImplChain() :
- mnArraySize ( 1024UL ),
- mnCount ( 0UL )
+ mnArraySize ( 1024 ),
+ mnCount ( 0 )
{
mpCodes.reset( new sal_uInt8[ mnArraySize ] );
}