summaryrefslogtreecommitdiff
path: root/svl/unx
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2011-01-13 10:26:18 +0100
committerCarsten Driesner <cd@openoffice.org>2011-01-13 10:26:18 +0100
commit6e6de6ff1ed83b1a0d3a09ce4a91f72f15403886 (patch)
tree488f77e158e641b890570509692f9996d1dbea2f /svl/unx
parentcaa3d247d2ff8d34881e5fdb2edd4d153c2725c0 (diff)
removetooltypes01: #i112600# Exchange misleading sal_uIntPtr with sal_uLong in svl
Diffstat (limited to 'svl/unx')
-rw-r--r--svl/unx/source/svdde/ddedummy.cxx12
1 files changed, 6 insertions, 6 deletions
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;
}