summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-02-09 11:29:37 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-02-09 11:29:37 +0100
commitc12ab867f282e783507fcf74ab5c90e784681f65 (patch)
tree6435dd10b5d05d86b9ea4549bceb2696d028b641 /basctl
parentd84e78aa31252f6e514ad8a8ef38c4a4ec93cb37 (diff)
Remove unused methods
GetOptimalSizePixel and GetHCtrlWidth are never called Change-Id: Ib2ce1445447e85de66683f8b0fdf4fc8aa464084
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/basidesh.cxx6
-rw-r--r--basctl/source/inc/basidesh.hxx1
2 files changed, 0 insertions, 7 deletions
diff --git a/basctl/source/basicide/basidesh.cxx b/basctl/source/basicide/basidesh.cxx
index 812ca411decb..42f005d47bcb 100644
--- a/basctl/source/basicide/basidesh.cxx
+++ b/basctl/source/basicide/basidesh.cxx
@@ -435,12 +435,6 @@ void Shell::InitTabBar()
}
-Size Shell::GetOptimalSizePixel() const
-{
- return Size( 400, 300 );
-}
-
-
void Shell::OuterResizePixel( const Point &rPos, const Size &rSize )
{
diff --git a/basctl/source/inc/basidesh.hxx b/basctl/source/inc/basidesh.hxx
index e093680e92d4..b16f535f873a 100644
--- a/basctl/source/inc/basidesh.hxx
+++ b/basctl/source/inc/basidesh.hxx
@@ -118,7 +118,6 @@ private:
private:
virtual void AdjustPosSizePixel( const Point &rPos, const Size &rSize );
virtual void OuterResizePixel( const Point &rPos, const Size &rSize );
- virtual Size GetOptimalSizePixel() const;
sal_uInt16 InsertWindowInTable (BaseWindow* pNewWin);
virtual sal_uInt16 PrepareClose( sal_Bool bUI, sal_Bool bForBrowsing );