diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-12-12 12:16:20 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-12-12 12:33:33 +0000 |
commit | 9c76f393431bb38259ec5465393ec86da026399e (patch) | |
tree | 3d350887c53c823e609e92a3a1099d3fed7ddffc /sc/inc/global.hxx | |
parent | 96d0506fceb8064c5ae156dfaf12d5b45623c557 (diff) |
manage OutlineBitmap imagelist directly in its owner user
Change-Id: I4437484192016db7ce72614ae07c5a7d1bd9ec5b
Diffstat (limited to 'sc/inc/global.hxx')
-rw-r--r-- | sc/inc/global.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx index 5c1bc6a01660..1761e2fbe0fb 100644 --- a/sc/inc/global.hxx +++ b/sc/inc/global.hxx @@ -505,8 +505,6 @@ class ScGlobal static SvxBrushItem* pEmbeddedBrushItem; static SvxBrushItem* pProtectedBrushItem; - static ImageList* pOutlineBitmaps; - static ScFunctionList* pStarCalcFunctionList; static ScFunctionMgr* pStarCalcFunctionMgr; @@ -589,9 +587,6 @@ public: static SvxBrushItem* GetProtectedBrushItem() { return pProtectedBrushItem; } SC_DLLPUBLIC static const OUString& GetEmptyOUString(); - /** Returns the specified image list with outline symbols. */ - static ImageList* GetOutlineSymbols(); - static bool HasStarCalcFunctionList(); static ScFunctionList* GetStarCalcFunctionList(); static ScFunctionMgr* GetStarCalcFunctionMgr(); |