summaryrefslogtreecommitdiff
path: root/vcl/source/filter/sgvmain.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-06-07 02:26:01 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-06-07 02:27:53 +0900
commit50a4018d0d95652b73175f37740c9c7dd13ca4e0 (patch)
treee9ea999d8e8ba2937507a53a2ea959cca88b74cc /vcl/source/filter/sgvmain.hxx
parentbd40bfd897f193857de10f64bbc47909c4ea5757 (diff)
sal_Bool to bool
Change-Id: I58efb9d026203c77d3806552bd4280a4d16d5111
Diffstat (limited to 'vcl/source/filter/sgvmain.hxx')
-rw-r--r--vcl/source/filter/sgvmain.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/filter/sgvmain.hxx b/vcl/source/filter/sgvmain.hxx
index 36564cc4fab3..7d7d689cc9f6 100644
--- a/vcl/source/filter/sgvmain.hxx
+++ b/vcl/source/filter/sgvmain.hxx
@@ -337,7 +337,7 @@ public:
SgfFontOne* Last; // Listenende
sal_uInt32 LastID; // f�r schnelleren Zugriff bei Wiederholungen
SgfFontOne* LastLn; // f�r schnelleren Zugriff bei Wiederholungen
- sal_Bool Tried;
+ bool Tried;
SgfFontLst();
~SgfFontLst();
void AssignFN(const String& rFName);