summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl/unohelp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/unoidl/unohelp.hxx')
-rw-r--r--sd/source/ui/unoidl/unohelp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/unoidl/unohelp.hxx b/sd/source/ui/unoidl/unohelp.hxx
index f7ae6ae32a67..25b76f8648b9 100644
--- a/sd/source/ui/unoidl/unohelp.hxx
+++ b/sd/source/ui/unoidl/unohelp.hxx
@@ -22,7 +22,7 @@
namespace sd
{
-inline void bool2any( bool bBool, ::com::sun::star::uno::Any& rAny )
+inline void bool2any( bool bBool, css::uno::Any& rAny )
{
rAny.setValue( &bBool, cppu::UnoType<bool>::get() );
}