summaryrefslogtreecommitdiff
path: root/sc/inc/global.hxx
diff options
context:
space:
mode:
authorWinfried Donkers <winfrieddonkers@libreoffice.org>2015-08-12 12:50:11 +0200
committerEike Rathke <erack@redhat.com>2015-08-12 20:36:49 +0000
commitca6c2bab8771a209fde937599bf9cecea2b77104 (patch)
treefc7126cba0c48c3ba7c0dc6386e691aaeef3dcca /sc/inc/global.hxx
parentc614e711136205252ac2c72f9772c718dafc471e (diff)
rename confusing classes
In module sc classes FuncData and FuncCollection are used for legacy binary AddIn functions. In module scaddins also exist classes FuncData. This can be confusing, so the classes and relevant members/variables have been renamed in module sc. Change-Id: Ib0700ed1177b760a4d46312b8578ca8b55882c53 Reviewed-on: https://gerrit.libreoffice.org/17670 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/inc/global.hxx')
-rw-r--r--sc/inc/global.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx
index c3b672c8353f..0faaab6ade23 100644
--- a/sc/inc/global.hxx
+++ b/sc/inc/global.hxx
@@ -464,7 +464,7 @@ class ScDocument;
class ScDocShell;
class SvxSearchItem;
class ScAutoFormat;
-class FuncCollection;
+class LegacyFuncCollection;
class ScUnoAddInCollection;
class ScUserList;
class SvxBrushItem;
@@ -502,7 +502,7 @@ class ScGlobal
{
static SvxSearchItem* pSearchItem;
static ScAutoFormat* pAutoFormat;
- static FuncCollection* pFuncCollection;
+ static LegacyFuncCollection* pLegacyFuncCollection;
static ScUnoAddInCollection* pAddInCollection;
static ScUserList* pUserList;
static OUString** ppRscString;
@@ -561,7 +561,7 @@ public:
SC_DLLPUBLIC static ScAutoFormat* GetAutoFormat();
SC_DLLPUBLIC static ScAutoFormat* GetOrCreateAutoFormat();
static void ClearAutoFormat(); //BugId 54209
- static FuncCollection* GetFuncCollection();
+ static LegacyFuncCollection* GetLegacyFuncCollection();
SC_DLLPUBLIC static ScUnoAddInCollection* GetAddInCollection();
SC_DLLPUBLIC static ScUserList* GetUserList();
static void SetUserList( const ScUserList* pNewList );