summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-07-15 22:19:28 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-07-15 22:19:28 +0100
commit483cc9c40647e32260f3046f889eb54e5fca7003 (patch)
tree6319f6ae05d23a2aea98283d14fcec92044a6ca5 /svx
parent0414f3d56b97749d638745d666a8a2596f98e6f9 (diff)
callcatcher: unused methods
Diffstat (limited to 'svx')
-rw-r--r--svx/inc/svx/simptabl.hxx1
-rw-r--r--svx/source/dialog/simptabl.cxx7
2 files changed, 0 insertions, 8 deletions
diff --git a/svx/inc/svx/simptabl.hxx b/svx/inc/svx/simptabl.hxx
index 3cca7b1a18df..fb12e3443a02 100644
--- a/svx/inc/svx/simptabl.hxx
+++ b/svx/inc/svx/simptabl.hxx
@@ -106,7 +106,6 @@ public:
~SvxSimpleTable();
void UpdateViewSize();
- Size getPreferredContainerSize() const;
void InsertHeaderEntry(const XubString& rText,
sal_uInt16 nCol=HEADERBAR_APPEND,
diff --git a/svx/source/dialog/simptabl.cxx b/svx/source/dialog/simptabl.cxx
index ed78af94ffe0..1e101266d7f3 100644
--- a/svx/source/dialog/simptabl.cxx
+++ b/svx/source/dialog/simptabl.cxx
@@ -170,13 +170,6 @@ void SvxSimpleTable::UpdateViewSize()
Invalidate();
}
-Size SvxSimpleTable::getPreferredContainerSize() const
-{
- Size aContainerNewSize(aHeaderBar.GetSizePixel());
- aContainerNewSize.Height()+=GetSizePixel().Height();
- return aContainerNewSize;
-}
-
void SvxSimpleTable::NotifyScrolled()
{
long nOffset=-GetXOffset();