summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/objdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/basicide/objdlg.hxx')
-rw-r--r--basctl/source/basicide/objdlg.hxx28
1 files changed, 14 insertions, 14 deletions
diff --git a/basctl/source/basicide/objdlg.hxx b/basctl/source/basicide/objdlg.hxx
index cd48a135a882..96d541d49171 100644
--- a/basctl/source/basicide/objdlg.hxx
+++ b/basctl/source/basicide/objdlg.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
@@ -43,8 +43,8 @@ class ObjectTreeListBox : public BasicTreeListBox
{
private:
- virtual void Command( const CommandEvent& rCEvt );
- virtual void MouseButtonDown( const MouseEvent& rMEvt );
+ virtual void Command( const CommandEvent& rCEvt );
+ virtual void MouseButtonDown( const MouseEvent& rMEvt );
public:
ObjectTreeListBox( Window* pParent, const ResId& rRes );
@@ -70,30 +70,30 @@ private:
class ObjectCatalog : public FloatingWindow
{
private:
- ObjectTreeListBox aMacroTreeList;
+ ObjectTreeListBox aMacroTreeList;
ObjectCatalogToolBox_Impl aToolBox;
- FixedText aMacroDescr;
- Link aCancelHdl;
+ FixedText aMacroDescr;
+ Link aCancelHdl;
protected:
DECL_LINK( ToolBoxHdl, ToolBox* );
- void CheckButtons();
+ void CheckButtons();
DECL_LINK( TreeListHighlightHdl, SvTreeListBox * );
- void UpdateFields();
- virtual void Move();
- virtual BOOL Close();
- virtual void Resize();
+ void UpdateFields();
+ virtual void Move();
+ virtual BOOL Close();
+ virtual void Resize();
public:
ObjectCatalog( Window * pParent );
virtual ~ObjectCatalog();
- void UpdateEntries();
+ void UpdateEntries();
void SetCurrentEntry( BasicEntryDescriptor& rDesc );
- void SetCancelHdl( const Link& rLink ) { aCancelHdl = rLink; }
+ void SetCancelHdl( const Link& rLink ) { aCancelHdl = rLink; }
};
-#endif //_OBJDLG_HXX
+#endif //_OBJDLG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */