diff options
author | Noel Grandin <noel@peralex.com> | 2015-04-29 09:55:11 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-05-05 09:30:40 +0200 |
commit | 6ca16a4cad999dbb0296ea64db2263a26e52f36c (patch) | |
tree | 3a7cae9635647f616df0d5ff024901331aa571fb /sd/inc/OutlinerIterator.hxx | |
parent | cc7af44abd5999cf8af69dd8e5e8f86908a3fcb6 (diff) |
loplugin:staticmethods
Change-Id: Ie7a1a5bc61d19aebd11a00c63c1f4104d893efbe
Diffstat (limited to 'sd/inc/OutlinerIterator.hxx')
-rw-r--r-- | sd/inc/OutlinerIterator.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/inc/OutlinerIterator.hxx b/sd/inc/OutlinerIterator.hxx index 81f48c16e510..43c47b3a2ffb 100644 --- a/sd/inc/OutlinerIterator.hxx +++ b/sd/inc/OutlinerIterator.hxx @@ -241,7 +241,7 @@ private: @param aLocation This specifies at which object the iterator points initially. */ - Iterator CreateSelectionIterator ( + static Iterator CreateSelectionIterator ( const ::std::vector<SdrObjectWeakRef>& rObjectList, SdDrawDocument* pDocument, const ::boost::shared_ptr<ViewShell>& rpViewShell, @@ -259,7 +259,7 @@ private: @param aLocation This specifies at which object the iterator points initially. */ - Iterator CreateDocumentIterator ( + static Iterator CreateDocumentIterator ( SdDrawDocument* pDocument, const ::boost::shared_ptr<ViewShell>& rpViewShell, bool bDirectionIsForward=true, @@ -282,7 +282,7 @@ private: @param aLocation This specifies at which object the iterator points initially. */ - sal_Int32 GetPageIndex ( + static sal_Int32 GetPageIndex ( SdDrawDocument* pDocument, const ::boost::shared_ptr<ViewShell>& rpViewShell, PageKind ePageKind, |