[Libreoffice-commits] .: vcl/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Dec 12 05:41:44 PST 2012


 vcl/source/control/edit.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 0a9fd66e283566a26588c64f396fda6b32ab0415
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Wed Dec 12 14:41:15 2012 +0100

    Remove stray debug statement
    
    Change-Id: Ic8364075007f636c6319a94d895360188bbf66b2

diff --git a/vcl/source/control/edit.cxx b/vcl/source/control/edit.cxx
index 0ba5119..513fd51 100644
--- a/vcl/source/control/edit.cxx
+++ b/vcl/source/control/edit.cxx
@@ -235,7 +235,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