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.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/automation/source/server/editwin.hxx b/automation/source/server/editwin.hxx
index d01a824c3bdd..23d13eb9815c 100644
--- a/automation/source/server/editwin.hxx
+++ b/automation/source/server/editwin.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -39,17 +39,17 @@ class ImpWorkWindow;
class EditWindow
{
protected:
- ImpWorkWindow *pImpWorkWindow;
+ ImpWorkWindow *pImpWorkWindow;
BOOL check();
- WorkWindow *pMemParent;
- String aMemName;
- WinBits iMemWstyle;
+ WorkWindow *pMemParent;
+ String aMemName;
+ WinBits iMemWstyle;
- String aMemPreWinText;
- BOOL bShowWin;
+ String aMemPreWinText;
+ BOOL bShowWin;
- xub_StrLen nTextLen; // aus Performanzgründen eigene Länge mitführen
+ xub_StrLen nTextLen; // aus Performanzgründen eigene Länge mitführen
public:
EditWindow( WorkWindow *pParent, const UniString &rName = UniString( RTL_CONSTASCII_USTRINGPARAM ( "Debug" ) ), WinBits iWstyle = WB_HSCROLL | WB_VSCROLL );