summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/annotsh.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/annotsh.hxx')
-rwxr-xr-xsw/source/ui/inc/annotsh.hxx36
1 files changed, 18 insertions, 18 deletions
diff --git a/sw/source/ui/inc/annotsh.hxx b/sw/source/ui/inc/annotsh.hxx
index 979e1374e004..51bb596061d3 100755
--- a/sw/source/ui/inc/annotsh.hxx
+++ b/sw/source/ui/inc/annotsh.hxx
@@ -1,7 +1,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
@@ -34,40 +34,40 @@
class SwView;
class SwAnnotationShell: public SfxShell
{
- SwView& rView;
+ SwView& rView;
public:
SFX_DECL_INTERFACE(SW_ANNOTATIONSHELL)
TYPEINFO();
SwAnnotationShell(SwView&);
- virtual ~SwAnnotationShell();
+ virtual ~SwAnnotationShell();
void StateDisableItems(SfxItemSet &);
- void Exec(SfxRequest &);
+ void Exec(SfxRequest &);
- void GetState(SfxItemSet &);
- void StateInsert(SfxItemSet &rSet);
+ void GetState(SfxItemSet &);
+ void StateInsert(SfxItemSet &rSet);
- void NoteExec(SfxRequest &);
- void GetNoteState(SfxItemSet &);
+ void NoteExec(SfxRequest &);
+ void GetNoteState(SfxItemSet &);
- void ExecLingu(SfxRequest &rReq);
- void GetLinguState(SfxItemSet &);
+ void ExecLingu(SfxRequest &rReq);
+ void GetLinguState(SfxItemSet &);
- void ExecClpbrd(SfxRequest &rReq);
- void StateClpbrd(SfxItemSet &rSet);
+ void ExecClpbrd(SfxRequest &rReq);
+ void StateClpbrd(SfxItemSet &rSet);
- void ExecTransliteration(SfxRequest &);
+ void ExecTransliteration(SfxRequest &);
- void ExecUndo(SfxRequest &rReq);
- void StateUndo(SfxItemSet &rSet);
+ void ExecUndo(SfxRequest &rReq);
+ void StateUndo(SfxItemSet &rSet);
- void StateStatusLine(SfxItemSet &rSet);
+ void StateStatusLine(SfxItemSet &rSet);
- void InsertSymbol(SfxRequest& rReq);
+ void InsertSymbol(SfxRequest& rReq);
- void ExecSearch(SfxRequest&, BOOL bNoMessage = FALSE);
+ void ExecSearch(SfxRequest&, BOOL bNoMessage = FALSE);
void StateSearch(SfxItemSet &);