summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/conrect.hxx
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2011-01-17 15:06:54 +0100
committerCarsten Driesner <cd@openoffice.org>2011-01-17 15:06:54 +0100
commit7f33ed417b2e29e5470724ea76967f64699a2662 (patch)
treeabfa1432c5ffffe4c7502d4ddcaee918c584c69c /sw/source/ui/inc/conrect.hxx
parentremovetooltypes01: #i112600# Remove tool types from binfilter, starmath, svx,... (diff)
downloadcore-7f33ed417b2e29e5470724ea76967f64699a2662.tar.gz
core-7f33ed417b2e29e5470724ea76967f64699a2662.zip
removetooltypes01: #i112600# Remove tools types from sw
Diffstat (limited to 'sw/source/ui/inc/conrect.hxx')
-rw-r--r--sw/source/ui/inc/conrect.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/ui/inc/conrect.hxx b/sw/source/ui/inc/conrect.hxx
index 3490aa4d9faa..0280cf173a00 100644
--- a/sw/source/ui/inc/conrect.hxx
+++ b/sw/source/ui/inc/conrect.hxx
@@ -38,8 +38,8 @@
class ConstRectangle : public SwDrawBase
{
- BOOL bMarquee;
- BOOL bCapVertical;
+ sal_Bool bMarquee;
+ sal_Bool bCapVertical;
// #93382#
sal_Bool mbVertical;
@@ -48,10 +48,10 @@ class ConstRectangle : public SwDrawBase
ConstRectangle(SwWrtShell* pSh, SwEditWin* pWin, SwView* pView);
// Mouse- & Key-Events
- virtual BOOL MouseButtonUp(const MouseEvent& rMEvt);
- virtual BOOL MouseButtonDown(const MouseEvent& rMEvt);
+ virtual sal_Bool MouseButtonUp(const MouseEvent& rMEvt);
+ virtual sal_Bool MouseButtonDown(const MouseEvent& rMEvt);
- virtual void Activate(const USHORT nSlotId); // Function aktivieren
+ virtual void Activate(const sal_uInt16 nSlotId); // Function aktivieren
};