summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/sortedobjs.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/layout/sortedobjs.cxx')
-rw-r--r--sw/source/core/layout/sortedobjs.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/core/layout/sortedobjs.cxx b/sw/source/core/layout/sortedobjs.cxx
index 40d87c43b7bf..2e3df19104f0 100644
--- a/sw/source/core/layout/sortedobjs.cxx
+++ b/sw/source/core/layout/sortedobjs.cxx
@@ -70,7 +70,6 @@ namespace
return 1;
return 2;
}
-}
struct ObjAnchorOrder
{
@@ -198,6 +197,8 @@ struct ObjAnchorOrder
}
};
+}
+
bool SwSortedObjs::is_sorted() const
{
return std::is_sorted(maSortedObjLst.begin(), maSortedObjLst.end(), ObjAnchorOrder());