diff options
author | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-01-22 15:07:11 +0100 |
---|---|---|
committer | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-01-22 15:07:11 +0100 |
commit | f23ef949effa020f452172c25e363e388739fd73 (patch) | |
tree | 42bfe519e97b61b7c1835d2a58eeeb34ea7d0f2f /sw | |
parent | 573a4f53d2555db742aeee08fdc9165867a759a1 (diff) |
cbosdo02: #i107658# disabling enhanced fields for now
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/ww8par3.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sw/source/filter/ww8/ww8par3.cxx b/sw/source/filter/ww8/ww8par3.cxx index 770ec6cfe2fb..fee4da44a57b 100644 --- a/sw/source/filter/ww8/ww8par3.cxx +++ b/sw/source/filter/ww8/ww8par3.cxx @@ -280,9 +280,7 @@ eF_ResT SwWW8ImplReader::Read_F_FormListBox( WW8FieldDesc* pF, String& rStr) } else { - //@TODO fix: copy pasting here!!!!!!!!!!!!!! - //REVIEW: don't let this throught.... sometime I forget to get rid of my proof of concept stuff. Please kindly remind me!!!!! - + // TODO: review me String aBookmarkName; WW8PLCFx_Book* pB = pPlcxMan->GetBook(); if (pB!=NULL) |