summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:22:34 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:22:34 +0000
commit5bb1fc488e5f8d7e0b3b7427f152d2bdc3a9c4b7 (patch)
treea3b534a139b40a2ff52980c60aa0597c5225ac0b /automation
parent23733639a06227facf0116ec216d21ef50fb32de (diff)
INTEGRATION: CWS warnings01 (1.3.12); FILE MERGED
2006/03/02 08:08:43 gh 1.3.12.1: removing warnings for linux and solarisSparc and some windows
Diffstat (limited to 'automation')
-rw-r--r--automation/source/server/editwin.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/automation/source/server/editwin.cxx b/automation/source/server/editwin.cxx
index ac2936746bac..4ef8f6e2c20b 100644
--- a/automation/source/server/editwin.cxx
+++ b/automation/source/server/editwin.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: editwin.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 19:23:11 $
+ * last change: $Author: hr $ $Date: 2006-06-20 00:22:34 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -100,12 +100,12 @@ void EditWindow::Hide()
}
EditWindow::EditWindow( WorkWindow *pParent, const String &rName, WinBits iWstyle )
-: pMemParent(pParent)
+: pImpWorkWindow(NULL)
+, pMemParent(pParent)
, aMemName(rName)
, iMemWstyle(iWstyle)
-, bQuiet(FALSE)
-, pImpWorkWindow(NULL)
, nTextLen(0)
+, bQuiet(FALSE)
{
}