summaryrefslogtreecommitdiff
path: root/vcl/unx/headless
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2011-01-11 17:09:16 +0100
committerCarsten Driesner <cd@openoffice.org>2011-01-11 17:09:16 +0100
commitccc7d6ccee67327417c3ef29f688ca1e8c8371ae (patch)
treebdc9466f4286a2408d76efb44445b3dc744c0644 /vcl/unx/headless
parent2701e0f33ca1190d788f7a8379b7b9d4f6caa05d (diff)
#removetooltypes01: Exchange of ULONG to sal_uIntPtr
Diffstat (limited to 'vcl/unx/headless')
-rw-r--r--vcl/unx/headless/svpdummies.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/headless/svpdummies.cxx b/vcl/unx/headless/svpdummies.cxx
index b58571131bda..6aed05bf135b 100644
--- a/vcl/unx/headless/svpdummies.cxx
+++ b/vcl/unx/headless/svpdummies.cxx
@@ -51,7 +51,7 @@ SvpSalObject::~SvpSalObject()
void SvpSalObject::ResetClipRegion() {}
sal_uInt16 SvpSalObject::GetClipRegionType() { return 0; }
-void SvpSalObject::BeginSetClipRegion( sal_uInt32 ) {}
+void SvpSalObject::BeginSetClipRegion( sal_uIntPtr ) {}
void SvpSalObject::UnionClipRegion( long, long, long, long ) {}
void SvpSalObject::EndSetClipRegion() {}
void SvpSalObject::SetPosSize( long, long, long, long ) {}