diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-07 17:22:02 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-07 20:11:41 +0000 |
commit | 40078b3ef32a60852f692d6ed222cb767133d7e0 (patch) | |
tree | 74f23ca2d6215fef31bbdf06b438b05a77506a72 /svx/Library_svx.mk | |
parent | 10da10ee6ba37f4861045d1f8db0022293433cec (diff) |
remove the 4 send crash report tabpages
and other logical consequences of
officecfg::Office::Recovery::CrashReporter::Enabled == false
because we have this disabled by default since the first LibreOffice release
and we have no backend infrastucture to handle the submissions anyway and it's
blocking conversion of legacy .src dialogs to .ui format
Change-Id: Id5481af3ec970032b3728c0e6cc0c6a52d3ed3dc
Diffstat (limited to 'svx/Library_svx.mk')
-rw-r--r-- | svx/Library_svx.mk | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/svx/Library_svx.mk b/svx/Library_svx.mk index 74b1db5bfa2d..2f0e9a49a89d 100644 --- a/svx/Library_svx.mk +++ b/svx/Library_svx.mk @@ -262,23 +262,10 @@ $(eval $(call gb_Library_add_exception_objects,svx,\ )) endif -ifneq (,$(filter LINUX DRAGONFLY OPENBSD FREEBSD NETBSD, $(OS))) -$(eval $(call gb_Library_add_exception_objects,svx,\ - svx/source/dialog/sendreportunx \ -)) -else ifeq ($(OS),WNT) $(eval $(call gb_Library_use_system_win32_libs,svx,\ advapi32 \ )) -$(eval $(call gb_Library_add_exception_objects,svx,\ - svx/source/dialog/sendreportw32 \ -)) -else -$(eval $(call gb_Library_add_exception_objects,svx,\ - svx/source/dialog/sendreportgen \ -)) -endif endif # vim: set noet sw=4 ts=4: |