summaryrefslogtreecommitdiff
path: root/vcl/osx/salinst.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/osx/salinst.cxx')
-rw-r--r--vcl/osx/salinst.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/osx/salinst.cxx b/vcl/osx/salinst.cxx
index ecc85eebe259..a03346c02131 100644
--- a/vcl/osx/salinst.cxx
+++ b/vcl/osx/salinst.cxx
@@ -211,7 +211,7 @@ bool ImplSVMainHook( int * pnInit )
return TRUE; // indicate that ImplSVMainHook is implemented
}
-// =======================================================================
+
void SalAbort( const OUString& rErrorText, bool bDumpCore )
{
@@ -268,7 +268,7 @@ void InitSalMain()
{
}
-// =======================================================================
+
SalYieldMutex::SalYieldMutex()
{
@@ -333,7 +333,7 @@ void ImplSalYieldMutexRelease()
pInst->mpSalYieldMutex->release();
}
-// =======================================================================
+
SalInstance* CreateSalInstance()
{