diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-02-01 13:19:21 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-02-01 13:19:21 +0000 |
commit | f29e73e38985e6de4bab4d44f3878e0cb312cbb8 (patch) | |
tree | 136e172b63bd29ef885bf16445c896d03c7c5878 /sw/inc/fesh.hxx | |
parent | 46b4de558476a6db5561bba1e3d74ca9e83b5b25 (diff) |
INTEGRATION: CWS swqbf49 (1.52.128); FILE MERGED
2005/12/05 09:18:43 od 1.52.128.1: #i27138# - remove <#ifdef ACCESSIBLE_LAYOUT>
Diffstat (limited to 'sw/inc/fesh.hxx')
-rw-r--r-- | sw/inc/fesh.hxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx index 8829c27e2788..f81041b5d21f 100644 --- a/sw/inc/fesh.hxx +++ b/sw/inc/fesh.hxx @@ -4,9 +4,9 @@ * * $RCSfile: fesh.hxx,v $ * - * $Revision: 1.52 $ + * $Revision: 1.53 $ * - * last change: $Author: rt $ $Date: 2005-09-09 01:45:18 $ + * last change: $Author: kz $ $Date: 2006-02-01 14:19:21 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -384,9 +384,7 @@ public: SwFrmFmt* GetCurFrmFmt() const; //Wenn Rahmen, dann Rahmenvorlage, sonst 0 void SetFrmFmt( SwFrmFmt *pFmt, BOOL bKeepOrient = FALSE, Point* pDocPos = 0 ); //Wenn Rahmen, dann Rahmenvorlage setzen -#ifdef ACCESSIBLE_LAYOUT const SwFlyFrm *GetCurrFlyFrm() const { return FindFlyFrm(); } -#endif // finde/loeschen den Fly, in dem der Cursor steht SwFrmFmt* WizzardGetFly(); @@ -481,9 +479,7 @@ public: USHORT IsObjSelected() const; //Liefert gleich die Anzahl der Objekte, //zaehlt aber nicht die Objekte in Gruppen. -#ifdef ACCESSIBLE_LAYOUT sal_Bool IsObjSelected( const SdrObject& rObj ) const; -#endif void EndTextEdit(); //Loescht ggf. das Objekt. |