diff options
author | Gregor Hartmann <gh@openoffice.org> | 2002-03-28 13:43:03 +0000 |
---|---|---|
committer | Gregor Hartmann <gh@openoffice.org> | 2002-03-28 13:43:03 +0000 |
commit | 371aa3b7cd458f64804077745227c58bacea0164 (patch) | |
tree | 6b9f532f3158995fec1cd9c0fb9653c8ad8c3f18 /basic/source/app/apperror.hxx | |
parent | f638cb319d86c1a4c6cf6ed16b325d664665e9f8 (diff) |
#96597#enable x-plattform jump to source in resultfile
Diffstat (limited to 'basic/source/app/apperror.hxx')
-rw-r--r-- | basic/source/app/apperror.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/basic/source/app/apperror.hxx b/basic/source/app/apperror.hxx index a806175deaac..38d570ab9d8a 100644 --- a/basic/source/app/apperror.hxx +++ b/basic/source/app/apperror.hxx @@ -2,9 +2,9 @@ * * $RCSfile: apperror.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:12:08 $ + * last change: $Author: gh $ $Date: 2002-03-28 14:43:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,5 +77,7 @@ public: FileType GetFileType(); // Liefert den Filetype MsgEdit* GetMsgTree() { return ((MsgEdit*)pDataEdit); } virtual BOOL ReloadAllowed(){ return !StarBASIC::IsRunning(); } + virtual void LoadIniFile(); // (re)load ini file after change + DirEntry aBaseDir; }; |