From f0d9c4aa9ca5974d505343a6bcbc69917e600c81 Mon Sep 17 00:00:00 2001 From: Joseph Powers Date: Tue, 16 Nov 2010 18:59:15 -0800 Subject: HC Cleanup - components --- cui/source/inc/selector.hxx | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'cui/source/inc/selector.hxx') diff --git a/cui/source/inc/selector.hxx b/cui/source/inc/selector.hxx index 541b3f0db5e4..7ca6dbeb3054 100644 --- a/cui/source/inc/selector.hxx +++ b/cui/source/inc/selector.hxx @@ -155,8 +155,16 @@ class SvxConfigGroupListBox_Impl : public SvTreeListBox Image m_docImage; ::rtl::OUString m_sMyMacros; ::rtl::OUString m_sProdMacros; - Image GetImage( ::com::sun::star::uno::Reference< ::com::sun::star::script::browse::XBrowseNode > node, ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > xCtx, bool bIsRootNode ); - ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > getDocumentModel( ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& xCtx, ::rtl::OUString& docName ); + Image GetImage( + ::com::sun::star::uno::Reference< ::com::sun::star::script::browse::XBrowseNode > node, + ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > xCtx, + bool bIsRootNode + ); + + ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > getDocumentModel( + ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& xCtx, + ::rtl::OUString& docName + ); private: void fillScriptList( -- cgit