From 6e6de6ff1ed83b1a0d3a09ce4a91f72f15403886 Mon Sep 17 00:00:00 2001 From: Carsten Driesner Date: Thu, 13 Jan 2011 10:26:18 +0100 Subject: removetooltypes01: #i112600# Exchange misleading sal_uIntPtr with sal_uLong in svl --- svl/unx/source/svdde/ddedummy.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'svl/unx') diff --git a/svl/unx/source/svdde/ddedummy.cxx b/svl/unx/source/svdde/ddedummy.cxx index 6acf11144a7c..e769ee73b9cb 100644 --- a/svl/unx/source/svdde/ddedummy.cxx +++ b/svl/unx/source/svdde/ddedummy.cxx @@ -42,7 +42,7 @@ DdeData::DdeData( const DdeData& ) { } -DdeData::DdeData( const void*, long, sal_uIntPtr) +DdeData::DdeData( const void*, long, sal_uLong) { } @@ -50,11 +50,11 @@ DdeData::~DdeData( void ) { } -void DdeData::SetFormat( sal_uIntPtr ) +void DdeData::SetFormat( sal_uLong ) { } -sal_uIntPtr DdeData::GetFormat() const +sal_uLong DdeData::GetFormat() const { return 0L; } @@ -168,7 +168,7 @@ void DdeTopic::RemoveItem( const DdeItem& ) { } -DdeData* DdeTopic::Get( sal_uIntPtr ) +DdeData* DdeTopic::Get( sal_uLong ) { return NULL; } @@ -246,7 +246,7 @@ String DdeService::GetHelp() return String::EmptyString(); } -void DdeService::AddFormat( sal_uIntPtr ) +void DdeService::AddFormat( sal_uLong ) { } @@ -305,7 +305,7 @@ DdeItem( rItem ) { } -DdeData* DdeGetPutItem::Get( sal_uIntPtr ) +DdeData* DdeGetPutItem::Get( sal_uLong ) { return NULL; } -- cgit