summaryrefslogtreecommitdiff
path: root/basic/source/inc/image.hxx
diff options
context:
space:
mode:
authorAndreas Bregas <ab@openoffice.org>2001-09-04 05:57:57 +0000
committerAndreas Bregas <ab@openoffice.org>2001-09-04 05:57:57 +0000
commite1474590e9a9e1fbba54170f64d195afb846e5bf (patch)
tree80d3a4c7e0f996e2ef75cd1a123b24377a7550b2 /basic/source/inc/image.hxx
parent347a346535f4a9d565c3fa89190cd86a3105110b (diff)
#88329# Flag for first initialisation of image
Diffstat (limited to 'basic/source/inc/image.hxx')
-rw-r--r--basic/source/inc/image.hxx6
1 files changed, 4 insertions, 2 deletions
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