summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/editsh.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/editsh.hxx')
-rw-r--r--sc/source/ui/inc/editsh.hxx28
1 files changed, 14 insertions, 14 deletions
diff --git a/sc/source/ui/inc/editsh.hxx b/sc/source/ui/inc/editsh.hxx
index 5e915aa2a89e..a90967cb3804 100644
--- a/sc/source/ui/inc/editsh.hxx
+++ b/sc/source/ui/inc/editsh.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -46,11 +46,11 @@ class TransferableClipboardListener;
class ScEditShell : public SfxShell
{
private:
- EditView* pEditView;
- ScViewData* pViewData;
+ EditView* pEditView;
+ ScViewData* pViewData;
TransferableClipboardListener* pClipEvtLstnr;
- BOOL bPastePossible;
- BOOL bIsInsertMode;
+ BOOL bPastePossible;
+ BOOL bIsInsertMode;
const SvxURLField* GetURLField();
ScInputHandler* GetMyInputHdl();
@@ -64,19 +64,19 @@ public:
ScEditShell(EditView* pView, ScViewData* pData);
~ScEditShell();
- void SetEditView(EditView* pView);
+ void SetEditView(EditView* pView);
EditView* GetEditView() {return pEditView;}
- void Execute(SfxRequest& rReq);
- void ExecuteTrans(SfxRequest& rReq);
- void GetState(SfxItemSet &rSet);
- void GetClipState(SfxItemSet& rSet);
+ void Execute(SfxRequest& rReq);
+ void ExecuteTrans(SfxRequest& rReq);
+ void GetState(SfxItemSet &rSet);
+ void GetClipState(SfxItemSet& rSet);
- void ExecuteAttr(SfxRequest& rReq);
- void GetAttrState(SfxItemSet &rSet);
+ void ExecuteAttr(SfxRequest& rReq);
+ void GetAttrState(SfxItemSet &rSet);
- void ExecuteUndo(SfxRequest& rReq);
- void GetUndoState(SfxItemSet &rSet);
+ void ExecuteUndo(SfxRequest& rReq);
+ void GetUndoState(SfxItemSet &rSet);
String GetSelectionText( BOOL bWholeWord );
};