include/vcl/window.hxx | 2 +- sc/source/ui/inc/viewdata.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit fe61d9771fdf00a448f0df4fb7b69a43751e1af8 Author: Andrea Gelmini <[email protected]> Date: Fri May 18 08:36:20 2018 +0200 Fix typos Change-Id: I4f96c813ed4dd5ebc396b397e3c9c578f96f5619 Reviewed-on: https://gerrit.libreoffice.org/54515 Reviewed-by: Samuel Mehrbrodt <[email protected]> Tested-by: Samuel Mehrbrodt <[email protected]> diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx index d8d394edfa98..8ba941422514 100644 --- a/include/vcl/window.hxx +++ b/include/vcl/window.hxx @@ -1083,7 +1083,7 @@ public: /** * Notification about some rectangle of the output device got invalidated. Used for the - * dialogs and floating windows (e.g. conext menu, popup). + * dialogs and floating windows (e.g. context menu, popup). * * @param pRectangle If 0, that means the whole area, otherwise the area in pixel coordinates. */ diff --git a/sc/source/ui/inc/viewdata.hxx b/sc/source/ui/inc/viewdata.hxx index 79d7d13f0aa8..6bc447966c1e 100644 --- a/sc/source/ui/inc/viewdata.hxx +++ b/sc/source/ui/inc/viewdata.hxx @@ -258,7 +258,7 @@ private: This is to be done when reading settings from file formats or configurations that could have arbitrary values. The caller is - reponsible for actually assigning the new value to eWhichActive because + responsible for actually assigning the new value to eWhichActive because we want this function to be const to be able to call the check from anywhere. */ _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
