summaryrefslogtreecommitdiff
path: root/sc/source/ui/namedlg/namedefdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/namedlg/namedefdlg.cxx')
-rw-r--r--sc/source/ui/namedlg/namedefdlg.cxx2
1 files changed, 1 insertions, 1 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() );
}