summaryrefslogtreecommitdiff
path: root/sw/inc/frmfmt.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:24:49 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:24:49 +0000
commitd693f68441b1d5367ea0c8f8d8cd7468f9d797d9 (patch)
tree405e67f0a116a8fc1b74caf8ce886e0e9d71d0a9 /sw/inc/frmfmt.hxx
parentfc8486ced1f5afcc37ca1211265dddc2c89ba217 (diff)
INTEGRATION: CWS writercorehandoff (1.8.96); FILE MERGED
2006/03/17 07:52:39 tra 1.8.96.3: RESYNC: (1.9-1.10); FILE MERGED 2005/09/13 11:35:10 tra 1.8.96.2: RESYNC: (1.8-1.9); FILE MERGED 2005/06/07 14:09:58 fme 1.8.96.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.
Diffstat (limited to 'sw/inc/frmfmt.hxx')
-rw-r--r--sw/inc/frmfmt.hxx17
1 files changed, 6 insertions, 11 deletions
diff --git a/sw/inc/frmfmt.hxx b/sw/inc/frmfmt.hxx
index ca1424526eb5..6c9237526272 100644
--- a/sw/inc/frmfmt.hxx
+++ b/sw/inc/frmfmt.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: frmfmt.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: hr $ $Date: 2005-12-28 17:11:37 $
+ * last change: $Author: hr $ $Date: 2006-08-14 15:24:49 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -49,7 +49,6 @@
#include "swdllapi.h"
#endif
-class SwDrawContact;
class SwFlyFrm;
class Graphic;
class Point;
@@ -291,16 +290,12 @@ public:
virtual sal_Int16 GetPositionLayoutDir() const;
virtual void SetPositionLayoutDir( const sal_Int16 _nPositionLayoutDir );
// <--
+
// --> OD 2005-03-11 #i44334#, #i44681#
- inline bool IsPosAttrSet() const
- {
- return mbPosAttrSet;
- }
- inline void PosAttrSet()
- {
- mbPosAttrSet = true;
- }
+ inline bool IsPosAttrSet() const { return mbPosAttrSet; }
+ inline void PosAttrSet() { mbPosAttrSet = true; }
// <--
+
// --> OD 2005-08-16 #i53320#
inline void ResetPosAttr()
{