INTEGRATION: CWS mingwport06 (1.6.166); FILE MERGED
2007/08/27 14:33:42 vg 1.6.166.1: #i75499# pragma for MSVC
This commit is contained in:
@@ -4,9 +4,9 @@
|
|||||||
*
|
*
|
||||||
* $RCSfile: wordcountdialog.cxx,v $
|
* $RCSfile: wordcountdialog.cxx,v $
|
||||||
*
|
*
|
||||||
* $Revision: 1.6 $
|
* $Revision: 1.7 $
|
||||||
*
|
*
|
||||||
* last change: $Author: rt $ $Date: 2007-04-26 09:07:02 $
|
* last change: $Author: kz $ $Date: 2007-09-06 14:07:31 $
|
||||||
*
|
*
|
||||||
* The Contents of this file are made available subject to
|
* The Contents of this file are made available subject to
|
||||||
* the terms of GNU Lesser General Public License Version 2.1.
|
* the terms of GNU Lesser General Public License Version 2.1.
|
||||||
@@ -57,7 +57,9 @@
|
|||||||
-----------------------------------------------------------------------*/
|
-----------------------------------------------------------------------*/
|
||||||
SwWordCountDialog::SwWordCountDialog(Window* pParent) :
|
SwWordCountDialog::SwWordCountDialog(Window* pParent) :
|
||||||
SfxModalDialog(pParent, SW_RES(DLG_WORDCOUNT)),
|
SfxModalDialog(pParent, SW_RES(DLG_WORDCOUNT)),
|
||||||
|
#ifdef _MSC_VER
|
||||||
#pragma warning (disable : 4355)
|
#pragma warning (disable : 4355)
|
||||||
|
#endif
|
||||||
aCurrentFL( this, SW_RES( FL_CURRENT )),
|
aCurrentFL( this, SW_RES( FL_CURRENT )),
|
||||||
aCurrentWordFT( this, SW_RES( FT_CURRENTWORD )),
|
aCurrentWordFT( this, SW_RES( FT_CURRENTWORD )),
|
||||||
aCurrentWordFI( this, SW_RES( FI_CURRENTWORD )),
|
aCurrentWordFI( this, SW_RES( FI_CURRENTWORD )),
|
||||||
@@ -72,7 +74,9 @@ SwWordCountDialog::SwWordCountDialog(Window* pParent) :
|
|||||||
aBottomFL(this, SW_RES( FL_BOTTOM )),
|
aBottomFL(this, SW_RES( FL_BOTTOM )),
|
||||||
aOK( this, SW_RES( PB_OK )),
|
aOK( this, SW_RES( PB_OK )),
|
||||||
aHelp( this, SW_RES( PB_HELP ))
|
aHelp( this, SW_RES( PB_HELP ))
|
||||||
|
#ifdef _MSC_VER
|
||||||
#pragma warning (default : 4355)
|
#pragma warning (default : 4355)
|
||||||
|
#endif
|
||||||
{
|
{
|
||||||
FreeResource();
|
FreeResource();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user