Kaydet (Commit) 084c55f9 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Improved loplugin:redundantcast (const-qualified typedefs): framework

Change-Id: Ibcceaa03a73926b559a297f62b3d1d2676c9f4f0
Reviewed-on: https://gerrit.libreoffice.org/56698
Tested-by: Jenkins
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 1d277765
......@@ -2000,7 +2000,7 @@ void AutoRecovery::implts_flushConfigItem(const AutoRecovery::TDocumentInfo& rIn
OUStringBuffer sIDBuf;
sIDBuf.append(RECOVERY_ITEM_BASE_IDENTIFIER);
sIDBuf.append(static_cast<sal_Int32>(rInfo.ID));
sIDBuf.append(rInfo.ID);
OUString sID = sIDBuf.makeStringAndClear();
// remove
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment