diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-11-12 12:53:02 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-11-14 07:35:58 +0000 |
commit | 1987a5c7772fafc1e863deeead9081fd747f7713 (patch) | |
tree | eb7e7f1c8ffddd7faaafe709695d83efa1e3a85c /svx/source/dialog/dlgctrl.cxx | |
parent | a2fc48ea649c341a9cfc96c6f3e16ba56ae4fa19 (diff) |
callcatcher: remove unused code
Diffstat (limited to 'svx/source/dialog/dlgctrl.cxx')
-rw-r--r-- | svx/source/dialog/dlgctrl.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/svx/source/dialog/dlgctrl.cxx b/svx/source/dialog/dlgctrl.cxx index 10e7ea5d73b4..847bb06e5ed1 100644 --- a/svx/source/dialog/dlgctrl.cxx +++ b/svx/source/dialog/dlgctrl.cxx @@ -938,13 +938,6 @@ void SvxPixelCtl::SetXBitmap( const XOBitmap& rXBmp ) } } -// Returns a specific pixel - -sal_uInt16 SvxPixelCtl::GetBitmapPixel( const sal_uInt16 nPixel ) -{ - return( *( pPixel + nPixel ) ); -} - // Resets to the original state of the control void SvxPixelCtl::Reset() |