summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/dtobj/Fetc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dtrans/source/win32/dtobj/Fetc.cxx')
-rw-r--r--dtrans/source/win32/dtobj/Fetc.cxx42
1 files changed, 21 insertions, 21 deletions
diff --git a/dtrans/source/win32/dtobj/Fetc.cxx b/dtrans/source/win32/dtobj/Fetc.cxx
index f9bbe856436e..9443599ff479 100644
--- a/dtrans/source/win32/dtobj/Fetc.cxx
+++ b/dtrans/source/win32/dtobj/Fetc.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -37,7 +37,7 @@
#include "..\misc\ImplHelper.hxx"
//------------------------------------------------------------------------
-//
+//
//------------------------------------------------------------------------
CFormatEtc::CFormatEtc( )
@@ -59,7 +59,7 @@ CFormatEtc::CFormatEtc( const FORMATETC& aFormatEtc )
}
//------------------------------------------------------------------------
-//
+//
//------------------------------------------------------------------------
CFormatEtc::~CFormatEtc( )
@@ -68,7 +68,7 @@ CFormatEtc::~CFormatEtc( )
}
//------------------------------------------------------------------------
-//
+//
//------------------------------------------------------------------------
CFormatEtc::CFormatEtc( CLIPFORMAT cf, DWORD tymed, DVTARGETDEVICE* ptd, DWORD dwAspect, LONG lindex )
@@ -77,11 +77,11 @@ CFormatEtc::CFormatEtc( CLIPFORMAT cf, DWORD tymed, DVTARGETDEVICE* ptd, DWORD d
m_FormatEtc.ptd = CopyTargetDevice( ptd );
m_FormatEtc.dwAspect = dwAspect;
m_FormatEtc.lindex = lindex;
- m_FormatEtc.tymed = tymed;
+ m_FormatEtc.tymed = tymed;
}
//------------------------------------------------------------------------
-//
+//
//------------------------------------------------------------------------
CFormatEtc::CFormatEtc( const CFormatEtc& theOther )
@@ -94,7 +94,7 @@ CFormatEtc::CFormatEtc( const CFormatEtc& theOther )
}
//------------------------------------------------------------------------
-//
+//
//------------------------------------------------------------------------
CFormatEtc& CFormatEtc::operator=( const CFormatEtc& theOther )
@@ -114,7 +114,7 @@ CFormatEtc& CFormatEtc::operator=( const CFormatEtc& theOther )
}
//------------------------------------------------------------------------
-//
+//
//------------------------------------------------------------------------
CFormatEtc::operator FORMATETC*( )
@@ -123,7 +123,7 @@ CFormatEtc::operator FORMATETC*( )
}
//------------------------------------------------------------------------
-//
+//
//------------------------------------------------------------------------
CFormatEtc::operator FORMATETC( )
@@ -132,7 +132,7 @@ CFormatEtc::operator FORMATETC( )
}
//------------------------------------------------------------------------
-//
+//
//------------------------------------------------------------------------
void CFormatEtc::getFORMATETC( LPFORMATETC lpFormatEtc )
@@ -144,7 +144,7 @@ void CFormatEtc::getFORMATETC( LPFORMATETC lpFormatEtc )
}
//------------------------------------------------------------------------
-//
+//
//------------------------------------------------------------------------
CLIPFORMAT CFormatEtc::getClipformat( ) const
@@ -153,7 +153,7 @@ CLIPFORMAT CFormatEtc::getClipformat( ) const
}
//------------------------------------------------------------------------
-//
+//
//------------------------------------------------------------------------
DWORD CFormatEtc::getTymed( ) const
@@ -162,7 +162,7 @@ DWORD CFormatEtc::getTymed( ) const
}
//------------------------------------------------------------------------
-//
+//
//------------------------------------------------------------------------
void CFormatEtc::getTargetDevice( DVTARGETDEVICE** lpDvTargetDevice ) const
@@ -177,7 +177,7 @@ void CFormatEtc::getTargetDevice( DVTARGETDEVICE** lpDvTargetDevice ) const
}
//------------------------------------------------------------------------
-//
+//
//------------------------------------------------------------------------
DWORD CFormatEtc::getDvAspect( ) const
@@ -186,7 +186,7 @@ DWORD CFormatEtc::getDvAspect( ) const
}
//------------------------------------------------------------------------
-//
+//
//------------------------------------------------------------------------
LONG CFormatEtc::getLindex( ) const
@@ -195,7 +195,7 @@ LONG CFormatEtc::getLindex( ) const
}
//------------------------------------------------------------------------
-//
+//
//------------------------------------------------------------------------
void CFormatEtc::setClipformat( CLIPFORMAT cf )
@@ -204,7 +204,7 @@ void CFormatEtc::setClipformat( CLIPFORMAT cf )
}
//------------------------------------------------------------------------
-//
+//
//------------------------------------------------------------------------
void CFormatEtc::setTymed( DWORD tymed )
@@ -223,7 +223,7 @@ void CFormatEtc::setTargetDevice( DVTARGETDEVICE* ptd )
}
//------------------------------------------------------------------------
-//
+//
//------------------------------------------------------------------------
void CFormatEtc::setDvAspect( DWORD dwAspect )
@@ -232,7 +232,7 @@ void CFormatEtc::setDvAspect( DWORD dwAspect )
}
//------------------------------------------------------------------------
-//
+//
//------------------------------------------------------------------------
void CFormatEtc::setLindex( LONG lindex )
@@ -241,7 +241,7 @@ void CFormatEtc::setLindex( LONG lindex )
}
//------------------------------------------------------------------------
-//
+//
//------------------------------------------------------------------------
sal_Int32 operator==( const CFormatEtc& lhs, const CFormatEtc& rhs )
@@ -250,7 +250,7 @@ sal_Int32 operator==( const CFormatEtc& lhs, const CFormatEtc& rhs )
}
//------------------------------------------------------------------------
-//
+//
//------------------------------------------------------------------------
sal_Int32 operator!=( const CFormatEtc& lhs, const CFormatEtc& rhs )