Files
libreoffice/sw/source/core/doc/swstylemanager.hxx
Rüdiger Timm b512bb7d79 INTEGRATION: CWS swlists01 (1.2.582); FILE MERGED
2008/05/08 16:28:25 od 1.2.582.2: RESYNC: (1.2-1.3); FILE MERGED
2008/03/11 14:36:33 od 1.2.582.1: #i86732# method <createStyleManager(..)>
	 - introduce optional parameter <pIgnorableParagraphItems>
2008-06-13 08:39:07 +00:00

42 lines
1.5 KiB
C++

/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Copyright 2008 by Sun Microsystems, Inc.
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: swstylemanager.hxx,v $
* $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 3
* only, as published by the Free Software Foundation.
*
* OpenOffice.org is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#ifndef _SWSTYLEMANAGER_HXX
#define _SWSTYLEMANAGER_HXX
class IStyleAccess;
// --> OD 2008-03-07 #refactorlists#
class SfxItemSet;
// <--
// --> OD 2008-03-07 #refactorlists#
IStyleAccess *createStyleManager( SfxItemSet* pIgnorableParagraphItems = 0 );
// <--
#endif //_SWSTYLEMANAGER_HXX