summaryrefslogtreecommitdiff
path: root/vcl/source/window/syschild.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-22 21:20:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-23 03:38:49 +0000
commit0ce0c369aa8880dff9fe874ba85ec6f52ee37ddf (patch)
tree5024cba9f9ea5e3b23ea26025323f6aef39488d0 /vcl/source/window/syschild.cxx
parentb81ac16e65b311d6e43c05c22c65d2040c9d7e04 (diff)
Remove unneccessary comments
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/source/window/syschild.cxx')
-rw-r--r--vcl/source/window/syschild.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/vcl/source/window/syschild.cxx b/vcl/source/window/syschild.cxx
index 203ccc5e70c7..a871d2db2914 100644
--- a/vcl/source/window/syschild.cxx
+++ b/vcl/source/window/syschild.cxx
@@ -127,7 +127,7 @@ void SystemChildWindow::ImplInitSysChild( Window* pParent, WinBits nStyle, Syste
}
}
-// -----------------------------------------------------------------------
+
SystemChildWindow::SystemChildWindow( Window* pParent, WinBits nStyle ) :
Window( WINDOW_SYSTEMCHILDWINDOW )
@@ -135,7 +135,7 @@ SystemChildWindow::SystemChildWindow( Window* pParent, WinBits nStyle ) :
ImplInitSysChild( pParent, nStyle, NULL );
}
-// -----------------------------------------------------------------------
+
SystemChildWindow::SystemChildWindow( Window* pParent, WinBits nStyle, SystemWindowData *pData, bool bShow ) :
Window( WINDOW_SYSTEMCHILDWINDOW )
@@ -143,7 +143,7 @@ SystemChildWindow::SystemChildWindow( Window* pParent, WinBits nStyle, SystemWin
ImplInitSysChild( pParent, nStyle, pData, bShow );
}
-// -----------------------------------------------------------------------
+
SystemChildWindow::~SystemChildWindow()
{
@@ -155,7 +155,7 @@ SystemChildWindow::~SystemChildWindow()
}
}
-// -----------------------------------------------------------------------
+
const SystemEnvData* SystemChildWindow::GetSystemData() const
{
@@ -165,7 +165,7 @@ const SystemEnvData* SystemChildWindow::GetSystemData() const
return NULL;
}
-// -----------------------------------------------------------------------
+
void SystemChildWindow::EnableEraseBackground( bool bEnable )
{
@@ -173,7 +173,7 @@ void SystemChildWindow::EnableEraseBackground( bool bEnable )
mpWindowImpl->mpSysObj->EnableEraseBackground( bEnable );
}
-// -----------------------------------------------------------------------
+
void SystemChildWindow::ImplTestJavaException( void* pEnv )
{
@@ -213,7 +213,7 @@ void SystemChildWindow::SetForwardKey( bool bEnable )
mpWindowImpl->mpSysObj->SetForwardKey( bEnable );
}
-// -----------------------------------------------------------------------
+
sal_IntPtr SystemChildWindow::GetParentWindowHandle( bool bUseJava )
{