diff options
Diffstat (limited to 'cui/source/dialogs/postdlg.cxx')
-rw-r--r-- | cui/source/dialogs/postdlg.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cui/source/dialogs/postdlg.cxx b/cui/source/dialogs/postdlg.cxx index 1b69f936e410..9f37eee2aead 100644 --- a/cui/source/dialogs/postdlg.cxx +++ b/cui/source/dialogs/postdlg.cxx @@ -121,7 +121,6 @@ SvxPostItDialog::SvxPostItDialog(vcl::Window* pParent, const SfxItemSet& rCoreSe } - SvxPostItDialog::~SvxPostItDialog() { disposeOnce(); @@ -142,7 +141,6 @@ void SvxPostItDialog::dispose() } - void SvxPostItDialog::ShowLastAuthor(const OUString& rAuthor, const OUString& rDate) { OUString sTxt( rAuthor ); @@ -152,7 +150,6 @@ void SvxPostItDialog::ShowLastAuthor(const OUString& rAuthor, const OUString& rD } - const sal_uInt16* SvxPostItDialog::GetRanges() { static const sal_uInt16 pRanges[] = @@ -165,7 +162,6 @@ const sal_uInt16* SvxPostItDialog::GetRanges() } - void SvxPostItDialog::EnableTravel(bool bNext, bool bPrev) { m_pPrevBtn->Enable(bPrev); @@ -173,7 +169,6 @@ void SvxPostItDialog::EnableTravel(bool bNext, bool bPrev) } - IMPL_LINK_NOARG_TYPED(SvxPostItDialog, PrevHdl, Button*, void) { aPrevHdlLink.Call( *this ); @@ -212,7 +207,6 @@ IMPL_LINK_NOARG_TYPED(SvxPostItDialog, Stamp, Button*, void) } - IMPL_LINK_NOARG_TYPED(SvxPostItDialog, OKHdl, Button*, void) { const LocaleDataWrapper& rLocaleWrapper( Application::GetSettings().GetLocaleDataWrapper() ); |