summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/AccessibleViewForwarder.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/AccessibleViewForwarder.hxx')
-rwxr-xr-xsd/source/ui/inc/AccessibleViewForwarder.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/AccessibleViewForwarder.hxx b/sd/source/ui/inc/AccessibleViewForwarder.hxx
index 5c8fba1e6b2d..7817f2d0c4d9 100755
--- a/sd/source/ui/inc/AccessibleViewForwarder.hxx
+++ b/sd/source/ui/inc/AccessibleViewForwarder.hxx
@@ -65,7 +65,7 @@ public:
@return
Return <true/> if the view forwarder is valid and <false/> else.
*/
- virtual BOOL IsValid (void) const;
+ virtual sal_Bool IsValid (void) const;
/** Returns the area of the underlying document that is visible in the
* corresponding window.
@@ -123,7 +123,7 @@ public:
protected:
SdrPaintView* mpView;
- USHORT mnWindowId;
+ sal_uInt16 mnWindowId;
OutputDevice& mrDevice;
private: