summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/namedlg
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/namedlg')
-rw-r--r--sc/source/ui/namedlg/namedefdlg.cxx2
-rw-r--r--sc/source/ui/namedlg/namedlg.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/namedlg/namedefdlg.cxx b/sc/source/ui/namedlg/namedefdlg.cxx
index bde1f16718c1..83ed95ee9672 100644
--- a/sc/source/ui/namedlg/namedefdlg.cxx
+++ b/sc/source/ui/namedlg/namedefdlg.cxx
@@ -295,7 +295,7 @@ void ScNameDefDlg::SetReference( const ScRange& rRef, ScDocument* pDocP )
}
}
-sal_Bool ScNameDefDlg::Close()
+bool ScNameDefDlg::Close()
{
return DoClose( ScNameDefDlgWrapper::GetChildWindowId() );
}
diff --git a/sc/source/ui/namedlg/namedlg.cxx b/sc/source/ui/namedlg/namedlg.cxx
index 583325185863..1fb8a11f8412 100644
--- a/sc/source/ui/namedlg/namedlg.cxx
+++ b/sc/source/ui/namedlg/namedlg.cxx
@@ -179,7 +179,7 @@ void ScNameDlg::SetReference( const ScRange& rRef, ScDocument* pDocP )
}
}
-sal_Bool ScNameDlg::Close()
+bool ScNameDlg::Close()
{
if (mbDataChanged && !mbCloseWithoutUndo)
mpViewData->GetDocFunc().ModifyAllRangeNames(maRangeMap);