summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/misc/ImplHelper.hxx
diff options
context:
space:
mode:
authorTino Rachui <tra@openoffice.org>2001-03-02 11:44:41 +0000
committerTino Rachui <tra@openoffice.org>2001-03-02 11:44:41 +0000
commitfe8ed1763470bb8d6b4b02495db5319658d78ffd (patch)
tree6c0578b31c05024c594d54a6150f1579b2cd516d /dtrans/source/win32/misc/ImplHelper.hxx
parentd0137de8927ede088dcae76d0e505f6b91f7364a (diff)
*** empty log message ***
Diffstat (limited to 'dtrans/source/win32/misc/ImplHelper.hxx')
-rw-r--r--dtrans/source/win32/misc/ImplHelper.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/dtrans/source/win32/misc/ImplHelper.hxx b/dtrans/source/win32/misc/ImplHelper.hxx
index 4b408db3866d..3db412af15b3 100644
--- a/dtrans/source/win32/misc/ImplHelper.hxx
+++ b/dtrans/source/win32/misc/ImplHelper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ImplHelper.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: tra $ $Date: 2001-02-27 07:25:35 $
+ * last change: $Author: tra $ $Date: 2001-03-02 12:44:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -95,7 +95,7 @@ extern "C" {
// target device and formatetc helper
void SAL_CALL DeleteTargetDevice(DVTARGETDEVICE* ptd);
sal_Bool SAL_CALL CopyFormatEtc(LPFORMATETC petcDest, LPFORMATETC petcSrc);
-sal_Int32 SAL_CALL CompareFormatEtc(FORMATETC* pFetcLeft, FORMATETC* pFetcRight);
+sal_Int32 SAL_CALL CompareFormatEtc( const FORMATETC* pFetcLeft, const FORMATETC* pFetcRight);
sal_Bool SAL_CALL CompareTargetDevice(DVTARGETDEVICE* ptdLeft, DVTARGETDEVICE* ptdRight);
DVTARGETDEVICE* SAL_CALL CopyTargetDevice(DVTARGETDEVICE* ptdSrc);
@@ -109,6 +109,7 @@ UINT SAL_CALL GetWinCPFromMime( const rtl::OUString& mimeType );
sal_Bool SAL_CALL IsOEMCP( UINT codepage );
rtl::OUString SAL_CALL CodePageToString( sal_Int32 codepage );
+
sal_Bool SAL_CALL operator==( const ::com::sun::star::datatransfer::DataFlavor& lhs,
const ::com::sun::star::datatransfer::DataFlavor& rhs );