summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/conrect.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/conrect.hxx')
-rw-r--r--sw/source/ui/inc/conrect.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/inc/conrect.hxx b/sw/source/ui/inc/conrect.hxx
index 3f07874a10d0..2694f7c3df91 100644
--- a/sw/source/ui/inc/conrect.hxx
+++ b/sw/source/ui/inc/conrect.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -43,7 +43,7 @@ class ConstRectangle : public SwDrawBase
BOOL bCapVertical;
// #93382#
- sal_Bool mbVertical;
+ sal_Bool mbVertical;
public:
ConstRectangle(SwWrtShell* pSh, SwEditWin* pWin, SwView* pView);
@@ -52,11 +52,11 @@ class ConstRectangle : public SwDrawBase
virtual BOOL MouseButtonUp(const MouseEvent& rMEvt);
virtual BOOL MouseButtonDown(const MouseEvent& rMEvt);
- virtual void Activate(const USHORT nSlotId); // Function aktivieren
+ virtual void Activate(const USHORT nSlotId); // Function aktivieren
};
-#endif // _SW_CONRECT_HXX
+#endif // _SW_CONRECT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */