summaryrefslogtreecommitdiff
path: root/vcl/source/filter/sgvtext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/filter/sgvtext.cxx')
-rw-r--r--vcl/source/filter/sgvtext.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/filter/sgvtext.cxx b/vcl/source/filter/sgvtext.cxx
index 8373ac58c7fa..96aba68ea810 100644
--- a/vcl/source/filter/sgvtext.cxx
+++ b/vcl/source/filter/sgvtext.cxx
@@ -1184,7 +1184,7 @@ SgfFontLst::SgfFontLst()
Last=NULL;
LastID=0;
LastLn=NULL;
- Tried=sal_False;
+ Tried=false;
}
SgfFontLst::~SgfFontLst()
@@ -1204,7 +1204,7 @@ void SgfFontLst::RausList()
}
pList=NULL;
Last=NULL;
- Tried=sal_False;
+ Tried=false;
LastID=0;
LastLn=NULL;
}
@@ -1216,7 +1216,7 @@ void SgfFontLst::ReadList()
{
if (!Tried)
{
- Tried=sal_True;
+ Tried=true;
LastID=0;
LastLn=NULL;
SgfFontOne* P,P1;