diff options
author | deenafrancis <deena.francis@gmail.com> | 2014-07-30 01:16:34 +0530 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2014-08-15 01:37:14 -0500 |
commit | 3d318e6cf4a183e14a043840b9990958c7527536 (patch) | |
tree | 5cde575c2ac3b9c6d6917b29bd1db43f9bc8eef3 /desktop/source/app/dispatchwatcher.hxx | |
parent | 5794fcad10df4d6ac8388627662ea830dde7e629 (diff) |
fdo#70625 Add --cat parameter to make git diffs pretty
Change-Id: I309ca3e718a11ca97991686c229c79ab20e8c3d9
Reviewed-on: https://gerrit.libreoffice.org/10623
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'desktop/source/app/dispatchwatcher.hxx')
-rw-r--r-- | desktop/source/app/dispatchwatcher.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/source/app/dispatchwatcher.hxx b/desktop/source/app/dispatchwatcher.hxx index 1fa1c9d97b49..125e9d98aedd 100644 --- a/desktop/source/app/dispatchwatcher.hxx +++ b/desktop/source/app/dispatchwatcher.hxx @@ -62,7 +62,8 @@ class DispatchWatcher : public ::cppu::WeakImplHelper1< ::com::sun::star::frame: REQUEST_FORCENEW, REQUEST_CONVERSION, REQUEST_INFILTER, - REQUEST_BATCHPRINT + REQUEST_BATCHPRINT, + REQUEST_CAT }; struct DispatchRequest |