summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/actctrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/actctrl.hxx')
-rw-r--r--sw/source/ui/inc/actctrl.hxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/sw/source/ui/inc/actctrl.hxx b/sw/source/ui/inc/actctrl.hxx
index a43d78b11b19..98bb29ff95a3 100644
--- a/sw/source/ui/inc/actctrl.hxx
+++ b/sw/source/ui/inc/actctrl.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
@@ -32,21 +32,21 @@
#include "swdllapi.h"
/*--------------------------------------------------------------------
- Beschreibung: numerische Eingabe
+ Beschreibung: numerische Eingabe
--------------------------------------------------------------------*/
class SW_DLLPUBLIC NumEditAction: public NumericField
{
Link aActionLink;
protected:
- virtual void Action();
- virtual long Notify( NotifyEvent& rNEvt );
+ virtual void Action();
+ virtual long Notify( NotifyEvent& rNEvt );
public:
NumEditAction( Window* pParent, const ResId& rResId ) :
NumericField(pParent, rResId) {}
- void SetActionHdl( const Link& rLink ) { aActionLink = rLink;}
- const Link& GetActionHdl() const { return aActionLink; }
+ void SetActionHdl( const Link& rLink ) { aActionLink = rLink;}
+ const Link& GetActionHdl() const { return aActionLink; }
};
@@ -58,13 +58,13 @@ class SW_DLLPUBLIC NoSpaceEdit : public Edit
String sForbiddenChars;
protected:
virtual void KeyInput( const KeyEvent& );
- virtual void Modify();
+ virtual void Modify();
public:
NoSpaceEdit( Window* pParent, const ResId& rResId);
virtual ~NoSpaceEdit();
- void SetForbiddenChars(const String& rSet){sForbiddenChars = rSet;}
- const String& GetForbiddenChars(){return sForbiddenChars;}
+ void SetForbiddenChars(const String& rSet){sForbiddenChars = rSet;}
+ const String& GetForbiddenChars(){return sForbiddenChars;}
};
/* -----------------21.04.98 08:33-------------------
@@ -92,7 +92,7 @@ public:
void SetReturnActionLink(const Link& rLink)
{ aReturnActionLink = rLink;}
-};
+};
#endif