diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 19:47:08 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 19:47:08 +0000 |
commit | c719c9a226d415bd17638a4277df9bf99197dbb0 (patch) | |
tree | b33b9dd70ed295f206356c62d0e41c56c34bb591 /svtools/source/config/miscopt.cxx | |
parent | 17499390764c72f3c16d4cd0ed2dd688d647d0f9 (diff) |
INTEGRATION: CWS warnings01 (1.12.62); FILE MERGED
2006/04/07 19:06:36 sb 1.12.62.4: RESYNC: (1.15-1.16); FILE MERGED
2006/01/25 19:41:57 sb 1.12.62.3: RESYNC: (1.12-1.15); FILE MERGED
2005/11/14 14:23:37 pl 1.12.62.2: #i55991# removed warnings
2005/10/25 12:44:23 pl 1.12.62.1: #i55991# removed warnings for linux platform
Diffstat (limited to 'svtools/source/config/miscopt.cxx')
-rw-r--r-- | svtools/source/config/miscopt.cxx | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/svtools/source/config/miscopt.cxx b/svtools/source/config/miscopt.cxx index 54924565011e..4f9bb5a9a13b 100644 --- a/svtools/source/config/miscopt.cxx +++ b/svtools/source/config/miscopt.cxx @@ -4,9 +4,9 @@ * * $RCSfile: miscopt.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: rt $ $Date: 2006-02-09 14:20:17 $ + * last change: $Author: hr $ $Date: 2006-06-19 20:47:08 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,10 +32,6 @@ * MA 02111-1307 USA * ************************************************************************/ -#ifndef GCC -#pragma hdrstop -#endif - //_________________________________________________________________________________________________________________ // includes //_________________________________________________________________________________________________________________ @@ -114,7 +110,7 @@ using namespace ::com::sun::star; #define VCL_TOOLBOX_STYLE_FLAT ((USHORT)0x0004) // from <vcl/toolbox.hxx> -DECLARE_LIST( LinkList, Link * ); +DECLARE_LIST( LinkList, Link * ) //_________________________________________________________________________________________________________________ // private declarations! @@ -658,7 +654,7 @@ SvtMiscOptions::SvtMiscOptions() // ... and initialize ouer data container only if it not already exist! if( m_pDataContainer == NULL ) { - RTL_LOGFILE_CONTEXT(aLog, "svtools (???) ::SvtMiscOptions_Impl::ctor()"); + RTL_LOGFILE_CONTEXT(aLog, "svtools ( ??? ) ::SvtMiscOptions_Impl::ctor()"); m_pDataContainer = new SvtMiscOptions_Impl; ItemHolder1::holdConfigItem(E_MISCOPTIONS); } |