diff options
author | Robert Roth <robert.roth.off@gmail.com> | 2010-11-15 11:59:57 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-11-15 11:59:57 +0000 |
commit | d67e79934fa19cd667c2455e5e95dd48df511179 (patch) | |
tree | fad02748be4007f72432d57a8a40e2ae9f64d49c /sw/inc/fesh.hxx | |
parent | 54d8e263fe5f44f408038d23997039f19c90e09c (diff) |
Comment translations, bogus comments, commented code removed from SW includes
Diffstat (limited to 'sw/inc/fesh.hxx')
-rw-r--r-- | sw/inc/fesh.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx index 3e372bf5a744..7c0cdacf1e58 100644 --- a/sw/inc/fesh.hxx +++ b/sw/inc/fesh.hxx @@ -494,7 +494,7 @@ public: BOOL IsDrawCreate() const; void CreateDefaultShape( UINT16 /*SdrObjKind ?*/ eSdrObjectKind, const Rectangle& rRect, USHORT nSlotId); - // Funktionen f�r Rubberbox, um Draw-Objekte zu selektieren + // Functions for Rubberbox, ti select Draw-Objects BOOL BeginMark( const Point &rPos ); void MoveMark ( const Point &rPos ); BOOL EndMark (); @@ -506,7 +506,6 @@ public: void UnGroupSelection(); //Die Einzelobjekte sind Selektiert //Es koennen noch immer Gruppen dabei sein. - // OD 27.06.2003 #108784# - change return type. bool IsGroupAllowed() const; void MirrorSelection( BOOL bHorizontal ); //Bei FALSE Vertikal |