summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-12-05 22:20:49 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-12-09 09:18:51 +0100
commit51eeee9b3fc6ad58eb4ef8ffa6460148fb9f6e7e (patch)
treee7192184882560c911790461fc5bcec60c6902cc /svx
parent543757b7258ad089f8c10a1afdf773602359c319 (diff)
Fix typos in code
It passed "make check" on Linux Change-Id: I8cfe93e58bb5a006d69ea7420b5f2aa07a0864c2 Reviewed-on: https://gerrit.libreoffice.org/64739 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/form/filtnav.cxx4
-rw-r--r--svx/source/form/navigatortree.cxx4
2 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/form/filtnav.cxx b/svx/source/form/filtnav.cxx
index 8a30a1cab344..97e414984b12 100644
--- a/svx/source/form/filtnav.cxx
+++ b/svx/source/form/filtnav.cxx
@@ -1228,8 +1228,8 @@ sal_Int8 FmFilterNavigator::AcceptDrop( const AcceptDropEvent& rEvt )
}
else
{ // is it an entry with children, and not yet expanded?
- SvTreeListEntry* pDropppedOn = GetEntry(aDropPos);
- if (pDropppedOn && (GetChildCount(pDropppedOn) > 0) && !IsExpanded(pDropppedOn))
+ SvTreeListEntry* pDroppedOn = GetEntry(aDropPos);
+ if (pDroppedOn && (GetChildCount(pDroppedOn) > 0) && !IsExpanded(pDroppedOn))
{
// -> expand
m_aDropActionType = DA_EXPANDNODE;
diff --git a/svx/source/form/navigatortree.cxx b/svx/source/form/navigatortree.cxx
index 555bd5c94367..bdf2a97b0aa4 100644
--- a/svx/source/form/navigatortree.cxx
+++ b/svx/source/form/navigatortree.cxx
@@ -853,8 +853,8 @@ namespace svxform
bNeedTrigger = true;
} else
{ // on an entry with children, not swang open
- SvTreeListEntry* pDropppedOn = GetEntry(aDropPos);
- if (pDropppedOn && (GetChildCount(pDropppedOn) > 0) && !IsExpanded(pDropppedOn))
+ SvTreeListEntry* pDroppedOn = GetEntry(aDropPos);
+ if (pDroppedOn && (GetChildCount(pDroppedOn) > 0) && !IsExpanded(pDroppedOn))
{
// -> swing open
m_aDropActionType = DA_EXPANDNODE;