diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-05-10 10:05:10 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-05-10 10:05:10 +0000 |
commit | a2c065779c99727e30a58ade4d368c6cd246e029 (patch) | |
tree | deaddd8a3e874efaa9f6cf17e25d04e7969b8a32 | |
parent | 11bcca81a4a11946602c73266f6c09f2ff26f0b2 (diff) |
INTEGRATION: CWS crashreport01 (1.3.8); FILE MERGED
2004/03/17 13:19:22 hro 1.3.8.1: #110526# Enable UI less crash reporting
-rwxr-xr-x | crashrep/source/unx/interface.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crashrep/source/unx/interface.hxx b/crashrep/source/unx/interface.hxx index 5229a3a393cf..35ca4f12671d 100755 --- a/crashrep/source/unx/interface.hxx +++ b/crashrep/source/unx/interface.hxx @@ -2,9 +2,9 @@ * * $RCSfile: interface.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: vg $ $Date: 2003-12-17 19:27:39 $ + * last change: $Author: hr $ $Date: 2004-05-10 11:05:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,7 +65,7 @@ class WizardDialog; // returns success, on true application will quit bool save_crash_report( const std::string& rFileName, const std::hash_map< std::string, std::string >& rSettings ); // returns success, on true application will quit -bool send_crash_report( WizardDialog &rDialog, const std::hash_map< std::string, std::string >& rSettings ); +bool send_crash_report( WizardDialog *pDialog, const std::hash_map< std::string, std::string >& rSettings ); // must return a valid UTF8 string containing the message that will be sent std::string crash_get_details( const std::hash_map< std::string, std::string >& rSettings ); |