INTEGRATION: CWS gcc41 (1.4.116); FILE MERGED

2005/12/07 14:17:16 pmladek 1.4.116.1: #i58967#
Removed extra qualification to fix build with gcc-4.1
This commit is contained in:
Oliver Bolte 2006-01-19 17:33:36 +00:00
parent 13bf69037e
commit 7a8ea2ceb9

View file

@ -4,9 +4,9 @@
*
* $RCSfile: fltrcfg.hxx,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: rt $ $Date: 2005-09-08 09:30:38 $
* last change: $Author: obo $ $Date: 2006-01-19 18:33:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -94,7 +94,7 @@ public:
sal_Bool IsImpress2PowerPoint() const;
void SetImpress2PowerPoint( sal_Bool bFlag );
static SvtFilterOptions* SvtFilterOptions::Get();
static SvtFilterOptions* Get();
};
#endif