diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-04 09:40:46 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-05 09:17:49 +0200 |
commit | 31c4dfb2b5fbbed58a37c4c924041629c68ebb95 (patch) | |
tree | e7deadcd3957d8ce177f6883f28509ec46d5a38f /svx | |
parent | f68e276c798bc1b00b38108fc4d0f2d99bff485b (diff) |
remove unused code SvdProgressInfo::ReportError()
Change-Id: I4f58a14d388cb138eb2c23c296148237f33e9fef
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/svdraw/svdetc.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/svx/source/svdraw/svdetc.cxx b/svx/source/svdraw/svdetc.cxx index cacf6d842d84..6826c06a5d5b 100644 --- a/svx/source/svdraw/svdetc.cxx +++ b/svx/source/svdraw/svdetc.cxx @@ -618,12 +618,6 @@ sal_Bool SvdProgressInfo::SetNextObject() return ReportActions(0); } -void SvdProgressInfo::ReportError() -{ - pLink->Call((void *)1L); -} - - // #i101872# isolate GetTextEditBackgroundColor to tooling; it will anyways only be used as long // as text edit is not running on overlay |