summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/pfiltdlg.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-24 12:46:41 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-25 17:24:16 +0000
commit5a72da3d979d88442ea5b7f1f54ba9811173ec64 (patch)
tree42b746fb4a965e294ad307beaae1e76082fa7d38 /sc/source/ui/dbgui/pfiltdlg.cxx
parentfeeb8ccfe1aff373e158b64f76e35da1a4e295c0 (diff)
Fix typos
Change-Id: I4e1a613fc99b931e84a1955695364e1d25e25e5c Reviewed-on: https://gerrit.libreoffice.org/35642 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/source/ui/dbgui/pfiltdlg.cxx')
-rw-r--r--sc/source/ui/dbgui/pfiltdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/dbgui/pfiltdlg.cxx b/sc/source/ui/dbgui/pfiltdlg.cxx
index 98d1d6b8debf..e0f0e9ec3b06 100644
--- a/sc/source/ui/dbgui/pfiltdlg.cxx
+++ b/sc/source/ui/dbgui/pfiltdlg.cxx
@@ -546,7 +546,7 @@ IMPL_LINK( ScPivotFilterDlg, ValModifyHdl, Edit&, rEd, void )
if ( &rEd == m_pEdVal2 ) pLb = m_pLbCond2;
else if ( &rEd == m_pEdVal3 ) pLb = m_pLbCond3;
- // if ond of the special values "empty"/"non-empty" was chosen only the
+ // if cond of the special values "empty"/"non-empty" was chosen only the
// =-operand makes sense:
if ( aStrEmpty.equals(aStrVal) || aStrNotEmpty.equals(aStrVal) )