summaryrefslogtreecommitdiff
path: root/svtools/source/hatchwindow
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 20:09:56 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 20:09:56 +0000
commit56206420bd2585cef78de5dd14fce6970ed7736e (patch)
tree39c74315f1516b09b0cbd8848e3a9d258198f5d4 /svtools/source/hatchwindow
parent3d1bdfaabb089729f3a8d8abff228db927cebd17 (diff)
INTEGRATION: CWS warnings01 (1.3.62); FILE MERGED
2006/04/07 19:12:22 sb 1.3.62.2: RESYNC: (1.3-1.4); FILE MERGED 2005/10/26 12:40:29 pl 1.3.62.1: #i55991# removed warnings for linux platform
Diffstat (limited to 'svtools/source/hatchwindow')
-rw-r--r--svtools/source/hatchwindow/ipwin.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svtools/source/hatchwindow/ipwin.cxx b/svtools/source/hatchwindow/ipwin.cxx
index 7304a0faf80e..7e76ff530a59 100644
--- a/svtools/source/hatchwindow/ipwin.cxx
+++ b/svtools/source/hatchwindow/ipwin.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ipwin.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2006-03-24 13:05:33 $
+ * last change: $Author: hr $ $Date: 2006-06-19 21:09:56 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -48,8 +48,8 @@
*************************************************************************/
SvResizeHelper::SvResizeHelper()
: aBorder( 5, 5 )
- , bResizeable( TRUE )
, nGrab( -1 )
+ , bResizeable( TRUE )
{
}
@@ -478,8 +478,8 @@ SvResizeWindow::SvResizeWindow
VCLXHatchWindow* pWrapper
)
: Window( pParent, WB_CLIPCHILDREN )
- , m_pWrapper( pWrapper )
, m_nMoveGrab( -1 )
+ , m_pWrapper( pWrapper )
{
OSL_ENSURE( pParent != NULL && pWrapper != NULL, "Wrong initialization of hatch window!\n" );
SetBackground();