svx/source/dialog/crashreportdlg.cxx | 12 ------------ 1 file changed, 12 deletions(-)
New commits: commit fa4298e9b649e21d9fb309d66fabce89813143d4 Author: Michael Stahl <[email protected]> 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 <[email protected]> Tested-by: Michael Stahl <[email protected]> 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()) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
