summaryrefslogtreecommitdiff
path: root/automation/source/server/editwin.hxx
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2011-01-12 11:34:50 +0100
committerMikhail Voytenko <mav@openoffice.org>2011-01-12 11:34:50 +0100
commit2b42b8533640fc34709c8d702d0b0448489ed73f (patch)
treef93556e25d37f17854c841ad112231f4864e5acf /automation/source/server/editwin.hxx
parente7ee592b13a604da92164d008a3941ef8329f16e (diff)
removetooltypes01: #i112600# remove tooltypes from automation
Diffstat (limited to 'automation/source/server/editwin.hxx')
-rw-r--r--automation/source/server/editwin.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/automation/source/server/editwin.hxx b/automation/source/server/editwin.hxx
index 021982333d39..d02e96276507 100644
--- a/automation/source/server/editwin.hxx
+++ b/automation/source/server/editwin.hxx
@@ -43,14 +43,14 @@ class EditWindow
{
protected:
ImpWorkWindow *pImpWorkWindow;
- BOOL check();
+ sal_Bool check();
WorkWindow *pMemParent;
String aMemName;
WinBits iMemWstyle;
String aMemPreWinText;
- BOOL bShowWin;
+ sal_Bool bShowWin;
xub_StrLen nTextLen; // aus Performanzgründen eigene Länge mitführen
@@ -64,9 +64,9 @@ public:
void AddText( const String &rNew );
void AddText( const sal_Char* rNew );
- virtual BOOL Close(); // derived
- BOOL bQuiet;
- BOOL Check();
+ virtual sal_Bool Close(); // derived
+ sal_Bool bQuiet;
+ sal_Bool Check();
};
#endif