Kaydet (Commit) 5e0be5bd authored tarafından Rafael Dominguez's avatar Rafael Dominguez Kaydeden (comit) Luboš Luňák

Call size instead of count.

üst a35bc3a3
...@@ -110,7 +110,7 @@ void InsertionIndicatorOverlay::Create (const controller::Transferable* pTransfe ...@@ -110,7 +110,7 @@ void InsertionIndicatorOverlay::Create (const controller::Transferable* pTransfe
sal_Int32 nSelectionCount (0); sal_Int32 nSelectionCount (0);
if (pTransferable->HasPageBookmarks()) if (pTransferable->HasPageBookmarks())
nSelectionCount = pTransferable->GetPageBookmarks().Count(); nSelectionCount = pTransferable->GetPageBookmarks().size();
else else
{ {
DrawDocShell* pDataDocShell = dynamic_cast<DrawDocShell*>(&pTransferable->GetDocShell()); DrawDocShell* pDataDocShell = dynamic_cast<DrawDocShell*>(&pTransferable->GetDocShell());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment