diff options
Diffstat (limited to 'automation/source/server/editwin.hxx')
-rw-r--r-- | automation/source/server/editwin.hxx | 10 |
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 Performanzgrnden eigene Lnge mitfhren @@ -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 |