summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/textdlgs.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/textdlgs.hxx')
-rw-r--r--sc/source/ui/inc/textdlgs.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sc/source/ui/inc/textdlgs.hxx b/sc/source/ui/inc/textdlgs.hxx
index 24b68650ce16..79e93fa67261 100644
--- a/sc/source/ui/inc/textdlgs.hxx
+++ b/sc/source/ui/inc/textdlgs.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
@@ -34,16 +34,16 @@
class SfxObjectShell;
//
-// Zeichen-Tab-Dialog
+// Zeichen-Tab-Dialog
//
class ScCharDlg : public SfxTabDialog
{
private:
- const SfxItemSet& rOutAttrs;
- const SfxObjectShell& rDocShell;
+ const SfxItemSet& rOutAttrs;
+ const SfxObjectShell& rDocShell;
- virtual void PageCreated( USHORT nId, SfxTabPage &rPage );
+ virtual void PageCreated( USHORT nId, SfxTabPage &rPage );
public:
ScCharDlg( Window* pParent, const SfxItemSet* pAttr,
@@ -52,15 +52,15 @@ public:
};
//
-// Absatz-Tab-Dialog
+// Absatz-Tab-Dialog
//
class ScParagraphDlg : public SfxTabDialog
{
private:
- const SfxItemSet& rOutAttrs;
+ const SfxItemSet& rOutAttrs;
- virtual void PageCreated( USHORT nId, SfxTabPage &rPage );
+ virtual void PageCreated( USHORT nId, SfxTabPage &rPage );
public:
ScParagraphDlg( Window* pParent, const SfxItemSet* pAttr );