summaryrefslogtreecommitdiff
path: root/include/svx/fmgridcl.hxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-14 23:55:35 +0200
committerMichael Stahl <mstahl@redhat.com>2015-06-16 11:10:51 +0000
commitca9de688c2c263c51dca1cbbf2892e3b419f921e (patch)
tree8700f70efdc3275cf71277347e1268b8cc4954a4 /include/svx/fmgridcl.hxx
parentedb1582c4aec8948872aeca46e4a2703768f3c55 (diff)
Fix typos
Change-Id: I549635318f46718042e50c8f89ce3c620cade990 Reviewed-on: https://gerrit.libreoffice.org/16281 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/svx/fmgridcl.hxx')
-rw-r--r--include/svx/fmgridcl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/fmgridcl.hxx b/include/svx/fmgridcl.hxx
index 55e12d0ad030..c9147531f3d0 100644
--- a/include/svx/fmgridcl.hxx
+++ b/include/svx/fmgridcl.hxx
@@ -99,7 +99,7 @@ class SVX_DLLPUBLIC SAL_WARN_UNUSED FmGridControl : public DbGridControl
friend class FmXGridPeer;
FmXGridPeer* m_pPeer;
- sal_Int32 m_nCurrentSelectedColumn; // this is the column model (not the view) posisition ...
+ sal_Int32 m_nCurrentSelectedColumn; // this is the column model (not the view) position...
sal_uInt16 m_nMarkedColumnId;
bool m_bSelecting;
bool m_bInColumnMove : 1;