summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/graph.cxx
diff options
context:
space:
mode:
authorka <kai.ahrens@oracle.com>2011-02-18 05:20:51 +0100
committerka <kai.ahrens@oracle.com>2011-02-18 05:20:51 +0100
commitf759ad09f5cfd415390ba25aa413cbecb10f047b (patch)
treeaa387694e44d3e51f117a58779eff25fbd6091e0 /vcl/source/gdi/graph.cxx
parent66cf579511eac065ad1f75022537f9a2d4cb7252 (diff)
ka102: type changes nneded for DEV300_m100
Diffstat (limited to 'vcl/source/gdi/graph.cxx')
-rw-r--r--vcl/source/gdi/graph.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/gdi/graph.cxx b/vcl/source/gdi/graph.cxx
index bd5bed8deb0f..99f82c5d092b 100644
--- a/vcl/source/gdi/graph.cxx
+++ b/vcl/source/gdi/graph.cxx
@@ -427,21 +427,21 @@ sal_Bool Graphic::IsAnimated() const
// ------------------------------------------------------------------------
-BOOL Graphic::IsEPS() const
+sal_Bool Graphic::IsEPS() const
{
return mpImpGraphic->ImplIsEPS();
}
// ------------------------------------------------------------------------
-BOOL Graphic::IsRenderGraphic() const
+sal_Bool Graphic::IsRenderGraphic() const
{
return mpImpGraphic->ImplIsRenderGraphic();
}
// ------------------------------------------------------------------------
-BOOL Graphic::HasRenderGraphic() const
+sal_Bool Graphic::HasRenderGraphic() const
{
return mpImpGraphic->ImplHasRenderGraphic();
}