summaryrefslogtreecommitdiff
path: root/basic/source/inc/image.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-04-23 15:57:54 +0000
committerRüdiger Timm <rt@openoffice.org>2003-04-23 15:57:54 +0000
commitba845cc2bc86006c5266d724eb34518f255182c6 (patch)
tree5292ea32c9e30cb63e3370b11ddc7a9558d39ba2 /basic/source/inc/image.hxx
parent89b5f0f9c267fbc6f34827e9d674b231d956418d (diff)
INTEGRATION: CWS uno2 (1.2.60); FILE MERGED
2003/04/11 14:20:46 ab 1.2.60.1: #108672# Basic Modules > 64K
Diffstat (limited to 'basic/source/inc/image.hxx')
-rw-r--r--basic/source/inc/image.hxx11
1 files changed, 7 insertions, 4 deletions
diff --git a/basic/source/inc/image.hxx b/basic/source/inc/image.hxx
index 4103bdf00488..cb77075ba62f 100644
--- a/basic/source/inc/image.hxx
+++ b/basic/source/inc/image.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: image.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: ab $ $Date: 2001-09-04 06:57:57 $
+ * last change: $Author: rt $ $Date: 2003-04-23 16:57:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,6 +63,9 @@
#define _SBIMAGE_HXX
#include "sbintern.hxx"
+#ifndef _RTL_USTRING_HXX
+#include <rtl/ustring.hxx>
+#endif
// Diese Klasse liest das vom Compiler erzeugte Image ein und verwaltet
// den Zugriff auf die einzelnen Elemente.
@@ -94,7 +97,7 @@ class SbiImage {
public:
String aName; // Makroname
- String aSource; // Quellcode
+ ::rtl::OUString aOUSource; // Quellcode
String aComment; // Kommentar
BOOL bInit; // TRUE: Init-Code ist gelaufen
BOOL bFirstInit; // TRUE, wenn das Image das erste mal nach
@@ -108,7 +111,7 @@ public:
const char* GetCode() const { return pCode; }
USHORT GetCodeSize() const { return nCodeSize; }
- String& GetSource() { return aSource; }
+ ::rtl::OUString& GetSource32() { return aOUSource; }
USHORT GetBase() const { return nDimBase; }
String GetString( short nId ) const;
//const char* GetString( short nId ) const;