fb120df753
- boost_1_69.patch: Fix compilation with Boost 1.69 OBS-URL: https://build.opensuse.org/request/show/653528 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=731
14 lines
436 B
Diff
14 lines
436 B
Diff
Index: libreoffice-6.1.3.2/sfx2/source/appl/shutdownicon.cxx
|
|
===================================================================
|
|
--- libreoffice-6.1.3.2.orig/sfx2/source/appl/shutdownicon.cxx
|
|
+++ libreoffice-6.1.3.2/sfx2/source/appl/shutdownicon.cxx
|
|
@@ -141,7 +141,7 @@ bool LoadModule()
|
|
#endif // ENABLE_QUICKSTART_APPLET
|
|
}
|
|
assert(!boost::logic::indeterminate(loaded));
|
|
- return loaded;
|
|
+ return (bool)loaded;
|
|
}
|
|
|
|
}
|