summaryrefslogtreecommitdiff
path: root/basic/source/app/appedit.hxx
diff options
context:
space:
mode:
authorGregor Hartmann <gh@openoffice.org>2002-04-11 07:38:47 +0000
committerGregor Hartmann <gh@openoffice.org>2002-04-11 07:38:47 +0000
commitf0349163e76f0fe21cd0232832c1fa1c2574c7c2 (patch)
tree5f3b7b4f42a49396a293c705a6a92d48c4cf368a /basic/source/app/appedit.hxx
parent62b750dbdc7c9a3206e7b16ff96384a658f36e83 (diff)
#93845#Make font configurable
Diffstat (limited to 'basic/source/app/appedit.hxx')
-rw-r--r--basic/source/app/appedit.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/basic/source/app/appedit.hxx b/basic/source/app/appedit.hxx
index aadbbcfe6fd3..0dfa68af3880 100644
--- a/basic/source/app/appedit.hxx
+++ b/basic/source/app/appedit.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: appedit.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: gh $ $Date: 2001-05-04 10:51:40 $
+ * last change: $Author: gh $ $Date: 2002-04-11 08:38:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -96,6 +96,7 @@ public:
void Mark( short, short, short );// Text markieren
void Highlight( USHORT nLine, USHORT nCol1, USHORT nCol2 );
virtual BOOL ReloadAllowed(){ return !StarBASIC::IsRunning(); }
+ virtual void LoadIniFile(); // (re)load ini file after change
};
#endif