summaryrefslogtreecommitdiff
path: root/sc/source/ui/namedlg/namedlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/namedlg/namedlg.cxx')
-rw-r--r--sc/source/ui/namedlg/namedlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/namedlg/namedlg.cxx b/sc/source/ui/namedlg/namedlg.cxx
index 1fb8a11f8412..550ed6b11dae 100644
--- a/sc/source/ui/namedlg/namedlg.cxx
+++ b/sc/source/ui/namedlg/namedlg.cxx
@@ -56,7 +56,7 @@ ScNameDlg::ScNameDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent,
, maErrInvalidNameStr(ScGlobal::GetRscString(STR_ERR_NAME_INVALID))
, maErrNameInUse(ScGlobal::GetRscString(STR_ERR_NAME_EXISTS))
, maStrMultiSelect(ScGlobal::GetRscString(STR_MULTI_SELECT))
- //
+
, mpViewData(ptrViewData)
, mpDoc(ptrViewData->GetDocument())
, maCursorPos(aCursorPos)