summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-17 17:58:12 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-17 18:45:17 +0100
commited1878d27e4fd0a81d37c2f092f300a23748f59b (patch)
tree63fafe9b6ecf6b2d710040af352d9d3119795150 /chart2/source/controller/dialogs
parente908f69ec0de53b6e8bad9dc80ceb2004a68c09b (diff)
-Werror,-Wunused-function
Change-Id: Ia6c6d6fe484789722987cea7d8b4b4bfc1c28953
Diffstat (limited to 'chart2/source/controller/dialogs')
-rw-r--r--chart2/source/controller/dialogs/tp_DataSource.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/chart2/source/controller/dialogs/tp_DataSource.cxx b/chart2/source/controller/dialogs/tp_DataSource.cxx
index f307c94c2ced..c45328b3f9ae 100644
--- a/chart2/source/controller/dialogs/tp_DataSource.cxx
+++ b/chart2/source/controller/dialogs/tp_DataSource.cxx
@@ -176,20 +176,6 @@ Reference< chart2::data::XLabeledDataSequence > lcl_findLSequenceWithOnlyLabel(
return xResult;
}
-void lcl_shiftControlY( Control & rControl, long nYOffset )
-{
- Point aPos( rControl.GetPosPixel());
- aPos.setY( aPos.getY() + nYOffset );
- rControl.SetPosPixel( aPos );
-}
-
-void lcl_increaseHeightOfControl( Control & rControl, long nYOffset )
-{
- Size aSize( rControl.GetSizePixel());
- aSize.setHeight( aSize.getHeight () + nYOffset );
- rControl.SetSizePixel( aSize );
-}
-
} // anonymous namespace
namespace chart