diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 20:32:29 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-26 08:14:15 -0600 |
commit | d023b7f7d7fc7e8f91b779f4f2dcb919cf38b82a (patch) | |
tree | 320a7e416f990cb964ae8e8a3bdafb952645b782 /setup_native | |
parent | c7c40687f6d1e0f155dde44d8803a2e957797c08 (diff) |
Remove visual noise from setup_native
Change-Id: I565cdc2f5447f4387f0e01f22e49bc589c40cb60
Reviewed-on: https://gerrit.libreoffice.org/8309
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'setup_native')
-rw-r--r-- | setup_native/source/win32/customactions/tools/seterror.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/setup_native/source/win32/customactions/tools/seterror.hxx b/setup_native/source/win32/customactions/tools/seterror.hxx index f87aa5f2062b..89cb0976f893 100644 --- a/setup_native/source/win32/customactions/tools/seterror.hxx +++ b/setup_native/source/win32/customactions/tools/seterror.hxx @@ -20,7 +20,7 @@ #ifndef _SETERROR_HXX_ #define _SETERROR_HXX_ -//---------------------------------------------------------- + // list of own error codes #define MSI_ERROR_NEW_VERSION_FOUND 9010 @@ -28,7 +28,7 @@ #define MSI_ERROR_DIRECTORY_NOT_EMPTY 9030 -//---------------------------------------------------------- + void SetMsiErrorCode( int nErrorCode ); |