office-gobmx/unotools
Luboš Luňák 93b0498451 remove unnecessary virtual inheritance
SvLockBytes is only inherited by UcbLockBytes, and that one is not
inherited by anything, so there's no diamond inheritance, so there's
no point. Probably a case of somebody not really understanding
virtual inheritance and using it "just in case".

Change-Id: I2c01f29634c4f1ff2b55d7552fc571b653878ace
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126074
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2021-11-30 10:38:57 +01:00
..
inc/pch
qa
source remove unnecessary virtual inheritance 2021-11-30 10:38:57 +01:00
util
CppunitTest_unotools_fontdefs.mk
IwyuFilter_unotools.yaml
JunitTest_unotools_complex.mk
Library_utl.mk The std::auto_ptr workarounds should only be necessary for Boost < 1.67.0 2021-11-05 10:09:24 +01:00
Makefile
Module_unotools.mk
README.md

UNO C++ Helpers

Helpers for C++ use of UNO.