diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-05-06 14:32:49 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-05-06 14:32:49 +0000 |
commit | 3f5a07dd5b9d174c63fdc6c51ca34e23b5abc72d (patch) | |
tree | 25b0144ec5f3b10fde39d3785f7fe0357dcd4d3d /svx | |
parent | 133b1f06daf0f030e7e5a030545111fce1bceb6e (diff) |
INTEGRATION: CWS lcwarnings2 (1.97.318); FILE MERGED
2008/04/17 12:42:10 tl 1.97.318.2: RESYNC: (1.97-1.99); FILE MERGED
2008/02/29 14:13:46 tl 1.97.318.1: #i83458# warning free code for wntmsci11
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/chardlg.cxx | 43 |
1 files changed, 1 insertions, 42 deletions
diff --git a/svx/source/dialog/chardlg.cxx b/svx/source/dialog/chardlg.cxx index 352c4f7476a2..dc584c10d6f9 100644 --- a/svx/source/dialog/chardlg.cxx +++ b/svx/source/dialog/chardlg.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: chardlg.cxx,v $ - * $Revision: 1.100 $ + * $Revision: 1.101 $ * * This file is part of OpenOffice.org. * @@ -671,20 +671,6 @@ SvxCharNamePage::SvxCharNamePage( Window* pParent, const SfxItemSet& rInSet ) : // ----------------------------------------------------------------------- -void SvxCharNamePage::DeactivatePage() -{ - SvxCharBasePage::DeactivatePage(); -} - -// ----------------------------------------------------------------------- - -void SvxCharNamePage::ActivatePage() -{ - SvxCharBasePage::ActivatePage(); -} - -// ----------------------------------------------------------------------- - SvxCharNamePage::~SvxCharNamePage() { delete m_pImpl; @@ -2966,20 +2952,6 @@ SvxCharPositionPage::SvxCharPositionPage( Window* pParent, const SfxItemSet& rIn // ----------------------------------------------------------------------- -void SvxCharPositionPage::DeactivatePage() -{ - SvxCharBasePage::DeactivatePage(); -} - -// ----------------------------------------------------------------------- - -void SvxCharPositionPage::ActivatePage() -{ - SvxCharBasePage::ActivatePage(); -} - -// ----------------------------------------------------------------------- - void SvxCharPositionPage::Initialize() { // to handle the changes of the other pages @@ -3728,19 +3700,6 @@ SvxCharTwoLinesPage::SvxCharTwoLinesPage( Window* pParent, const SfxItemSet& rIn // ----------------------------------------------------------------------- -void SvxCharTwoLinesPage::DeactivatePage() -{ - SvxCharBasePage::DeactivatePage(); -} - -// ----------------------------------------------------------------------- - -void SvxCharTwoLinesPage::ActivatePage() -{ - SvxCharBasePage::ActivatePage(); -} -// ----------------------------------------------------------------------- - void SvxCharTwoLinesPage::Initialize() { Size aSize = m_aStartBracketLB.GetSizePixel(); |