summaryrefslogtreecommitdiff
path: root/cui/source/inc/bbdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/bbdlg.hxx')
-rw-r--r--cui/source/inc/bbdlg.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/cui/source/inc/bbdlg.hxx b/cui/source/inc/bbdlg.hxx
index 73f3bc66a122..08bb80b17d2e 100644
--- a/cui/source/inc/bbdlg.hxx
+++ b/cui/source/inc/bbdlg.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
@@ -33,23 +33,23 @@
#include <sfx2/tabdlg.hxx>
/*--------------------------------------------------------------------
- Beschreibung: Border Background Pages buendeln
+ Beschreibung: Border Background Pages buendeln
--------------------------------------------------------------------*/
class SvxBorderBackgroundDlg: public SfxTabDialog
{
public:
- SvxBorderBackgroundDlg( Window *pParent,
+ SvxBorderBackgroundDlg( Window *pParent,
const SfxItemSet& rCoreSet,
BOOL bEnableSelector = FALSE );
~SvxBorderBackgroundDlg();
protected:
- virtual void PageCreated( USHORT nPageId, SfxTabPage& rTabPage );
+ virtual void PageCreated( USHORT nPageId, SfxTabPage& rTabPage );
private:
- BOOL bEnableBackgroundSelector; // fuer Border/Background-Dlg
+ BOOL bEnableBackgroundSelector; // fuer Border/Background-Dlg
};