summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2001-03-22 12:35:54 +0000
committerjp <jp@openoffice.org>2001-03-22 12:35:54 +0000
commit5fdd95a0641b94dac09b919bcfaa5ff49604163d (patch)
tree50754c45638e6402b564a6f0d8adbd482505cc46
parentf91d296f173e86a95b8077537e91efb05a232ef6 (diff)
inlne GetDataFlavorExVector
-rw-r--r--svtools/source/misc/transfer.cxx11
-rw-r--r--svtools/source/misc/transfer2.cxx10
2 files changed, 4 insertions, 17 deletions
diff --git a/svtools/source/misc/transfer.cxx b/svtools/source/misc/transfer.cxx
index 74b8cef26be9..203690abb011 100644
--- a/svtools/source/misc/transfer.cxx
+++ b/svtools/source/misc/transfer.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: transfer.cxx,v $
*
- * $Revision: 1.26 $
+ * $Revision: 1.27 $
*
- * last change: $Author: ka $ $Date: 2001-03-21 11:34:09 $
+ * last change: $Author: jp $ $Date: 2001-03-22 13:35:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1071,13 +1071,6 @@ DataFlavor TransferableDataHelper::GetFormatDataFlavor( sal_uInt32 nFormat ) con
// -----------------------------------------------------------------------------
-DataFlavorExVector& TransferableDataHelper::GetDataFlavorExVector() const
-{
- return( *mpFormats );
-}
-
-// -----------------------------------------------------------------------------
-
Any TransferableDataHelper::GetAny( const DataFlavor& rFlavor ) const
{
Any aRet;
diff --git a/svtools/source/misc/transfer2.cxx b/svtools/source/misc/transfer2.cxx
index b509107c67e6..7eabb8813dfb 100644
--- a/svtools/source/misc/transfer2.cxx
+++ b/svtools/source/misc/transfer2.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: transfer2.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: ka $ $Date: 2001-03-21 11:34:10 $
+ * last change: $Author: jp $ $Date: 2001-03-22 13:35:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -388,9 +388,3 @@ sal_Bool DropTargetHelper::IsDropFormatSupported( const DataFlavor& rFlavor )
return bRet;
}
-// -----------------------------------------------------------------------------
-
-DataFlavorExVector& DropTargetHelper::GetDataFlavorExVector() const
-{
- return( *mpFormats );
-}