summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2016-02-25 21:22:53 +0100
committerEike Rathke <erack@redhat.com>2016-02-26 01:41:50 +0100
commit82e23b52acf52fe8334d0fcba62d6b956d222445 (patch)
tree83ef7bc0a32f8b57803ce0aeff9016ae08334806 /unotools
parent8555034abf9e53190fa559c1a705868766a5677f (diff)
add missing comma
this ended up as IsSearchFormattedIsUseWildcard ... Change-Id: Iaa39f51b0e5ef49d65a636b0a2d926d30a2a1dd8
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/config/searchopt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/config/searchopt.cxx b/unotools/source/config/searchopt.cxx
index be8716fd85bf..79e1030f604f 100644
--- a/unotools/source/config/searchopt.cxx
+++ b/unotools/source/config/searchopt.cxx
@@ -150,7 +150,7 @@ Sequence< OUString > SvtSearchOptions_Impl::GetPropertyNames()
"IsNotes", // 25
"IsIgnoreDiacritics_CTL", // 26
"IsIgnoreKashida_CTL", // 27
- "IsSearchFormatted" // 28
+ "IsSearchFormatted", // 28
"IsUseWildcard" // 29
};