diff options
Diffstat (limited to 'scripting/source/provider/BrowseNodeFactoryImpl.hxx')
-rw-r--r-- | scripting/source/provider/BrowseNodeFactoryImpl.hxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/scripting/source/provider/BrowseNodeFactoryImpl.hxx b/scripting/source/provider/BrowseNodeFactoryImpl.hxx index ef54adbe51a9..3a87e2d3dee7 100644 --- a/scripting/source/provider/BrowseNodeFactoryImpl.hxx +++ b/scripting/source/provider/BrowseNodeFactoryImpl.hxx @@ -66,11 +66,7 @@ public: virtual css::uno::Reference< css::script::browse::XBrowseNode > SAL_CALL createView( sal_Int16 viewType ) throw ( css::uno::RuntimeException, std::exception ) override; - private: - css::uno::Reference< css::script::browse::XBrowseNode > - getSelectorHierarchy() - throw ( css::uno::RuntimeException ); - +private: css::uno::Reference< css::script::browse::XBrowseNode > getOrganizerHierarchy() throw ( css::uno::RuntimeException ); |