summaryrefslogtreecommitdiff
path: root/cui/source/inc/insrc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/insrc.hxx')
-rw-r--r--cui/source/inc/insrc.hxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/cui/source/inc/insrc.hxx b/cui/source/inc/insrc.hxx
index 22bb9771e0dc..7552d919d952 100644
--- a/cui/source/inc/insrc.hxx
+++ b/cui/source/inc/insrc.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
@@ -40,20 +40,20 @@
class SvxInsRowColDlg : public SvxAbstractInsRowColDlg, public ModalDialog
{
- FixedText aCount;
- NumericField aCountEdit;
+ FixedText aCount;
+ NumericField aCountEdit;
FixedLine aInsFL;
- RadioButton aBeforeBtn;
- RadioButton aAfterBtn;
+ RadioButton aBeforeBtn;
+ RadioButton aAfterBtn;
FixedLine aPosFL;
- String aRow;
- String aCol;
+ String aRow;
+ String aCol;
- OKButton aOKBtn;
- CancelButton aCancelBtn;
- HelpButton aHelpBtn;
+ OKButton aOKBtn;
+ CancelButton aCancelBtn;
+ HelpButton aHelpBtn;
bool bColumn;