summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-02-23 14:39:41 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-02-24 20:44:53 +0000
commit197587cc3ac09a16932a22a072aef45f9528e519 (patch)
tree67c62483e2f0af24bd27c59766cc83b975d460a4 /sc
parentca7f5f5a49eeefe6d75f348aa4a635f171b218ef (diff)
layout should now take care of resizing for us on its own
Change-Id: Ie250ad51b2e3e62ee8f33b3fd0ba409cc221eac7
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/inc/acredlin.hxx3
-rw-r--r--sc/source/ui/miscdlgs/acredlin.cxx13
2 files changed, 0 insertions, 16 deletions
diff --git a/sc/source/ui/inc/acredlin.hxx b/sc/source/ui/inc/acredlin.hxx
index 1c756dad466e..03d26b34c3b6 100644
--- a/sc/source/ui/inc/acredlin.hxx
+++ b/sc/source/ui/inc/acredlin.hxx
@@ -160,9 +160,6 @@ private:
protected:
- virtual void Resize();
- virtual sal_Bool Close();
-
void RejectFiltered();
void AcceptFiltered();
diff --git a/sc/source/ui/miscdlgs/acredlin.cxx b/sc/source/ui/miscdlgs/acredlin.cxx
index 3e326f9c4a9b..004cf24b1108 100644
--- a/sc/source/ui/miscdlgs/acredlin.cxx
+++ b/sc/source/ui/miscdlgs/acredlin.cxx
@@ -873,19 +873,6 @@ void ScAcceptChgDlg::UpdateView()
pTheView->Select(pEntry);
}
-//----------------------------------------------------------------------------
-sal_Bool ScAcceptChgDlg::Close()
-{
- return SfxModelessDialog::Close();
-}
-
-void ScAcceptChgDlg::Resize()
-{
- SfxModelessDialog::Resize();
- Size aOutSize=GetOutputSizePixel();
- m_pAcceptChgCtr->SetSizePixel(aOutSize);
-}
-
IMPL_LINK_NOARG(ScAcceptChgDlg, RefHandle)
{
sal_uInt16 nId =ScSimpleRefDlgWrapper::GetChildWindowId();