diff options
Diffstat (limited to 'vcl/source/window/syswin.cxx')
-rw-r--r-- | vcl/source/window/syswin.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/window/syswin.cxx b/vcl/source/window/syswin.cxx index fb87f72f0a76..3281e8a564da 100644 --- a/vcl/source/window/syswin.cxx +++ b/vcl/source/window/syswin.cxx @@ -36,7 +36,7 @@ using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; -// ======================================================================= + class SystemWindow::ImplData { public: @@ -61,7 +61,7 @@ SystemWindow::ImplData::~ImplData() delete mpTaskPaneList; } -// ======================================================================= + SystemWindow::SystemWindow( WindowType nType ) : Window( nType ) |