diff options
Diffstat (limited to 'include/sot/sotdata.hxx')
-rw-r--r-- | include/sot/sotdata.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sot/sotdata.hxx b/include/sot/sotdata.hxx index 88a7dde5352d..58867b0b0cd7 100644 --- a/include/sot/sotdata.hxx +++ b/include/sot/sotdata.hxx @@ -30,7 +30,7 @@ class SotFactory; class SotObject; typedef ::std::vector< SotFactory* > SotFactoryList; -typedef ::std::vector< com::sun::star::datatransfer::DataFlavor* > tDataFlavorList; +typedef ::std::vector< css::datatransfer::DataFlavor* > tDataFlavorList; struct SotData_Impl { |