summaryrefslogtreecommitdiff
path: root/sw/source/ui
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-07-20 17:16:03 +0200
committerMichael Stahl <mstahl@redhat.com>2012-07-26 23:35:27 +0200
commitddd84d08c9bb6e00fbd9a73bd52a28688a8c1ba7 (patch)
tree6d73836125485d4d5e52080453f3ed2eb3df9043 /sw/source/ui
parentf683b7fd81c058cda55fb690201f29448c44a83f (diff)
Convert SV_DECL_PTRARR_SORT_DEL(_SwRedlineTbl) to o3tl::sorted_vector
Change-Id: Ie7edc6b32b373619d4c0ac154da93650743049cf
Diffstat (limited to 'sw/source/ui')
-rw-r--r--sw/source/ui/app/docsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/app/docsh.cxx b/sw/source/ui/app/docsh.cxx
index 21f125e210ae..ec2bcca0f613 100644
--- a/sw/source/ui/app/docsh.cxx
+++ b/sw/source/ui/app/docsh.cxx
@@ -921,7 +921,7 @@ sal_uInt16 SwDocShell::GetHiddenInformationState( sal_uInt16 nStates )
if ( nStates & HIDDENINFORMATION_RECORDEDCHANGES )
{
- if ( GetDoc()->GetRedlineTbl().Count() )
+ if ( !GetDoc()->GetRedlineTbl().empty() )
nState |= HIDDENINFORMATION_RECORDEDCHANGES;
}
if ( nStates & HIDDENINFORMATION_NOTES )