summaryrefslogtreecommitdiff
path: root/sw/source/ui/config
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2013-03-07 15:52:21 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2013-03-07 15:52:21 +0100
commitaabcdab969825c16a3edd2431f5b41eec17afdf4 (patch)
tree9a3cdca50f2f5e1af0b1634424d79fdf6b9f116c /sw/source/ui/config
parentf72f891158979b58cf50fdd7889e8f0806a9a9b4 (diff)
Fix sw build
Change-Id: I28d0a471df67b9b61ba3878f38ae5c3584a80f28
Diffstat (limited to 'sw/source/ui/config')
-rw-r--r--sw/source/ui/config/optload.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/config/optload.cxx b/sw/source/ui/config/optload.cxx
index a9d2f17b51c8..66a48ff9108f 100644
--- a/sw/source/ui/config/optload.cxx
+++ b/sw/source/ui/config/optload.cxx
@@ -689,7 +689,7 @@ IMPL_LINK_NOARG(SwCaptionOptPage, ShowEntryHdl)
else
aCategoryBox.SetText( sNone );
if (pOpt->GetCategory().Len() &&
- aCategoryBox.GetEntryPos(pOpt->GetCategory()) == COMBOBOX_ENTRY_NOTFOUND)
+ aCategoryBox.GetEntryPos(OUString(pOpt->GetCategory())) == COMBOBOX_ENTRY_NOTFOUND)
aCategoryBox.InsertEntry(pOpt->GetCategory());
if (aCategoryBox.GetText().isEmpty())
{