summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/objectformatter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/objectformatter.hxx')
-rw-r--r--sw/source/core/inc/objectformatter.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/sw/source/core/inc/objectformatter.hxx b/sw/source/core/inc/objectformatter.hxx
index e6636215a447..1de7de04eb29 100644
--- a/sw/source/core/inc/objectformatter.hxx
+++ b/sw/source/core/inc/objectformatter.hxx
@@ -41,10 +41,6 @@ class SwObjectFormatter
// page frame, at which the floating screen objects are registered.
const SwPageFrame& mrPageFrame;
- // boolean, indicating that only as-character anchored objects have to
- // be formatted.
- bool mbFormatOnlyAsCharAnchored;
-
// value of document compatibility option 'Consider wrapping style on
// object positioning'
const bool mbConsiderWrapOnObjPos;
@@ -101,11 +97,6 @@ class SwObjectFormatter
return mpLayAction;
}
- inline bool FormatOnlyAsCharAnchored() const
- {
- return mbFormatOnlyAsCharAnchored;
- }
-
/** performs the intrinsic format of a given floating screen object and its content.
*/
void FormatObj_( SwAnchoredObject& _rAnchoredObj );