[Libreoffice-commits] .: Branch 'libreoffice-4-0' - vcl/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Dec 12 05:57:26 PST 2012
vcl/source/control/edit.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 56384876dfbc2d01436d6dba9d926dffd03a88b9
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date: Wed Dec 12 14:41:15 2012 +0100
Remove stray debug statement
Change-Id: Ic8364075007f636c6319a94d895360188bbf66b2
(cherry picked from commit 0a9fd66e283566a26588c64f396fda6b32ab0415)
Signed-off-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/vcl/source/control/edit.cxx b/vcl/source/control/edit.cxx
index f0c697e..45d6e68 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")
More information about the Libreoffice-commits
mailing list