summaryrefslogtreecommitdiff
path: root/vcl/source/window/introwin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/introwin.cxx')
-rw-r--r--vcl/source/window/introwin.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/vcl/source/window/introwin.cxx b/vcl/source/window/introwin.cxx
index f49f8601a21d..fa311d3129b5 100644
--- a/vcl/source/window/introwin.cxx
+++ b/vcl/source/window/introwin.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <vcl/wrkwin.hxx>
#include <vcl/bitmap.hxx>
#include <vcl/introwin.hxx>
@@ -26,18 +25,12 @@
#include <svdata.hxx>
#include <salframe.hxx>
-
-
-
-
void IntroWindow::ImplInitIntroWindowData()
{
ImplSVData* pSVData = ImplGetSVData();
pSVData->mpIntroWindow = this;
}
-
-
IntroWindow::IntroWindow( ) :
WorkWindow( WINDOW_INTROWINDOW )
{
@@ -45,8 +38,6 @@ IntroWindow::IntroWindow( ) :
WorkWindow::ImplInit( 0, WB_INTROWIN, NULL );
}
-
-
IntroWindow::~IntroWindow()
{
ImplSVData* pSVData = ImplGetSVData();