summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/gluectrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/gluectrl.hxx')
-rw-r--r--sd/source/ui/inc/gluectrl.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sd/source/ui/inc/gluectrl.hxx b/sd/source/ui/inc/gluectrl.hxx
index 93cf110f0a47..32ca96be16a4 100644
--- a/sd/source/ui/inc/gluectrl.hxx
+++ b/sd/source/ui/inc/gluectrl.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
@@ -42,13 +42,13 @@ class GlueEscDirLB : public ListBox
private:
::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > m_xFrame;
public:
- GlueEscDirLB( Window* pParent,
+ GlueEscDirLB( Window* pParent,
const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame );
~GlueEscDirLB();
virtual void Select();
- void Fill();
+ void Fill();
};
/*************************************************************************
@@ -60,12 +60,12 @@ public:
class SdTbxCtlGlueEscDir: public SfxToolBoxControl
{
private:
- UINT16 GetEscDirPos( UINT16 nEscDir );
+ UINT16 GetEscDirPos( UINT16 nEscDir );
public:
virtual void StateChanged( USHORT nSId, SfxItemState eState,
const SfxPoolItem* pState );
- virtual Window* CreateItemWindow( Window *pParent );
+ virtual Window* CreateItemWindow( Window *pParent );
SFX_DECL_TOOLBOX_CONTROL();