summaryrefslogtreecommitdiff
path: root/sw/source/core/inc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2019-11-04 08:35:20 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-11-04 09:15:35 +0100
commitaa394fd920b75f8901ec4056504fa68703b6926d (patch)
tree65a37f9d7c7673f519d445743bacd8fb88411654 /sw/source/core/inc
parent2187cff2d452e20aa1fdfd5d8aa7473242cd1eb6 (diff)
sw: remove dead SwFormatFollowTextFlow::mbLayoutInCell
Now that the UNO API doesn't write it and the layout doesn't read it. Change-Id: I0c9bb6aca8f3642f06cb25b9857738a751520702 Reviewed-on: https://gerrit.libreoffice.org/81980 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'sw/source/core/inc')
-rw-r--r--sw/source/core/inc/environmentofanchoredobject.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/core/inc/environmentofanchoredobject.hxx b/sw/source/core/inc/environmentofanchoredobject.hxx
index f7c604e5da4c..aa3d5a2a5be5 100644
--- a/sw/source/core/inc/environmentofanchoredobject.hxx
+++ b/sw/source/core/inc/environmentofanchoredobject.hxx
@@ -36,9 +36,6 @@ namespace objectpositioning
@param _bFollowTextFlow
input parameter - indicates, if the anchored object, for which
this environment is instantiated, follow the text flow or not
- @param _bLayoutInCell
- input parameter - indicates, if the anchored object should be
- laid out within a (table) cell
*/
SwEnvironmentOfAnchoredObject( const bool _bFollowTextFlow );