summaryrefslogtreecommitdiff
path: root/vcl/win/source/app/salinst.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/win/source/app/salinst.cxx')
-rw-r--r--vcl/win/source/app/salinst.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/vcl/win/source/app/salinst.cxx b/vcl/win/source/app/salinst.cxx
index ece177210cb2..d639d894c752 100644
--- a/vcl/win/source/app/salinst.cxx
+++ b/vcl/win/source/app/salinst.cxx
@@ -83,7 +83,7 @@
#include <sehandler.hxx>
#endif
-// =======================================================================
+
void SalAbort( const OUString& rErrorText, bool )
{
@@ -103,12 +103,12 @@ void SalAbort( const OUString& rErrorText, bool )
}
}
-// =======================================================================
+
LRESULT CALLBACK SalComWndProcA( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam );
LRESULT CALLBACK SalComWndProcW( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam );
-// =======================================================================
+
class SalYieldMutex : public vcl::SolarMutexObject
{
@@ -340,7 +340,7 @@ bool WinSalInstance::CheckYieldMutex()
return true;
}
-// =======================================================================
+
void SalData::initKeyCodeMap()
{
@@ -366,7 +366,7 @@ void SalData::initKeyCodeMap()
initKey( ';', KEY_SEMICOLON );
}
-// =======================================================================
+
// SalData