12 lines
284 B
Diff
12 lines
284 B
Diff
|
--- sfx2/source/appl/shutdownicon.cxx 2018-12-12 22:59:14.000000000 +0100
|
||
|
+++ - 2018-12-19 00:29:14.290274270 +0100
|
||
|
@@ -141,7 +141,7 @@
|
||
|
#endif // ENABLE_QUICKSTART_APPLET
|
||
|
}
|
||
|
assert(!boost::logic::indeterminate(loaded));
|
||
|
- return loaded;
|
||
|
+ return bool{loaded};
|
||
|
}
|
||
|
|
||
|
}
|