diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-02 12:23:08 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-02 12:32:05 +0000 |
commit | b068d9fb8d29e06ff652b1493605cea22a9199f3 (patch) | |
tree | c504f24e8d0ba3acb58a9e793cd8e7f83db47f58 /reportdesign | |
parent | d6ac6475a5f0304e0d9b770a5f8ec98f425e59b6 (diff) |
Fix typos
Change-Id: I35eeb71f4f698e39b7b0d98e3cb30657a64a611a
Reviewed-on: https://gerrit.libreoffice.org/34802
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'reportdesign')
-rw-r--r-- | reportdesign/source/ui/inc/UITools.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/source/ui/inc/UITools.hxx b/reportdesign/source/ui/inc/UITools.hxx index 4587542ed81b..5c6ce0179a12 100644 --- a/reportdesign/source/ui/inc/UITools.hxx +++ b/reportdesign/source/ui/inc/UITools.hxx @@ -160,7 +160,7 @@ namespace rptui * * \param pControl the control which should place in the section without overlapping * \param _pReportSection the section - * \param _bInsert sal_True whe the control should be inserted, otherwise not. + * \param _bInsert sal_True when the control should be inserted, otherwise not. */ void correctOverlapping(SdrObject* pControl,OReportSection& _aReportSection,bool _bInsert = true); |