diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-08-13 12:31:20 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-08-13 12:31:20 +0000 |
commit | 0eaf7de2d915782731287dda5b1ae1377a16871b (patch) | |
tree | 258f7b3508abb709f89a95ea8e48f73a7d05ac8b /sfx2 | |
parent | 33ebb28c84915f1db86c9d82d51088c58725c690 (diff) |
#i32850# wrong resource handling fixed
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/inc/cfg.hxx | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/sfx2/source/inc/cfg.hxx b/sfx2/source/inc/cfg.hxx index 4cd2a9709007..39f9e1a6ce07 100644 --- a/sfx2/source/inc/cfg.hxx +++ b/sfx2/source/inc/cfg.hxx @@ -2,9 +2,9 @@ * * $RCSfile: cfg.hxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: hr $ $Date: 2004-07-23 13:54:55 $ + * last change: $Author: obo $ $Date: 2004-08-13 13:22:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -182,10 +182,15 @@ class SfxConfigGroupListBox_Impl : public SvTreeListBox SfxSlotPool* pSlotPool; BOOL bShowSF; // show Scripting Framework scripts BOOL bShowBasic; // show Basic scripts - ImageList m_aImagesNormal; - ImageList m_aImagesHighContrast; Image m_hdImage; Image m_hdImage_hc; + Image m_libImage; + Image m_libImage_hc; + Image m_macImage; + Image m_macImage_hc; + Image m_docImage; + Image m_docImage_hc; + ::rtl::OUString m_sMyMacros; ::rtl::OUString m_sProdMacros; Image GetImage( ::com::sun::star::uno::Reference< ::drafts::com::sun::star::script::browse::XBrowseNode > node, ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > xCtx, bool bIsRootNode, bool bHighContrast ); |