diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-01-10 15:12:20 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-10 16:53:26 +0000 |
commit | e068dfc6fb42a8017afdb9347692c9fdcd3fdf1a (patch) | |
tree | f13c1eeb3a6a0d9f157c82a59b5bb1e67e384209 /cui | |
parent | 70863f08d83dec5c9ee51d06b64bbca59e9daaef (diff) |
stray FOO
Change-Id: I3185356d9c61f730c613b5a4b7e62d510bc0424e
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/optinet2.cxx | 1 |
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()); } |