summaryrefslogtreecommitdiff
path: root/fpicker/source
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-04-11 08:42:45 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-04-11 08:42:45 +0000
commit3c262884e91886101b8f2797ad5121b4e38c8a79 (patch)
treed866aab5737383191bf2c80473f9897b993290ac /fpicker/source
parent6575c162f7980033b6fb47d51b9cac251f0784fd (diff)
INTEGRATION: CWS changefileheader (1.14.24); FILE MERGED
2008/04/01 15:17:05 thb 1.14.24.3: #i85898# Stripping all external header guards 2008/04/01 12:30:51 thb 1.14.24.2: #i85898# Stripping all external header guards 2008/03/31 13:13:18 rt 1.14.24.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'fpicker/source')
-rw-r--r--fpicker/source/win32/filepicker/filepickerstate.cxx83
1 files changed, 18 insertions, 65 deletions
diff --git a/fpicker/source/win32/filepicker/filepickerstate.cxx b/fpicker/source/win32/filepicker/filepickerstate.cxx
index b0d9f3ad4b17..ee7cd363794e 100644
--- a/fpicker/source/win32/filepicker/filepickerstate.cxx
+++ b/fpicker/source/win32/filepicker/filepickerstate.cxx
@@ -1,35 +1,30 @@
/*************************************************************************
*
- * OpenOffice.org - a multi-platform office productivity suite
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
- * $RCSfile: filepickerstate.cxx,v $
+ * Copyright 2008 by Sun Microsystems, Inc.
*
- * $Revision: 1.14 $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * last change: $Author: ihi $ $Date: 2008-02-04 14:18:58 $
+ * $RCSfile: filepickerstate.cxx,v $
+ * $Revision: 1.15 $
*
- * The Contents of this file are made available subject to
- * the terms of GNU Lesser General Public License Version 2.1.
+ * 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.
*
- * GNU Lesser General Public License Version 2.1
- * =============================================
- * Copyright 2005 by Sun Microsystems, Inc.
- * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ * 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).
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License version 2.1, as published by the Free Software Foundation.
- *
- * This library 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 for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- * MA 02111-1307 USA
+ * 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.
*
************************************************************************/
@@ -39,64 +34,22 @@
//------------------------------------------------------------------------
// includes
//------------------------------------------------------------------------
-
-#ifndef _FILEPICKERSTATE_HXX_
#include "filepickerstate.hxx"
-#endif
-
-#ifndef _OSL_DIAGNOSE_H_
#include <osl/diagnose.h>
-#endif
-
-#ifndef _CONTROLACCESS_HXX_
#include "controlaccess.hxx"
-#endif
-
-#ifndef _COM_SUN_STAR_UI_DIALOGS_EXTENDEDFILEPICKERELEMENTIDS_HPP_
#include <com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.hpp>
-#endif
-
-#ifndef _COM_SUN_STAR_UI_DIALOGS_COMMONFILEPICKERELEMENTIDS_HPP_
#include <com/sun/star/ui/dialogs/CommonFilePickerElementIds.hpp>
-#endif
-
-#ifndef _COM_SUN_STAR_UI_DIALOGS_LISTBOXCONTROLACTIONS_HPP_
#include <com/sun/star/ui/dialogs/ListBoxControlActions.hpp>
-#endif
-
-#ifndef _COM_SUN_STAR_UI_DIALOGS_CONTROLACTIONS_HPP_
#include <com/sun/star/ui/dialogs/ControlActions.hpp>
-#endif
-
-#ifndef _CONTROLCOMMANDREQUEST_HXX_
#include "controlcommandrequest.hxx"
-#endif
-
-#ifndef _CONTROLCOMMANDRESULT_HXX_
#include "controlcommandresult.hxx"
-#endif
-
-#ifndef _COM_SUN_STAR_UNO_REFERENCE_HXX_
#include <com/sun/star/uno/Reference.hxx>
-#endif
-
-#ifndef _COM_SUN_STAR_UNO_XINTERFACE_HPP_
#include <com/sun/star/uno/XInterface.hpp>
-#endif
-
-#ifndef _OSL_FILE_HXX_
#include <osl/file.hxx>
-#endif
-
-#ifndef _FILEOPENDLG_HXX_
#include "FileOpenDlg.hxx"
-#endif
#include <memory>
-
-#ifndef _WINIMPLHELPER_HXX_
#include "..\misc\WinImplHelper.hxx"
-#endif
//---------------------------------------------
//
//---------------------------------------------