vcl/inc/unx/wmadaptor.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 546c883eee3f263b33892fc83e1f697d1450a59f Author: Michael Meeks <michael.me...@suse.com> Date: Fri Jul 19 09:32:52 2013 +0100 clarify a different meaning of WorkArea. Change-Id: If7f3de537f5aa2d0322c59fe1cff04a3b11aaab9 diff --git a/vcl/inc/unx/wmadaptor.hxx b/vcl/inc/unx/wmadaptor.hxx index 2975580..171e66a 100644 --- a/vcl/inc/unx/wmadaptor.hxx +++ b/vcl/inc/unx/wmadaptor.hxx @@ -185,7 +185,7 @@ public: { return m_aWMName; } /* - * gets the number of workareas + * gets the number of workareas (virtual desktops) */ int getWorkAreaCount() const { return m_aWMWorkAreas.size(); } @@ -205,7 +205,7 @@ public: { return m_aWMWorkAreas[n]; } /* - * attemp to switch the desktop to a certain workarea + * attempt to switch the desktop to a certain workarea (ie. virtual desktops) * if bConsiderWM is true, then on some WMs the call will not result in any action */ void switchToWorkArea( int nWorkArea, bool bConsiderWM = true ) const; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits