summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 16:36:33 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 16:36:33 +0000
commit2a2e0d3d21d1fdb24bb38c6a6d5d3917b348fc79 (patch)
tree798521507f2287d50c648a8d0d380ec2c7269cda /basic
parent4f2165306cacafcdf758970505839ab7d41d5286 (diff)
INTEGRATION: CWS warnings01 (1.7.30); FILE MERGED
2005/10/28 12:36:17 gh 1.7.30.1: remove warnings for linux
Diffstat (limited to 'basic')
-rw-r--r--basic/source/app/msgedit.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/basic/source/app/msgedit.hxx b/basic/source/app/msgedit.hxx
index 50322b9a1367..360ced32640d 100644
--- a/basic/source/app/msgedit.hxx
+++ b/basic/source/app/msgedit.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: msgedit.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 21:17:21 $
+ * last change: $Author: hr $ $Date: 2006-06-19 17:36:33 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -82,14 +82,14 @@ public:
class MsgEdit : public DataEdit
{
+ BasicFrame *pBasicFrame;
+
SvLBoxEntry *pCurrentRun;
SvLBoxEntry *pCurrentTestCase;
SvLBoxEntry *pCurrentAssertion;
SvLBoxEntry *pCurrentError;
-protected:
BOOL bModified;
Link lModify;
- BasicFrame *pBasicFrame;
BOOL bFileLoading; // TRUE whrend eine Datei geladen wird.
String Impl_MakeText( SvLBoxEntry *pEntry ) const;
String Impl_MakeSaveText( SvLBoxEntry *pEntry ) const;