include/vcl/window.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
New commits: commit d25342d332162f9f28230665bfb14adac3643f3e Author: Muhammet Kara <[email protected]> Date: Mon May 16 09:30:35 2016 +0300 Fix mixed up comments in window.hxx Change-Id: Icb9d200d40a9a38dfb273ce3415cc553084c87ca Reviewed-on: https://gerrit.libreoffice.org/25026 Reviewed-by: Noel Grandin <[email protected]> Tested-by: Noel Grandin <[email protected]> diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx index d9f9d91..fb5a48a 100644 --- a/include/vcl/window.hxx +++ b/include/vcl/window.hxx @@ -1359,9 +1359,9 @@ public: virtual void queue_resize(StateChangedType eReason = StateChangedType::Layout); /* - * Sets the "width-request" property + * Sets the "height-request" property * - * Override for width request of the widget, or -1 if natural request + * Override for height request of the widget, or -1 if natural request * should be used. * * @see get_preferred_size, set_width_request @@ -1370,9 +1370,9 @@ public: sal_Int32 get_height_request() const; /* - * Sets the "height-request" property + * Sets the "width-request" property * - * Override for height request of the widget, or -1 if natural request + * Override for width request of the widget, or -1 if natural request * should be used. * * @see get_preferred_size, set_height_request _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
