summaryrefslogtreecommitdiff
path: root/svx/source/dialog/crashreportdlg.cxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-06-06 15:13:44 +0200
committerMichael Stahl <mstahl@redhat.com>2016-06-06 15:28:14 +0200
commit55a07417c8df1f451cac33d5dfc6a2ef450fa544 (patch)
tree64e15f61e35a9079a5fb7b575350384935e0f073 /svx/source/dialog/crashreportdlg.cxx
parent296125b0bf28af9ec6f0ab1459b392e26ed3eb3f (diff)
svx: -Werror=unused-function
Change-Id: Ifa7e36e44ac1f2bdfb91e9b4bf29e7436dc68509
Diffstat (limited to 'svx/source/dialog/crashreportdlg.cxx')
-rw-r--r--svx/source/dialog/crashreportdlg.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/svx/source/dialog/crashreportdlg.cxx b/svx/source/dialog/crashreportdlg.cxx
index 00dcedd0f76e..8cb5c29f9324 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())