diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-15 12:17:57 +0200 |
---|---|---|
committer | Ashod Nakashian <ashod.nakashian@collabora.co.uk> | 2016-02-06 09:12:25 -0500 |
commit | 348aaa3ef634674d123b1a1e72f062fd3783af8f (patch) | |
tree | 1130a8b2ac3a4f8c531e895f71cf3fd9a4daf16b /basctl | |
parent | 48b151462a769d5e5947603a9f3dde5799d6689e (diff) |
Fix typos
Change-Id: Ieaf67cf597e05dbae5affa153af907fda4462a41
Reviewed-on: https://gerrit.libreoffice.org/16295
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
(cherry picked from commit 9b7e1bf43dcb25acabc15fb2bfb30e2a1dd249df)
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/macrodlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/macrodlg.cxx b/basctl/source/basicide/macrodlg.cxx index 23e2597c413f..429c6b3b8e01 100644 --- a/basctl/source/basicide/macrodlg.cxx +++ b/basctl/source/basicide/macrodlg.cxx @@ -50,7 +50,7 @@ using namespace ::com::sun::star::uno; MacroChooser::MacroChooser( vcl::Window* pParnt, bool bCreateEntries ) : SfxModalDialog(pParnt, "BasicMacroDialog", "modules/BasicIDE/ui/basicmacrodialog.ui") , bNewDelIsDel(true) - // the Sfx doesn't aske the BasicManger whether modified or not + // the Sfx doesn't ask the BasicManger whether modified or not // => start saving in case of a change without a into the BasicIDE. , bForceStoreBasic(false) , nMode(All) |