summaryrefslogtreecommitdiff
path: root/sot/source/base
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-29 11:03:05 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-10-29 11:18:21 +0000
commite26245b3e5fe6f7e46e57b80c890c7cafc5c4bb9 (patch)
treeff15a4f266223e871d41c269c35268d7c32bfcd7 /sot/source/base
parent95b22704e8452e6360d0acf846e8c967aab146d7 (diff)
com::sun::star->css in smoketest,sot
Change-Id: I59a083cd53baa76ea271cfc0470487899b92dca4 Reviewed-on: https://gerrit.libreoffice.org/19666 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sot/source/base')
-rw-r--r--sot/source/base/exchange.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sot/source/base/exchange.cxx b/sot/source/base/exchange.cxx
index 92c8bf37a1ea..ce7574d6b9be 100644
--- a/sot/source/base/exchange.cxx
+++ b/sot/source/base/exchange.cxx
@@ -45,9 +45,9 @@ using namespace::com::sun::star::datatransfer;
*/
struct DataFlavorRepresentation
{
- const char* pMimeType;
- const char* pName;
- const ::com::sun::star::uno::Type* pType;
+ const char* pMimeType;
+ const char* pName;
+ const css::uno::Type* pType;
};
namespace