summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2020-11-02 08:23:19 +0200
committerMike Kaganski <mike.kaganski@collabora.com>2020-11-02 14:29:16 +0100
commitd5363b4d8680ece0ac1c9f8c735e8f9d8a23cd4a (patch)
treeb142e9b8ddee2c708ae19a3e31648d051976f864 /framework
parentebbcc8d996b683432ac892bffeff5e1bbeb1b39d (diff)
Windows 7 support is already implemented
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 <mike.kaganski@collabora.com> (cherry picked from commit 58f755f0321777cfb4f921e12f7f29a67e7c2c40) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105066 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Diffstat (limited to 'framework')
-rw-r--r--framework/source/helper/titlebarupdate.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/framework/source/helper/titlebarupdate.cxx b/framework/source/helper/titlebarupdate.cxx
index 5b37d1194560..ff2d99c1e24a 100644
--- a/framework/source/helper/titlebarupdate.cxx
+++ b/framework/source/helper/titlebarupdate.cxx
@@ -115,8 +115,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 ();