summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/dnd/target.cxx
diff options
context:
space:
mode:
authorJesse <jspears@umd.edu>2011-12-14 14:43:58 -0500
committerMichael Meeks <michael.meeks@suse.com>2011-12-15 16:38:50 +0000
commit6a8f6c4b1324e28c598a065683103ac2ef8ea3fc (patch)
treed59cda7401565170e32c7d06af9755f3110651fd /dtrans/source/win32/dnd/target.cxx
parent63a817d2fb00f248053566c8b8364667432fa8b3 (diff)
Removed extra semicolons
Diffstat (limited to 'dtrans/source/win32/dnd/target.cxx')
-rw-r--r--dtrans/source/win32/dnd/target.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dtrans/source/win32/dnd/target.cxx b/dtrans/source/win32/dnd/target.cxx
index 4e3e4db40569..b16a62c1b6b7 100644
--- a/dtrans/source/win32/dnd/target.cxx
+++ b/dtrans/source/win32/dnd/target.cxx
@@ -265,7 +265,7 @@ DWORD WINAPI DndTargetOleSTAFunc(LPVOID pParams)
// XServiceInfo
OUString SAL_CALL DropTarget::getImplementationName( ) throw (RuntimeException)
{
- return OUString(RTL_CONSTASCII_USTRINGPARAM(DNDTARGET_IMPL_NAME));;
+ return OUString(RTL_CONSTASCII_USTRINGPARAM(DNDTARGET_IMPL_NAME));
}
// XServiceInfo
sal_Bool SAL_CALL DropTarget::supportsService( const OUString& ServiceName ) throw (RuntimeException)