summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-11-23 10:08:52 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-11-23 10:10:10 +0000
commit5e283a80cd8e3e3a158b604f59c3dafa59a6b6f1 (patch)
tree081aa5b154ec1d194f32a8d813291836c47ef27e /editeng
parentb7ea36101497c275cb08b0e37facbde656197d9b (diff)
callcatcher: remove recently unused code
Diffstat (limited to 'editeng')
-rw-r--r--editeng/inc/editeng/editeng.hxx1
-rw-r--r--editeng/source/editeng/editeng.cxx6
2 files changed, 0 insertions, 7 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;
diff --git a/editeng/source/editeng/editeng.cxx b/editeng/source/editeng/editeng.cxx
index cfbf1b845f63..b7b939739921 100644
--- a/editeng/source/editeng/editeng.cxx
+++ b/editeng/source/editeng/editeng.cxx
@@ -2030,12 +2030,6 @@ void EditEngine::GetGlobalCharStretching( sal_uInt16& rX, sal_uInt16& rY )
pImpEditEngine->GetCharStretching( rX, rY );
}
-void EditEngine::DoStretchChars( sal_uInt16 nX, sal_uInt16 nY )
-{
- DBG_CHKTHIS( EditEngine, 0 );
- pImpEditEngine->DoStretchChars( nX, nY );
-}
-
sal_Bool EditEngine::ShouldCreateBigTextObject() const
{
DBG_CHKTHIS( EditEngine, 0 );