Kaydet (Commit) 4fb9926e authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Blind fix for "error: chosen constructor is explicit in copy-initialization"

...on linux_clang_dbgutil_64 build

Change-Id: I00022749ce12df459ce22333593daa2eb6503fd7
üst b441b201
......@@ -1990,7 +1990,7 @@ namespace comphelper
// but as we are now in SafeMode, use XML infos for this since the
// extensions are not loaded from XExtensionManager
ExtensionInfo aCurrentExtensionInfo;
const ExtensionInfoEntryVector aToBeEnabled = { };
const ExtensionInfoEntryVector aToBeEnabled{};
ExtensionInfoEntryVector aToBeDisabled;
aCurrentExtensionInfo.createUsingExtensionRegistryEntriesFromXML(maUserConfigWorkURL);
......
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