diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-01-19 17:33:36 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-01-19 17:33:36 +0000 |
commit | 7a8ea2ceb9b92181b82fe57a5806adfee3bccb18 (patch) | |
tree | 7e0100981f3877da963b76719276c36c2e0f5675 /svtools | |
parent | 13bf69037ee5d2866e0631692361ba2db155a38c (diff) |
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
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/inc/fltrcfg.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/inc/fltrcfg.hxx b/svtools/inc/fltrcfg.hxx index 9a0f62e1abb0..c9bff734ab00 100644 --- a/svtools/inc/fltrcfg.hxx +++ b/svtools/inc/fltrcfg.hxx @@ -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 |