summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui/flddok.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-02-02 11:29:28 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-02-02 11:34:38 +0000
commitfc59bf1406ad69a85787b59d5db233e9ab5f2171 (patch)
tree8ea71c472a920b45c9ec1e6f8bd806ea0454da75 /sw/source/ui/fldui/flddok.cxx
parente15a9e2fb666b9c6e6de5a0bb9a16c858b4d486c (diff)
WaE: throw out some warnings
Diffstat (limited to 'sw/source/ui/fldui/flddok.cxx')
-rw-r--r--sw/source/ui/fldui/flddok.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/ui/fldui/flddok.cxx b/sw/source/ui/fldui/flddok.cxx
index 4230e40a022b..e2b25738c39f 100644
--- a/sw/source/ui/fldui/flddok.cxx
+++ b/sw/source/ui/fldui/flddok.cxx
@@ -555,7 +555,6 @@ IMPL_LINK( SwFldDokPage, FormatHdl, ListBox *, EMPTYARG )
BOOL SwFldDokPage::FillItemSet(SfxItemSet& )
{
- BOOL bPage = FALSE;
USHORT nTypeId = (USHORT)(ULONG)aTypeLB.GetEntryData(GetTypeSel());
if (nTypeId == USHRT_MAX)
@@ -564,7 +563,6 @@ BOOL SwFldDokPage::FillItemSet(SfxItemSet& )
if(nPos == LISTBOX_ENTRY_NOTFOUND)
nPos = 0;
nTypeId = (USHORT)(ULONG)aSelectionLB.GetEntryData(nPos);
- bPage = TRUE;
}
String aVal(aValueED.GetText());