summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2012-12-12 14:41:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-12-12 13:56:52 +0000
commit56384876dfbc2d01436d6dba9d926dffd03a88b9 (patch)
tree704e72b8493bf5751770333d04ea5ccb48a466fc /vcl
parentb69b6eff232ac7e4897a28cc3422aa61171f4329 (diff)
Remove stray debug statement
Change-Id: Ic8364075007f636c6319a94d895360188bbf66b2 (cherry picked from commit 0a9fd66e283566a26588c64f396fda6b32ab0415) Signed-off-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/control/edit.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/control/edit.cxx b/vcl/source/control/edit.cxx
index f0c697e033fd..45d6e6892f5c 100644
--- a/vcl/source/control/edit.cxx
+++ b/vcl/source/control/edit.cxx
@@ -239,7 +239,6 @@ bool Edit::set_property(const rtl::OString &rKey, const rtl::OString &rValue)
nBits |= WB_TABSTOP;
else
nBits |= WB_NOTABSTOP;
- fprintf(stderr, "tabstop is %ld\n", nBits & WB_TABSTOP);
SetStyle(nBits);
}
else if (rKey == "visibility")