diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-11 18:42:51 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-12 11:30:07 +0200 |
commit | d6d3a1f554c86ffcaccf09ff083154587465a46f (patch) | |
tree | 62a50d52586cf05bea99a426cf6566e6eab870e0 /sd/source/ui/inc/DrawViewShell.hxx | |
parent | abf17ce6472557d776268c64681883203c139fcf (diff) |
Fix typos
Change-Id: I598e0a948eb628951f4a2c7385048216c58160f1
Reviewed-on: https://gerrit.libreoffice.org/77289
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd/source/ui/inc/DrawViewShell.hxx')
-rw-r--r-- | sd/source/ui/inc/DrawViewShell.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/DrawViewShell.hxx b/sd/source/ui/inc/DrawViewShell.hxx index 15f952bf6892..a6ea91272d1a 100644 --- a/sd/source/ui/inc/DrawViewShell.hxx +++ b/sd/source/ui/inc/DrawViewShell.hxx @@ -141,7 +141,7 @@ public: OUString GetSelectionText( bool bCompleteWords ); bool HasSelection( bool bText ) const; - //If we are editing an PRESOBJ_OUTLINE return the Outliner and fill rSel + //If we are editing a PRESOBJ_OUTLINE return the Outliner and fill rSel //with the current selection ::Outliner* GetOutlinerForMasterPageOutlineTextObj(ESelection &rSel); |