diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 19:55:09 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 19:55:09 +0000 |
commit | 1bbb5bf7b7642d87f3319161a0d2267492fff021 (patch) | |
tree | 8320e92a6425d4dc098e22ebd43576f38c589b3a /svtools/source/control/headbar.cxx | |
parent | 070c7da4da80fcdced06872bd830f5e940194cad (diff) |
INTEGRATION: CWS warnings01 (1.9.62); FILE MERGED
2006/05/23 20:16:57 sb 1.9.62.2: RESYNC: (1.9-1.10); FILE MERGED
2005/11/15 15:13:36 pl 1.9.62.1: #i55991# removed warnings
Diffstat (limited to 'svtools/source/control/headbar.cxx')
-rw-r--r-- | svtools/source/control/headbar.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svtools/source/control/headbar.cxx b/svtools/source/control/headbar.cxx index edb64958ddb2..4407ea62c58b 100644 --- a/svtools/source/control/headbar.cxx +++ b/svtools/source/control/headbar.cxx @@ -4,9 +4,9 @@ * * $RCSfile: headbar.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2006-05-05 08:56:45 $ + * last change: $Author: hr $ $Date: 2006-06-19 20:55:09 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -75,7 +75,7 @@ struct ImplHeadItem void* mpUserData; }; -DECLARE_LIST( ImplHeadItemList, ImplHeadItem* ); +DECLARE_LIST( ImplHeadItemList, ImplHeadItem* ) // ======================================================================= @@ -347,7 +347,7 @@ void HeaderBar::ImplDrawItem( OutputDevice* pDev, USHORT nPos, BOOL bHigh, BOOL bDrag, const Rectangle& rItemRect, const Rectangle* pRect, - ULONG nFlags ) + ULONG ) { Rectangle aRect = rItemRect; |