summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/view.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-03-16 11:47:10 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-03-16 11:47:10 +0000
commitd0e3076b0ca6b1d910e0abd82d0eaed1c254af77 (patch)
treeb090bdfa3bdf23e3b5025fa5fa803498145a7091 /sw/source/ui/inc/view.hxx
parent71963c07b8871bc2da5c50752d3daa543eef995f (diff)
INTEGRATION: CWS sixtyfour02 (1.39.28); FILE MERGED
2006/03/03 09:15:06 cmc 1.39.28.1: #i62466# consistently use ULONG and sal_uInt32
Diffstat (limited to 'sw/source/ui/inc/view.hxx')
-rw-r--r--sw/source/ui/inc/view.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/inc/view.hxx b/sw/source/ui/inc/view.hxx
index 12b572f87f6d..b4bc58e6063c 100644
--- a/sw/source/ui/inc/view.hxx
+++ b/sw/source/ui/inc/view.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: view.hxx,v $
*
- * $Revision: 1.39 $
+ * $Revision: 1.40 $
*
- * last change: $Author: rt $ $Date: 2006-02-06 17:24:07 $
+ * last change: $Author: vg $ $Date: 2006-03-16 12:47:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -435,7 +435,7 @@ public:
void GotFocus() const;
virtual SdrView* GetDrawView() const;
- virtual BOOL HasUIFeature( ULONG nFeature );
+ virtual BOOL HasUIFeature( sal_uInt32 nFeature );
virtual void ShowCursor( FASTBOOL bOn = TRUE );
virtual ErrCode DoVerb( long nVerb );