summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/OutlineBulletDlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/OutlineBulletDlg.hxx')
-rw-r--r--sd/source/ui/inc/OutlineBulletDlg.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sd/source/ui/inc/OutlineBulletDlg.hxx b/sd/source/ui/inc/OutlineBulletDlg.hxx
index 83e452532086..60e766e12199 100644
--- a/sd/source/ui/inc/OutlineBulletDlg.hxx
+++ b/sd/source/ui/inc/OutlineBulletDlg.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 View;
|* Bullet-Tab-Dialog
|*
\************************************************************************/
-class OutlineBulletDlg
+class OutlineBulletDlg
: public SfxTabDialog
{
public:
OutlineBulletDlg (
- ::Window* pParent,
- const SfxItemSet* pAttr,
+ ::Window* pParent,
+ const SfxItemSet* pAttr,
::sd::View* pView );
virtual ~OutlineBulletDlg (void);
@@ -60,10 +60,10 @@ protected:
private:
using SfxTabDialog::GetOutputItemSet;
- SfxItemSet aInputSet;
- SfxItemSet *pOutputSet;
- BOOL bTitle;
- ::sd::View *pSdView;
+ SfxItemSet aInputSet;
+ SfxItemSet *pOutputSet;
+ BOOL bTitle;
+ ::sd::View *pSdView;
};
} // end of namespace sd