diff options
author | Tino Rachui <tra@openoffice.org> | 2002-03-28 07:57:33 +0000 |
---|---|---|
committer | Tino Rachui <tra@openoffice.org> | 2002-03-28 07:57:33 +0000 |
commit | 9921a2d507793bff4a231c74d95d2cc32905cf5e (patch) | |
tree | ccb9447968127612d1882a82f64d8304afcecc46 /fpicker/source/win32/filepicker/WinFileOpenImpl.hxx | |
parent | 2293e29f431ae6737e9b7f0ec2ff7c914a78de4c (diff) |
#98418#
Diffstat (limited to 'fpicker/source/win32/filepicker/WinFileOpenImpl.hxx')
-rw-r--r-- | fpicker/source/win32/filepicker/WinFileOpenImpl.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fpicker/source/win32/filepicker/WinFileOpenImpl.hxx b/fpicker/source/win32/filepicker/WinFileOpenImpl.hxx index 7ea6247787e1..ce186eadfb9e 100644 --- a/fpicker/source/win32/filepicker/WinFileOpenImpl.hxx +++ b/fpicker/source/win32/filepicker/WinFileOpenImpl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: WinFileOpenImpl.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: tra $ $Date: 2002-03-21 07:37:13 $ + * last change: $Author: tra $ $Date: 2002-03-28 08:57:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -231,7 +231,7 @@ public: protected: sal_Int16 SAL_CALL getFocused( ); - virtual sal_Bool SAL_CALL preModal( ); + virtual bool SAL_CALL preModal( ); virtual void SAL_CALL postModal( sal_Int16 nDialogResult ); virtual sal_uInt32 SAL_CALL onFileOk(); |