summaryrefslogtreecommitdiff
path: root/include/sot/exchange.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-01-27 07:32:01 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-01-28 06:19:49 +0000
commitfe480d8136b204c8dc6c68916cce7e816f8b9c48 (patch)
tree656e9239fa6a93099148d3806c1af93007059769 /include/sot/exchange.hxx
parentd1c9bd13ec7af93f5368dfda6d6d3c955f0b0816 (diff)
remove unused typedefs
found with some minor modifications to find/find-unused-defines.sh Change-Id: I18cc479adedc7a0dada68a4aeef08300e62631dd Reviewed-on: https://gerrit.libreoffice.org/14194 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/sot/exchange.hxx')
-rw-r--r--include/sot/exchange.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sot/exchange.hxx b/include/sot/exchange.hxx
index d509fdb8ba6e..2f72b61365cd 100644
--- a/include/sot/exchange.hxx
+++ b/include/sot/exchange.hxx
@@ -41,7 +41,6 @@ struct DataFlavorEx : public ::com::sun::star::datatransfer::DataFlavor
SotFormatStringId mnSotId;
};
-typedef ::std::vector< ::com::sun::star::datatransfer::DataFlavor > DataFlavorVector;
typedef ::std::vector< DataFlavorEx > _DataFlavorExVector;
// JP 23.03.2001 - this struct is only for "hide" the STD of the vetor,
@@ -51,8 +50,6 @@ struct DataFlavorExVector : public _DataFlavorExVector
{
};
-typedef ::std::list< ::com::sun::star::datatransfer::DataFlavor > DataFlavorList;
-typedef ::std::list< DataFlavorEx > DataFlavorExList;
SOT_DLLPUBLIC bool IsFormatSupported( const DataFlavorExVector& rDataFlavorExVector,
sal_uLong nId );