[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - svx/source
Michael Stahl
mstahl at redhat.com
Mon Jun 6 20:37:17 UTC 2016
svx/source/dialog/crashreportdlg.cxx | 12 ------------
1 file changed, 12 deletions(-)
New commits:
commit fa4298e9b649e21d9fb309d66fabce89813143d4
Author: Michael Stahl <mstahl at redhat.com>
Date: Mon Jun 6 15:13:44 2016 +0200
svx: -Werror=unused-function
Change-Id: Ifa7e36e44ac1f2bdfb91e9b4bf29e7436dc68509
(cherry picked from commit 55a07417c8df1f451cac33d5dfc6a2ef450fa544)
Reviewed-on: https://gerrit.libreoffice.org/25977
Reviewed-by: Michael Stahl <mstahl at redhat.com>
Tested-by: Michael Stahl <mstahl at redhat.com>
diff --git a/svx/source/dialog/crashreportdlg.cxx b/svx/source/dialog/crashreportdlg.cxx
index 00dcedd..8cb5c29 100644
--- a/svx/source/dialog/crashreportdlg.cxx
+++ b/svx/source/dialog/crashreportdlg.cxx
@@ -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())
More information about the Libreoffice-commits
mailing list