INTEGRATION: CWS warnings01 (1.18.62); FILE MERGED
2006/04/07 19:02:52 sb 1.18.62.2: RESYNC: (1.18-1.19); FILE MERGED 2005/11/15 15:13:03 pl 1.18.62.1: #i55991# removed warnings
This commit is contained in:
parent
7493875f95
commit
79d3827465
1 changed files with 4 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: fileview.hxx,v $
|
||||
*
|
||||
* $Revision: 1.19 $
|
||||
* $Revision: 1.20 $
|
||||
*
|
||||
* last change: $Author: obo $ $Date: 2006-03-29 08:37:04 $
|
||||
* last change: $Author: hr $ $Date: 2006-06-19 20:16:57 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -128,7 +128,8 @@ public:
|
|||
void SetHelpId( sal_uInt32 nHelpId );
|
||||
sal_uInt32 GetHelpId( ) const;
|
||||
void SetSizePixel( const Size& rNewSize );
|
||||
void SetPosSizePixel( const Point& rNewPos, const Size& rNewSize );
|
||||
using Window::SetPosSizePixel;
|
||||
virtual void SetPosSizePixel( const Point& rNewPos, const Size& rNewSize );
|
||||
|
||||
/** initialize the view with the content of a folder given by URL, and aply an immediate filter
|
||||
|
||||
|
|
Loading…
Reference in a new issue