summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/opengl/win/WinDeviceInfo.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/opengl/win/WinDeviceInfo.cxx b/vcl/opengl/win/WinDeviceInfo.cxx
index 86672fe80a25..151476dc1588 100644
--- a/vcl/opengl/win/WinDeviceInfo.cxx
+++ b/vcl/opengl/win/WinDeviceInfo.cxx
@@ -793,7 +793,7 @@ void WinOpenGLDeviceInfo::GetData()
if (maDeviceID.isEmpty() &&
maDeviceString == "RDPUDD Chained DD")
{
- // TODO: moggi: we need to block RDP as it does not provide OpenGL 2.1+
+ // we need to block RDP as it does not provide OpenGL 2.1+
mbRDP = true;
SAL_WARN("vcl.opengl", "RDP => blocked");
return;
com.sun.star.mozilla.MozillaBootstrapCaolán McNamara 2021-01-19add --disable-librelogo to disable LibreLogo at build timeMichael Stahl 2021-01-16tdf#68198: sign the rest of binariesMike Kaganski 2020-12-25Remove vlc part since experimental since 5 yearsJulien Nabet 2020-12-13tdf#138715 remove mork driverRene Engelhard 2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann 2020-10-18tdf#137573: The fps_aqua component was missing for macOSTor Lillqvist 2020-10-12Resolves tdf#137187 - More dictionaries via extensions dialogHeiko Tietze 2020-09-22Move MimeContentTypeFactory into vclJan-Marek Glogowski 2020-09-22WIN move dtrans code into vcl/win/dtransJan-Marek Glogowski 2020-09-11Fix the minimal build-tools targetJan-Marek Glogowski 2020-09-11image-sort: add --quiet option for build-toolsJan-Marek Glogowski 2020-08-25tdf#92287 Make LibreLogo icons theme basedMaxim Monastirsky 2020-07-30terminate XDesktop properly in unit testsNoel Grandin 2020-07-10replace usage of blacklist with denylistThorsten Behrens 2020-07-04reduce number of framework librariesNoel Grandin 2020-04-23Drop Macromedia Flash export filterGabor Kelemen 2020-04-23Add config to disable individual infobarsSamuel Mehrbrodt 2020-03-20tdf#130911: convert image-sort from Perl to PythonJussi Pakkanen 2020-03-12Revert "loplugin:constfields in package..registry"Noel Grandin 2020-02-16GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák 2020-02-10android hunspell: Turn on the hunspell build on Android...Jan Holesovsky 2020-02-07Missing test dependenciesStephan Bergmann 2020-02-06gb_CppunitTest__use_java_ure can be private againStephan Bergmann 2020-01-21remove unused GSOC 2005 "Tabbed Document Windows for OOo"Caolán McNamara