summaryrefslogtreecommitdiff
path: root/vcl/win
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-07-14 07:45:36 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-07-14 07:45:36 +0000
commite8ddaa9c2f83813c0a774b7a56d250c1957ba153 (patch)
treea3b7bddbdd39d3276ff2597588798d4964ec60e8 /vcl/win
parent83127455e903d9c12b66ef585c27d0ef4e51aaaf (diff)
#i10000# Change return type from BOOL into bool as in source/gdi/sakgdi3.cxx
Diffstat (limited to 'vcl/win')
-rw-r--r--vcl/win/inc/saldata.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/win/inc/saldata.hxx b/vcl/win/inc/saldata.hxx
index b38a6632361e..9efb6a862785 100644
--- a/vcl/win/inc/saldata.hxx
+++ b/vcl/win/inc/saldata.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: saldata.hxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: obo $ $Date: 2004-07-05 09:21:03 $
+ * last change: $Author: rt $ $Date: 2004-07-14 08:45:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -268,7 +268,7 @@ void ImplSalPostDispatchMsg( MSG* pMsg, LRESULT nDispatchResult );
// \WIN\SOURCE\GDI\SALGDI3.CXX
void ImplSalLogFontToFontA( HDC hDC, const LOGFONTA& rLogFont, Font& rFont );
void ImplSalLogFontToFontW( HDC hDC, const LOGFONTW& rLogFont, Font& rFont );
-BOOL ImplIsFontAvailable( HDC hDC, const UniString& rName );
+bool ImplIsFontAvailable( HDC hDC, const UniString& rName );
// \WIN\SOURCE\APP\SALDATA.CXX
rtl_TextEncoding ImplSalGetSystemEncoding();