From e1474590e9a9e1fbba54170f64d195afb846e5bf Mon Sep 17 00:00:00 2001 From: Andreas Bregas Date: Tue, 4 Sep 2001 05:57:57 +0000 Subject: #88329# Flag for first initialisation of image --- basic/source/inc/image.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'basic/source/inc/image.hxx') diff --git a/basic/source/inc/image.hxx b/basic/source/inc/image.hxx index 5573d97213c3..4103bdf00488 100644 --- a/basic/source/inc/image.hxx +++ b/basic/source/inc/image.hxx @@ -2,9 +2,9 @@ * * $RCSfile: image.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:12:10 $ + * last change: $Author: ab $ $Date: 2001-09-04 06:57:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -97,6 +97,8 @@ public: String aSource; // Quellcode String aComment; // Kommentar BOOL bInit; // TRUE: Init-Code ist gelaufen + BOOL bFirstInit; // TRUE, wenn das Image das erste mal nach + // dem Compilieren initialisiert wird. SbiImage(); ~SbiImage(); void Clear(); // Inhalt loeschen -- cgit