diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-29 11:03:05 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-10-29 11:18:21 +0000 |
commit | e26245b3e5fe6f7e46e57b80c890c7cafc5c4bb9 (patch) | |
tree | ff15a4f266223e871d41c269c35268d7c32bfcd7 /sot/source/base | |
parent | 95b22704e8452e6360d0acf846e8c967aab146d7 (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.cxx | 6 |
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 |