summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/ins_paste.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/ins_paste.hxx')
-rw-r--r--sd/source/ui/inc/ins_paste.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sd/source/ui/inc/ins_paste.hxx b/sd/source/ui/inc/ins_paste.hxx
index 1a35860235c0..a8540cd5d53b 100644
--- a/sd/source/ui/inc/ins_paste.hxx
+++ b/sd/source/ui/inc/ins_paste.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
@@ -45,16 +45,16 @@ private:
FixedLine aFlPosition;
RadioButton aRbBefore;
RadioButton aRbAfter;
- OKButton aBtnOK;
- CancelButton aBtnCancel;
- HelpButton aBtnHelp;
+ OKButton aBtnOK;
+ CancelButton aBtnCancel;
+ HelpButton aBtnHelp;
public:
SdInsertPasteDlg( Window* pWindow );
~SdInsertPasteDlg();
- BOOL IsInsertBefore() const;
+ BOOL IsInsertBefore() const;
};
#endif // _SD_INS_PASTE_HXX_