summaryrefslogtreecommitdiff
path: root/sw/source/ui/lingu/sdrhhcwrap.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/lingu/sdrhhcwrap.cxx')
-rw-r--r--sw/source/ui/lingu/sdrhhcwrap.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sw/source/ui/lingu/sdrhhcwrap.cxx b/sw/source/ui/lingu/sdrhhcwrap.cxx
index 7c3de8257ec4..3a05a06b3328 100644
--- a/sw/source/ui/lingu/sdrhhcwrap.cxx
+++ b/sw/source/ui/lingu/sdrhhcwrap.cxx
@@ -44,8 +44,6 @@
using namespace ::com::sun::star;
-//////////////////////////////////////////////////////////////////////
-
SdrHHCWrapper::SdrHHCWrapper( SwView* pVw,
LanguageType nSourceLanguage, LanguageType nTargetLanguage,
const Font* pTargetFnt,
@@ -78,7 +76,6 @@ SdrHHCWrapper::SdrHHCWrapper( SwView* pVw,
// Hack: all SdrTextObj attributes should be transferred to EditEngine
pOutlView->SetBackgroundColor( Color( COL_WHITE ) );
-
InsertView( pOutlView );
Point aPoint( 0, 0 );
Rectangle aRect( aPoint, aSize );
@@ -101,13 +98,11 @@ SdrHHCWrapper::~SdrHHCWrapper()
delete pOutlView;
}
-
void SdrHHCWrapper::StartTextConversion()
{
pOutlView->StartTextConversion( nSourceLang, nTargetLang, pTargetFont, nOptions, bIsInteractive, true );
}
-
bool SdrHHCWrapper::ConvertNextDocument()
{
bool bNextDoc = false;
@@ -177,6 +172,4 @@ bool SdrHHCWrapper::ConvertNextDocument()
return bNextDoc;
}
-//////////////////////////////////////////////////////////////////////
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */