summaryrefslogtreecommitdiff
path: root/sc/inc/global.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-02-14 18:18:47 +0000
committerNiklas Nebel <nn@openoffice.org>2001-02-14 18:18:47 +0000
commitd0017f7d8f4fb2d7db21d6c03c9cae522077d06d (patch)
tree9b96974344c5c9bdd73463dc99b200469abdddec /sc/inc/global.hxx
parent0e8ea923cca8094ac98036e499ad509b380f26fb (diff)
access functions for clipboard document removed
Diffstat (limited to 'sc/inc/global.hxx')
-rw-r--r--sc/inc/global.hxx15
1 files changed, 2 insertions, 13 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx
index 9776d35536ca..888b9c4a7b51 100644
--- a/sc/inc/global.hxx
+++ b/sc/inc/global.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: global.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: er $ $Date: 2001-02-02 12:54:59 $
+ * last change: $Author: nn $ $Date: 2001-02-14 19:18:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -510,9 +510,6 @@ namespace com { namespace sun { namespace star { namespace lang {
#ifndef _SCALC_EXE
class ScGlobal
{
- static ScDocument* pClipDoc;
- static SdrModel* pClipModel;
- static BYTE nClipState;
static SvxSearchItem* pSearchItem;
static ScAutoFormat* pAutoFormat;
static FuncCollection* pFuncCollection;
@@ -545,16 +542,8 @@ public:
static CalendarWrapper* pCalendar;
static LanguageType eLnge;
static sal_Unicode cListDelimiter;
- static ScDocument* GetClipDoc();
- static BOOL HasClipDoc();
static const String& GetClipDocName();
static void SetClipDocName( const String& rNew );
- static void CaptureClip();
- static void ReleaseClip();
- static BOOL IsClipCaptured();
- static void SetClipDraw(SdrModel* pModel);
- static BOOL IsClipDraw();
- static SdrModel* GetClipModel();
static const SvxSearchItem& GetSearchItem();
static void SetSearchItem( const SvxSearchItem& rNew );
static ScAutoFormat* GetAutoFormat();