summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/unobtabl.cxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-05-08 18:12:01 +0200
committerJulien Nabet <serval2412@yahoo.fr>2014-05-08 18:12:58 +0200
commit76e8779787afef2e1e2b04adc8eaffe0b4d1f897 (patch)
tree1265fbfab5a4692e7c73d8cc8d3bd9e4e398a39a /svx/source/unodraw/unobtabl.cxx
parent9e8629c73327474598c4c1f2250937544a1562e7 (diff)
Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part6
Change-Id: Ib523206d67ad13416557be1b37a58ba7a9791ca5
Diffstat (limited to 'svx/source/unodraw/unobtabl.cxx')
-rw-r--r--svx/source/unodraw/unobtabl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/unodraw/unobtabl.cxx b/svx/source/unodraw/unobtabl.cxx
index cd208a8624ac..938d3cc79d28 100644
--- a/svx/source/unodraw/unobtabl.cxx
+++ b/svx/source/unodraw/unobtabl.cxx
@@ -100,7 +100,7 @@ NameOrIndex* SvxUnoBitmapTable::createItem() const throw()
uno::Type SAL_CALL SvxUnoBitmapTable::getElementType( )
throw( uno::RuntimeException, std::exception )
{
- return ::getCppuType( (const OUString*)0 );
+ return ::cppu::UnoType<OUString>::get();
}
/**