summaryrefslogtreecommitdiff
path: root/automation/source/server/editwin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'automation/source/server/editwin.hxx')
-rw-r--r--automation/source/server/editwin.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/automation/source/server/editwin.hxx b/automation/source/server/editwin.hxx
index 9b6d8b925f04..b3a169fbd8fc 100644
--- a/automation/source/server/editwin.hxx
+++ b/automation/source/server/editwin.hxx
@@ -49,7 +49,7 @@ protected:
String aMemPreWinText;
sal_Bool bShowWin;
- xub_StrLen nTextLen; // aus Performanzgrnden eigene Lnge mitfhren
+ xub_StrLen nTextLen;
public:
EditWindow( WorkWindow *pParent, const UniString &rName = UniString( RTL_CONSTASCII_USTRINGPARAM ( "Debug" ) ), WinBits iWstyle = WB_HSCROLL | WB_VSCROLL );