summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/subtdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/subtdlg.hxx')
-rw-r--r--sc/source/ui/inc/subtdlg.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/inc/subtdlg.hxx b/sc/source/ui/inc/subtdlg.hxx
index 8cff085ae0f0..614889066c09 100644
--- a/sc/source/ui/inc/subtdlg.hxx
+++ b/sc/source/ui/inc/subtdlg.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
@@ -41,10 +41,10 @@
class ScSubTotalDlg : public SfxTabDialog
{
public:
- ScSubTotalDlg( Window* pParent,
- const SfxItemSet* pArgSet );
+ ScSubTotalDlg( Window* pParent,
+ const SfxItemSet* pArgSet );
private:
- PushButton aBtnRemove;
+ PushButton aBtnRemove;
DECL_LINK( RemoveHdl, PushButton * );
};