diff options
Diffstat (limited to 'pyuno')
-rw-r--r-- | pyuno/source/module/pyuno_adapter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyuno/source/module/pyuno_adapter.cxx b/pyuno/source/module/pyuno_adapter.cxx index 9b79492826d2..070a9ffe7122 100644 --- a/pyuno/source/module/pyuno_adapter.cxx +++ b/pyuno/source/module/pyuno_adapter.cxx @@ -63,7 +63,7 @@ Adapter::~Adapter() mWrappedObject.scratch(); } -static cppu::OImplementationId g_id( sal_False ); +static cppu::OImplementationId g_id( false ); Sequence<sal_Int8> Adapter::getUnoTunnelImplementationId() { |