diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-25 18:44:09 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-25 18:49:17 +0100 |
commit | 62a8fa8fce9c7446a8ec95375b2001058d686619 (patch) | |
tree | 57c820e7ba25be58dd71151d88bde3d90fa8f57b /sw/source/ui/frmdlg | |
parent | 671f7130a34743322d9467a81c9d757333850244 (diff) |
Remove legacy DBG_PROFSART/STOP calls
...probably better done with callgrind, if still relevant at all.
Change-Id: I2be614c953d41625f7e11ee7881c2f897ee703d0
Diffstat (limited to 'sw/source/ui/frmdlg')
-rw-r--r-- | sw/source/ui/frmdlg/column.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/ui/frmdlg/column.cxx b/sw/source/ui/frmdlg/column.cxx index 2ffe5262d429..53d4cb0da98e 100644 --- a/sw/source/ui/frmdlg/column.cxx +++ b/sw/source/ui/frmdlg/column.cxx @@ -384,8 +384,6 @@ static sal_uInt16 aPageRg[] = { 0 }; -DBG_NAME(columnhdl) - void SwColumnPage::ResetColWidth() { if( nCols ) @@ -1133,7 +1131,6 @@ IMPL_LINK_NOARG(SwColumnPage, Down) ------------------------------------------------------------------------*/ void SwColumnPage::Timeout() { - DBG_PROFSTART(columnhdl) ; if(pModifiedField) { // find the changed column @@ -1171,7 +1168,6 @@ void SwColumnPage::Timeout() pModifiedField = 0; } Update(); - DBG_PROFSTOP(columnhdl) ; } /*------------------------------------------------------------------------ |