summaryrefslogtreecommitdiff
path: root/sd/source/ui/remotecontrol
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-11 12:50:39 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-11 12:50:39 +0200
commitf9e73fe26b3319c851e8d54dac0dbb2acc65f847 (patch)
tree912e49d738a13358710b9aaaf347a9880b511f0d /sd/source/ui/remotecontrol
parent68ebb45c01eabbd1f6e67b70926093b8ccad43bd (diff)
loplugin:cstylecast: nop between pointer types of exactly same spelling
Change-Id: Ia78ebb57f69c678ddc4ca2b42c82105fa528ff2b
Diffstat (limited to 'sd/source/ui/remotecontrol')
-rw-r--r--sd/source/ui/remotecontrol/BluetoothServer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/remotecontrol/BluetoothServer.cxx b/sd/source/ui/remotecontrol/BluetoothServer.cxx
index 13c69d1fe552..b201d9e63d8f 100644
--- a/sd/source/ui/remotecontrol/BluetoothServer.cxx
+++ b/sd/source/ui/remotecontrol/BluetoothServer.cxx
@@ -1065,7 +1065,7 @@ registerBluez5Profile(DBusConnection* pConnection, std::vector<Communicator*>* p
bSuccess = false;
SAL_WARN("sdremote.bluetooth",
"Failed to register our Profile1 with bluez ProfileManager "
- << (const char *)(aError.message ? aError.message : "<null>"));
+ << (aError.message ? aError.message : "<null>"));
}
dbus_error_free(&aError);