diff options
Diffstat (limited to 'sw/source/ui/envelp/label1.cxx')
-rw-r--r-- | sw/source/ui/envelp/label1.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/envelp/label1.cxx b/sw/source/ui/envelp/label1.cxx index a736545fd232..3a64309f1e0a 100644 --- a/sw/source/ui/envelp/label1.cxx +++ b/sw/source/ui/envelp/label1.cxx @@ -383,7 +383,7 @@ IMPL_LINK_NOARG(SwLabPage, MakeHdl) if(bInsert) { GetParentSwLabDlg()->TypeIds().push_back(i); - if ( !nLstType && aType == OUString(aItem.aLstType) ) + if ( !nLstType && aType == aItem.aLstType ) nLstType = GetParentSwLabDlg()->TypeIds().size(); } } |