summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-01-24 08:22:02 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-01-24 19:17:55 +0100
commit9c8ae146042a28d1d56b7c672d5b3a9d659515b4 (patch)
treebc36030d42f947bf479a8caf2d1638d77f4f5faf /ucb
parenta283847a95dd8935dec687d91709604d96636a34 (diff)
sal_Bool -> bool (remaining uses of css::uno::Any::has)
Change-Id: I041540307d48083955a74d20f73219ac458037fe Reviewed-on: https://gerrit.libreoffice.org/48482 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/file/bc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/file/bc.cxx b/ucb/source/ucp/file/bc.cxx
index 9f9203166d2a..4f076002ac8c 100644
--- a/ucb/source/ucp/file/bc.cxx
+++ b/ucb/source/ucp/file/bc.cxx
@@ -353,7 +353,7 @@ BaseContent::execute( const Command& aCommand,
}
else if ( aCommand.Name == "delete" )
{
- if( ! aCommand.Argument.has< sal_Bool >() )
+ if( ! aCommand.Argument.has< bool >() )
m_pMyShell->installError( CommandId,
TASKHANDLING_WRONG_DELETE_ARGUMENT );
else