summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-10 15:12:20 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-10 16:53:26 +0000
commite068dfc6fb42a8017afdb9347692c9fdcd3fdf1a (patch)
treef13c1eeb3a6a0d9f157c82a59b5bb1e67e384209 /cui
parent70863f08d83dec5c9ee51d06b64bbca59e9daaef (diff)
stray FOO
Change-Id: I3185356d9c61f730c613b5a4b7e62d510bc0424e
Diffstat (limited to 'cui')
-rw-r--r--cui/source/options/optinet2.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/source/options/optinet2.cxx b/cui/source/options/optinet2.cxx
index 3064bca79c86..f3486ac66124 100644
--- a/cui/source/options/optinet2.cxx
+++ b/cui/source/options/optinet2.cxx
@@ -591,7 +591,6 @@ SvxSecurityTabPage::SvxSecurityTabPage(Window* pParent, const SfxItemSet& rSet)
Size aSize(m_pSavePasswordsCB->CalcMinimumSize(56*approximate_char_width()));
if (aPrefSize.Width() > aSize.Width())
{
- fprintf(stderr, "FOO\n");
m_pSavePasswordsCB->set_width_request(aSize.Width());
m_pSavePasswordsCB->set_height_request(aSize.Height());
}