Files
libreoffice/dbaccess
Stephan Bergmann 583b49dca9 Work around bogus Clang C++17 -Werror,-Wunused-value
...see <https://bugs.llvm.org/show_bug.cgi?id=35073> "Unexpected -Wunused-value
with -std=c++17".  The dereference operator is only there to make OWeakObject's
conversion operator to css::uno::Reference<css::uno::XInterface> kick in, to
avoid an ambiguous conversion to XInterface, so use an rtl::Reference instead,
which removes the need for the dereference and makes the warning go away.

Change-Id: I52ddaa098d43eb1507ca621f9e9511dcfc0fdb9a
2017-10-25 19:51:27 +02:00
..
2017-10-23 22:46:10 +02:00
2017-07-21 08:20:50 +01:00
2017-07-21 08:20:50 +01:00
2017-07-21 08:20:50 +01:00
2017-07-21 08:20:50 +01:00
2017-07-21 08:20:50 +01:00

Database access tools, for "base" database application