[Libreoffice-commits] core.git: include/vcl
Muhammet Kara
muhammet.kara at pardus.org.tr
Mon May 16 07:48:12 UTC 2016
include/vcl/window.hxx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit d25342d332162f9f28230665bfb14adac3643f3e
Author: Muhammet Kara <muhammet.kara at pardus.org.tr>
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 <noelgrandin at gmail.com>
Tested-by: Noel Grandin <noelgrandin at gmail.com>
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
More information about the Libreoffice-commits
mailing list