diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-11-23 10:08:52 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-11-23 10:10:10 +0000 |
commit | 5e283a80cd8e3e3a158b604f59c3dafa59a6b6f1 (patch) | |
tree | 081aa5b154ec1d194f32a8d813291836c47ef27e /editeng/inc | |
parent | b7ea36101497c275cb08b0e37facbde656197d9b (diff) |
callcatcher: remove recently unused code
Diffstat (limited to 'editeng/inc')
-rw-r--r-- | editeng/inc/editeng/editeng.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editeng/inc/editeng/editeng.hxx b/editeng/inc/editeng/editeng.hxx index f23223e0e435..88111b3378d0 100644 --- a/editeng/inc/editeng/editeng.hxx +++ b/editeng/inc/editeng/editeng.hxx @@ -320,7 +320,6 @@ public: void SetGlobalCharStretching( sal_uInt16 nX = 100, sal_uInt16 nY = 100 ); void GetGlobalCharStretching( sal_uInt16& rX, sal_uInt16& rY ); - void DoStretchChars( sal_uInt16 nX, sal_uInt16 nY ); void SetEditTextObjectPool( SfxItemPool* pPool ); SfxItemPool* GetEditTextObjectPool() const; |