summaryrefslogtreecommitdiff
path: root/sw/source/ui/index
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-01 21:05:39 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-01 22:21:44 +0200
commit8fe5161a9e36d8285c489da7167d7cca27cb0f1d (patch)
tree7566fa92bc54c1efe04c8b1ae71c6a819b73a5e4 /sw/source/ui/index
parent3c498ff3de6b4fb0ccdebc19d1b4dc5452e6d70b (diff)
Fix typos
Change-Id: I2238961a7b124652e90e948e27a6ca9d98dc54ac Reviewed-on: https://gerrit.libreoffice.org/76826 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'sw/source/ui/index')
-rw-r--r--sw/source/ui/index/swuiidxmrk.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/index/swuiidxmrk.cxx b/sw/source/ui/index/swuiidxmrk.cxx
index ac2a4d7cb22e..ab42f1e84d62 100644
--- a/sw/source/ui/index/swuiidxmrk.cxx
+++ b/sw/source/ui/index/swuiidxmrk.cxx
@@ -692,7 +692,7 @@ void SwIndexMarkPane::ModifyHdl(const weld::Widget& rBox)
m_xPhoneticFT2->set_sensitive(bKeyEnable&&bKey2HasText&&m_bIsPhoneticReadingEnabled);
m_xPhoneticED2->set_sensitive(bKeyEnable&&bKey2HasText&&m_bIsPhoneticReadingEnabled);
}
- else //m_xEntryED !!m_xEntryED is not a ListBox but a Edit
+ else //m_xEntryED !!m_xEntryED is not a ListBox but an Edit
{
bool bHasText = !m_xEntryED->get_text().isEmpty();
if(!bHasText)