24 lines
405 B
C++
24 lines
405 B
C++
![]() |
#include "docrecovery.hxx"
|
||
|
|
||
|
namespace svx{
|
||
|
namespace DocRecovery{
|
||
|
|
||
|
bool ErrorRepSendDialog::ReadParams()
|
||
|
{
|
||
|
return false;
|
||
|
}
|
||
|
|
||
|
bool ErrorRepSendDialog::SaveParams()
|
||
|
{
|
||
|
return false;
|
||
|
}
|
||
|
|
||
|
bool ErrorRepSendDialog::SendReport()
|
||
|
{
|
||
|
return false;
|
||
|
}
|
||
|
|
||
|
|
||
|
} // namespace DocRecovery
|
||
|
} // namespace svx
|