summaryrefslogtreecommitdiff
path: root/basic/inc/basic/sbxobj.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/inc/basic/sbxobj.hxx')
-rw-r--r--basic/inc/basic/sbxobj.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/basic/inc/basic/sbxobj.hxx b/basic/inc/basic/sbxobj.hxx
index 387dc4c7caa5..cdcced040b98 100644
--- a/basic/inc/basic/sbxobj.hxx
+++ b/basic/inc/basic/sbxobj.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
@@ -41,7 +41,7 @@ class SbxObjectImpl;
class SbxObject : public SbxVariable, public SfxListener
{
- SbxObjectImpl* mpSbxObjectImpl; // Impl data
+ SbxObjectImpl* mpSbxObjectImpl; // Impl data
SbxArray* FindVar( SbxVariable*, USHORT& );
// AB 23.3.1997, special method for VCPtrRemove (see below)
@@ -70,7 +70,7 @@ public:
virtual BOOL IsClass( const String& ) const;
const String& GetClassName() const { return aClassName; }
- void SetClassName( const String &rNew ) { aClassName = rNew; }
+ void SetClassName( const String &rNew ) { aClassName = rNew; }
// Default-Property
SbxProperty* GetDfltProperty();
void SetDfltProperty( const String& r );
@@ -88,7 +88,7 @@ public:
SbxVariable* Make( const String&, SbxClassType, SbxDataType );
virtual SbxObject* MakeObject( const String&, const String& );
virtual void Insert( SbxVariable* );
- // AB 23.4.1997, Optimization, Insertion without check for duplicate Entries and
+ // AB 23.4.1997, Optimization, Insertion without check for duplicate Entries and
// without Broadcasts, only used in SO2/auto.cxx
void QuickInsert( SbxVariable* );
// AB 23.3.1997, Special-Method, allow corresponding controls
@@ -102,10 +102,10 @@ public:
// Macro-Recording
virtual String GenerateSource( const String &rLinePrefix,
const SbxObject *pRelativeTo );
- // Direct access on arrays
- SbxArray* GetMethods() { return pMethods; }
- SbxArray* GetProperties() { return pProps; }
- SbxArray* GetObjects() { return pObjs; }
+ // Direct access on arrays
+ SbxArray* GetMethods() { return pMethods; }
+ SbxArray* GetProperties() { return pProps; }
+ SbxArray* GetObjects() { return pObjs; }
// Hooks
virtual SvDispatch* GetSvDispatch();
// Debugging