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 4d10c9a0cc7a..29acfac43017 100644
--- a/sd/source/ui/inc/OutlineBulletDlg.hxx
+++ b/sd/source/ui/inc/OutlineBulletDlg.hxx
@@ -1,7 +1,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,13 +41,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);
@@ -59,10 +59,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