[Libreoffice-commits] core.git: sw/source
Caolán McNamara
caolanm at redhat.com
Mon May 13 06:20:10 PDT 2013
sw/source/ui/envelp/labelexp.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 0e750859cd4a712a5d232ad12b52ed01b1b05109
Author: Caolán McNamara <caolanm at redhat.com>
Date: Mon May 13 14:19:32 2013 +0100
enable preview of business cards
Change-Id: I841f7599d8808bd747fb4fb6a1837dc7c2059231
diff --git a/sw/source/ui/envelp/labelexp.cxx b/sw/source/ui/envelp/labelexp.cxx
index eb8384e..7104b88 100644
--- a/sw/source/ui/envelp/labelexp.cxx
+++ b/sw/source/ui/envelp/labelexp.cxx
@@ -45,6 +45,7 @@ using namespace ::comphelper;
void SwVisitingCardPage::InitFrameControl()
{
Link aLink(LINK(this, SwVisitingCardPage, FrameControlInitializedHdl));
+ aExampleWIN.Show();
pExampleFrame = new SwOneExampleFrame( aExampleWIN,
EX_SHOW_BUSINESS_CARDS, &aLink );
More information about the Libreoffice-commits
mailing list