summaryrefslogtreecommitdiff
path: root/sw/source/ui/envelp/labelexp.cxx
diff options
context:
space:
mode:
authorPrashant Shah <pshah.mumbai@gmail.com>2010-10-10 04:21:45 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-10-10 04:21:45 -0500
commit0bbc4c2f7f49e6ee82e4e5c323c3056127fd35fc (patch)
tree1f9c4396b1c96c0680457ebcbd8c3d1ac749a52b /sw/source/ui/envelp/labelexp.cxx
parente571029a020ce1be35070fddae9842d9cb7c89c2 (diff)
Remove bogus comment
Diffstat (limited to 'sw/source/ui/envelp/labelexp.cxx')
-rw-r--r--sw/source/ui/envelp/labelexp.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sw/source/ui/envelp/labelexp.cxx b/sw/source/ui/envelp/labelexp.cxx
index 22e281cfcef7..74b57c63a1f1 100644
--- a/sw/source/ui/envelp/labelexp.cxx
+++ b/sw/source/ui/envelp/labelexp.cxx
@@ -56,9 +56,6 @@ using ::rtl::OUString;
#endif
#define SW_PROP_NAME_STR(nId) SwGetPropName((nId)).pName
-/* -----------------08.07.99 15:15-------------------
-
- --------------------------------------------------*/
void SwVisitingCardPage::InitFrameControl()
{
Link aLink(LINK(this, SwVisitingCardPage, FrameControlInitializedHdl));
@@ -126,9 +123,7 @@ void SwVisitingCardPage::InitFrameControl()
}
}
}
-/* -----------------01.10.99 13:19-------------------
- --------------------------------------------------*/
IMPL_LINK( SwVisitingCardPage, FrameControlInitializedHdl, void*, EMPTYARG )
{
SvLBoxEntry* pSel = aAutoTextLB.FirstSelected();
@@ -161,9 +156,7 @@ IMPL_LINK( SwVisitingCardPage, FrameControlInitializedHdl, void*, EMPTYARG )
}
return 0;
}
-/* -----------------22.07.99 11:06-------------------
- --------------------------------------------------*/
IMPL_LINK( SwVisitingCardPage, AutoTextSelectHdl, void*, pBox )
{
if(_xAutoText.is())
@@ -190,9 +183,6 @@ IMPL_LINK( SwVisitingCardPage, AutoTextSelectHdl, void*, pBox )
return 0;
}
-/* -----------------01.10.99 11:59-------------------
-
- --------------------------------------------------*/
void SwVisitingCardPage::UpdateFields()
{
uno::Reference< frame::XModel > xModel;
@@ -201,9 +191,7 @@ void SwVisitingCardPage::UpdateFields()
SwLabDlg::UpdateFieldInformation(xModel, aLabItem);
}
}
-/* -----------------01.10.99 15:16-------------------
- --------------------------------------------------*/
void SwLabDlg::UpdateFieldInformation(uno::Reference< frame::XModel > & xModel, const SwLabItem& rItem)
{
uno::Reference< text::XTextFieldsSupplier > xFlds(xModel, uno::UNO_QUERY);