Kaydet (Commit) 31c4dfb2 authored tarafından Noel Grandin's avatar Noel Grandin

remove unused code SvdProgressInfo::ReportError()

Change-Id: I4f58a14d388cb138eb2c23c296148237f33e9fef
üst f68e276c
...@@ -167,7 +167,6 @@ public: ...@@ -167,7 +167,6 @@ public:
sal_uIntPtr GetInsertCount() const { return nInsertCount; }; sal_uIntPtr GetInsertCount() const { return nInsertCount; };
sal_uIntPtr GetCurInsert() const { return nCurInsert; }; sal_uIntPtr GetCurInsert() const { return nCurInsert; };
void ReportError();
sal_Bool ReportRescales( sal_uIntPtr nAnzRescales ); sal_Bool ReportRescales( sal_uIntPtr nAnzRescales );
}; };
......
...@@ -618,12 +618,6 @@ sal_Bool SvdProgressInfo::SetNextObject() ...@@ -618,12 +618,6 @@ sal_Bool SvdProgressInfo::SetNextObject()
return ReportActions(0); return ReportActions(0);
} }
void SvdProgressInfo::ReportError()
{
pLink->Call((void *)1L);
}
// #i101872# isolate GetTextEditBackgroundColor to tooling; it will anyways only be used as long // #i101872# isolate GetTextEditBackgroundColor to tooling; it will anyways only be used as long
// as text edit is not running on overlay // as text edit is not running on overlay
......
...@@ -58,7 +58,6 @@ StyleSettings::SetSpinSize(long) ...@@ -58,7 +58,6 @@ StyleSettings::SetSpinSize(long)
StyleSettings::SetTitleHeight(long) StyleSettings::SetTitleHeight(long)
StyleSettings::SetUseFlatBorders(bool) StyleSettings::SetUseFlatBorders(bool)
StyleSettings::SetUseFlatMenus(bool) StyleSettings::SetUseFlatMenus(bool)
SvdProgressInfo::ReportError()
SvpSalInstance::PostedEventsInQueue() SvpSalInstance::PostedEventsInQueue()
SvtListener::IsListening(SvtBroadcaster&) const SvtListener::IsListening(SvtBroadcaster&) const
SvxNumberFormatShell::IsAdded_Impl(unsigned long) SvxNumberFormatShell::IsAdded_Impl(unsigned long)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment