diff options
Diffstat (limited to 'svx/source/dialog')
-rw-r--r-- | svx/source/dialog/ctredlin.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/svx/source/dialog/ctredlin.cxx b/svx/source/dialog/ctredlin.cxx index 7003011bad7a..d7538b1a3a67 100644 --- a/svx/source/dialog/ctredlin.cxx +++ b/svx/source/dialog/ctredlin.cxx @@ -551,9 +551,6 @@ SvxTPFilter::SvxTPFilter( vcl::Window * pParent) get(m_pCbComment, "comment"); get(m_pEdComment, "commentedit"); - m_pLbAuthor->SetAccessibleName(m_pCbAuthor->GetText()); - m_pEdComment->SetAccessibleName(m_pCbComment->GetText()); - m_pDfDate->SetShowDateCentury( true ); m_pDfDate2->SetShowDateCentury( true ); |