summaryrefslogtreecommitdiff
path: root/sw/source/ui/shells/textsh.cxx
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2011-05-18 18:58:39 -0700
committerJoseph Powers <jpowers27@cox.net>2011-05-18 19:15:30 -0700
commitd51ab2cfd9e5b9e3f8143853e4e93ca686c04dd1 (patch)
treeb7dd3072260abca1bb1c6ad8ff7feb4e612db8d4 /sw/source/ui/shells/textsh.cxx
parentfb48d2cb0e3c7a4dc2a9a9cc74bcc1cfd3deef78 (diff)
Convert SvCommandList from an OwnList to a vector<>
Diffstat (limited to 'sw/source/ui/shells/textsh.cxx')
-rw-r--r--sw/source/ui/shells/textsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/shells/textsh.cxx b/sw/source/ui/shells/textsh.cxx
index 65cf089cdffb..78d5789fa7dd 100644
--- a/sw/source/ui/shells/textsh.cxx
+++ b/sw/source/ui/shells/textsh.cxx
@@ -310,7 +310,7 @@ void SwTextShell::ExecInsert(SfxRequest &rReq)
INetURLObject(), sClassLocation,
URIHelper::GetMaybeFileHdl()) ) ) );
uno::Sequence< beans::PropertyValue > aSeq;
- if ( aCommandList.Count() )
+ if ( aCommandList.size() )
{
aCommandList.FillSequence( aSeq );
xSet->setPropertyValue( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("PluginCommands")), uno::makeAny( aSeq ) );