summaryrefslogtreecommitdiff
path: root/basic/source/app/msgedit.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-18 15:28:40 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-18 15:28:40 +0000
commit9778aa12dbc0202478fbb5ce28d7e7c5bde9c793 (patch)
tree81b84e9dcb66142d93ef3ec3ad019d578f373e6f /basic/source/app/msgedit.hxx
parent16a013ff8c8f4b4935552ac5ebdb27153582eb0e (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'basic/source/app/msgedit.hxx')
-rw-r--r--basic/source/app/msgedit.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/basic/source/app/msgedit.hxx b/basic/source/app/msgedit.hxx
index 3dec305a488e..8d5fb133209e 100644
--- a/basic/source/app/msgedit.hxx
+++ b/basic/source/app/msgedit.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: msgedit.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: gh $ $Date: 2002-03-28 14:43:03 $
+ * last change: $Author: hr $ $Date: 2003-03-18 16:28:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,6 +78,7 @@ typedef USHORT TTFeatures; // Bitfeld fr Features der Entrys
#define HasError TTFeatures(0x01)
#define HasWarning TTFeatures(0x02)
#define HasAssertion TTFeatures(0x04)
+#define HasQAError TTFeatures(0x08)
class TTTreeListBox : public SvTreeListBox
@@ -129,6 +130,7 @@ public:
void AddMessage( String aMsg, TTDebugData aDebugData );
void AddWarning( String aMsg, TTDebugData aDebugData );
void AddAssertion( String aMsg, TTDebugData aDebugData );
+ void AddQAError( String aMsg, TTDebugData aDebugData );
DATA_FUNC_DEF( aEditTree, TTTreeListBox )
};