summaryrefslogtreecommitdiff
path: root/sd/source/ui/notes/EditWindow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/notes/EditWindow.hxx')
-rwxr-xr-xsd/source/ui/notes/EditWindow.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/notes/EditWindow.hxx b/sd/source/ui/notes/EditWindow.hxx
index 010a6bd09697..ce626df74d85 100755
--- a/sd/source/ui/notes/EditWindow.hxx
+++ b/sd/source/ui/notes/EditWindow.hxx
@@ -106,9 +106,9 @@ private:
ESelection GetSelection() const;
void SetSelection(const ESelection &rSel);
- BOOL IsEmpty() const;
- BOOL IsSelected() const;
- BOOL IsAllSelected() const;
+ sal_Bool IsEmpty() const;
+ sal_Bool IsSelected() const;
+ sal_Bool IsAllSelected() const;
void Cut();
void Copy();
void Paste();
@@ -117,7 +117,7 @@ private:
void MarkError(const Point &rPos);
void SelNextMark();
void SelPrevMark();
- BOOL HasMark(const String &rText) const;
+ sal_Bool HasMark(const String &rText) const;
void ApplyColorConfigValues( const svtools::ColorConfig &rColorCfg );
};