summaryrefslogtreecommitdiffstats
path: root/fpicker
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2011-03-16 13:00:38 +0100
committerCarsten Driesner <cd@openoffice.org>2011-03-16 13:00:38 +0100
commit10d74f6c33d5f678254760fca296a5d275ccfff9 (patch)
tree626ccab4da98bf42521227cb1928a3e215801661 /fpicker
parentfwk167: #i109640# Don't call SetWindowState if window state is the same as th... (diff)
downloadcore-10d74f6c33d5f678254760fca296a5d275ccfff9.tar.gz
core-10d74f6c33d5f678254760fca296a5d275ccfff9.zip
fwk167: #i117378# Use BOOL instead of sal_Bool for Windows specific code.
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/win32/filepicker/previewadapter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/win32/filepicker/previewadapter.cxx b/fpicker/source/win32/filepicker/previewadapter.cxx
index a145c2af563d..b341a5b8252f 100644
--- a/fpicker/source/win32/filepicker/previewadapter.cxx
+++ b/fpicker/source/win32/filepicker/previewadapter.cxx
@@ -308,7 +308,7 @@ void SAL_CALL CPreviewAdapterImpl::rearrangeLayout()
// style bit of the FileOpen dialog must be set after that
// message
LONG lStyle = GetWindowLong(prvwnd,GWL_STYLE);
- sal_Bool bIsVisible = (sal_Bool)(lStyle & WS_VISIBLE);
+ BOOL bIsVisible = (BOOL)(lStyle & WS_VISIBLE);
int cx = 0;