[Libreoffice-commits] core.git: sw/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Mon Sep 23 18:28:14 UTC 2019
sw/source/ui/dbui/mmdocselectpage.cxx | 4 ----
1 file changed, 4 deletions(-)
New commits:
commit aaadc25641e3564dd0b05afa8d9a977945233555
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Sep 23 16:54:27 2019 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon Sep 23 20:27:17 2019 +0200
TODO is done, so drop SetSizePixel call
Change-Id: Iceb5b3147e48359dea4d22f0fcce9cf2319fbc0d
Reviewed-on: https://gerrit.libreoffice.org/79416
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/sw/source/ui/dbui/mmdocselectpage.cxx b/sw/source/ui/dbui/mmdocselectpage.cxx
index d7ef4d37f336..dcf285bc5899 100644
--- a/sw/source/ui/dbui/mmdocselectpage.cxx
+++ b/sw/source/ui/dbui/mmdocselectpage.cxx
@@ -80,10 +80,6 @@ SwMailMergeDocSelectPage::SwMailMergeDocSelectPage(SwMailMergeWizard* pWizard, T
{
m_xRecentDocRB->set_sensitive(false);
}
-
- //Temp hack until all pages are converted to .ui and wizard
- //base class adapted
- SetSizePixel(LogicToPixel(Size(260 , 250), MapMode(MapUnit::MapAppFont)));
}
SwMailMergeDocSelectPage::~SwMailMergeDocSelectPage()
More information about the Libreoffice-commits
mailing list