summaryrefslogtreecommitdiff
path: root/sc/source/ui/navipi/scenwnd.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/navipi/scenwnd.cxx')
-rw-r--r--sc/source/ui/navipi/scenwnd.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/source/ui/navipi/scenwnd.cxx b/sc/source/ui/navipi/scenwnd.cxx
index 5b578f0ecffe..c8a6b02395b7 100644
--- a/sc/source/ui/navipi/scenwnd.cxx
+++ b/sc/source/ui/navipi/scenwnd.cxx
@@ -228,8 +228,6 @@ ScScenarioWindow::ScScenarioWindow( Window* pParent, const OUString& aQH_List,
}
}
-
-
ScScenarioWindow::~ScScenarioWindow()
{
}
@@ -244,8 +242,6 @@ void ScScenarioWindow::Paint( const Rectangle& rRect )
Window::Paint( rRect );
}
-
-
void ScScenarioWindow::NotifyState( const SfxPoolItem* pState )
{
if( pState )
@@ -273,8 +269,6 @@ void ScScenarioWindow::NotifyState( const SfxPoolItem* pState )
}
}
-
-
void ScScenarioWindow::SetSizePixel( const Size& rNewSize )
{
Size aSize( rNewSize );
@@ -290,6 +284,4 @@ void ScScenarioWindow::SetSizePixel( const Size& rNewSize )
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */