From 58f755f0321777cfb4f921e12f7f29a67e7c2c40 Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Mon, 2 Nov 2020 08:23:19 +0200 Subject: Windows 7 support is already supported The comment was added in commit e9daae2025279d04155ddeb794bb35952e627ed7 in 2010; Windows 7 support was eventually implemented in 2013 in commit 776db316d271d14e653426e21e66b983ec52100a. Change-Id: I830321ef2131ad56ac664867ac71857fce8d9c75 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105061 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- framework/source/helper/titlebarupdate.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'framework/source') diff --git a/framework/source/helper/titlebarupdate.cxx b/framework/source/helper/titlebarupdate.cxx index b7cf2d2b224a..d62be2a63192 100644 --- a/framework/source/helper/titlebarupdate.cxx +++ b/framework/source/helper/titlebarupdate.cxx @@ -107,8 +107,7 @@ void SAL_CALL TitleBarUpdate::disposing(const css::lang::EventObject&) } //http://live.gnome.org/GnomeShell/ApplicationBased -//See http://msdn.microsoft.com/en-us/library/dd378459(v=VS.85).aspx for future -//Windows 7 equivalent support +//http://msdn.microsoft.com/en-us/library/dd378459(v=VS.85).aspx void TitleBarUpdate::impl_updateApplicationID(const css::uno::Reference< css::frame::XFrame >& xFrame) { css::uno::Reference< css::awt::XWindow > xWindow = xFrame->getContainerWindow (); -- cgit