diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-01-19 17:06:24 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-01-19 17:06:24 +0000 |
commit | 5f04cbb47df30f44d583dfd9436dbf500b60b16d (patch) | |
tree | 8cb25b715c5c39baaa4f42ffb474b1cfc7796a4a /xmloff/inc | |
parent | ced5fd9a7126e444bd9129c3616883dcf3139173 (diff) |
INTEGRATION: CWS gcc41 (1.6.56); FILE MERGED
2005/12/07 15:27:21 pmladek 1.6.56.1: #i58967#
Removed extra qualification to fix build with gcc-4.1
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/XMLFootnoteConfigurationImportContext.hxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/xmloff/inc/XMLFootnoteConfigurationImportContext.hxx b/xmloff/inc/XMLFootnoteConfigurationImportContext.hxx index 906fc9cabac4..b9f6c1358262 100644 --- a/xmloff/inc/XMLFootnoteConfigurationImportContext.hxx +++ b/xmloff/inc/XMLFootnoteConfigurationImportContext.hxx @@ -4,9 +4,9 @@ * * $RCSfile: XMLFootnoteConfigurationImportContext.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-09 12:50:45 $ + * last change: $Author: obo $ $Date: 2006-01-19 18:06:24 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -113,8 +113,7 @@ public: /// set configuration at document; calls ProcessSettings // --> OD 2005-01-31 #i40579# - move code from <CreateAndInsertLate(..)> // to <Finish(..)>, because at this time all styles it references have been set. - virtual void XMLFootnoteConfigurationImportContext::Finish( - sal_Bool bOverwrite ); + virtual void Finish( sal_Bool bOverwrite); // <-- /// set configuration at document |