summaryrefslogtreecommitdiff
path: root/include/sot
diff options
context:
space:
mode:
Diffstat (limited to 'include/sot')
-rw-r--r--include/sot/exchange.hxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/sot/exchange.hxx b/include/sot/exchange.hxx
index f28d47e58c7e..307ffea16bb4 100644
--- a/include/sot/exchange.hxx
+++ b/include/sot/exchange.hxx
@@ -42,12 +42,7 @@ struct DataFlavorEx : public css::datatransfer::DataFlavor
SotClipboardFormatId mnSotId;
};
-// JP 23.03.2001 - this struct is only for "hide" the STD of the vetor,
-// because our makefile filter all this symbols and so nobody can use
-// these struct in any interfacses.
-struct DataFlavorExVector : public ::std::vector< DataFlavorEx >
-{
-};
+typedef ::std::vector<DataFlavorEx> DataFlavorExVector;
SOT_DLLPUBLIC bool IsFormatSupported( const DataFlavorExVector& rDataFlavorExVector,