Kaydet (Commit) 55a07417 authored tarafından Michael Stahl's avatar Michael Stahl

svx: -Werror=unused-function

Change-Id: Ifa7e36e44ac1f2bdfb91e9b4bf29e7436dc68509
üst 296125b0
......@@ -48,18 +48,6 @@ void CrashReportDialog::dispose()
Dialog::dispose();
}
namespace {
OUString getLibDir()
{
OUString aOriginal = "$BRAND_BASE_DIR/" LIBO_LIBEXEC_FOLDER;
rtl::Bootstrap::expandMacros(aOriginal);
return aOriginal;
}
}
IMPL_LINK_TYPED(CrashReportDialog, BtnHdl, Button*, pBtn, void)
{
if (pBtn == mpBtnSend.get())
......
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