summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-08-27 09:58:27 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-08-27 10:35:27 -0400
commit4d3ad7c59e0d0fe322c76eb4335440e1d1269ac0 (patch)
treed4efaecb8e318dc4cea2d2aa2ac7e299ed0a9f1d /sc
parent0898871b7b9492ada947ebc7b8429c5cb56db23c (diff)
Quick indentation fix on closing brace.
Change-Id: I8626b0b3338e17b1b0fc713d4dba5545e1faba1c
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/optdlg/tpdefaults.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/optdlg/tpdefaults.cxx b/sc/source/ui/optdlg/tpdefaults.cxx
index c0db2c11271e..5020b9ce1b7d 100644
--- a/sc/source/ui/optdlg/tpdefaults.cxx
+++ b/sc/source/ui/optdlg/tpdefaults.cxx
@@ -65,7 +65,7 @@ ScTpDefaultsOptions::ScTpDefaultsOptions(Window *pParent, const SfxItemSet &rCor
aEdNSheets.SetPosPixel( aNewPoint );
aNewPoint.Y() = aEdSheetPrefix.GetPosPixel().Y();
aEdSheetPrefix.SetPosPixel( aNewPoint );
- }
+ }
aEdNSheets.SetModifyHdl( LINK(this, ScTpDefaultsOptions, NumModifiedHdl) );
aEdSheetPrefix.SetModifyHdl( LINK(this, ScTpDefaultsOptions, PrefixModifiedHdl) );
aEdSheetPrefix.SetGetFocusHdl( LINK(this, ScTpDefaultsOptions, PrefixEditOnFocusHdl) );