Kaydet (Commit) 59e91273 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS warnings01 (1.17.108); FILE MERGED

2006/05/04 14:46:52 os 1.17.108.1: warnings removed
üst b342d69f
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: dlgfact.hxx,v $ * $RCSfile: dlgfact.hxx,v $
* *
* $Revision: 1.17 $ * $Revision: 1.18 $
* *
* last change: $Author: rt $ $Date: 2006-02-07 10:17:07 $ * last change: $Author: hr $ $Date: 2006-06-19 15:07:51 $
* *
* 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.
...@@ -101,10 +101,6 @@ USHORT Class::Execute() \ ...@@ -101,10 +101,6 @@ USHORT Class::Execute() \
{ \ { \
return pDlg->Execute(); \ return pDlg->Execute(); \
} }
//void Class::Show( BOOL bVisible, USHORT nFlags ) \
//{ \
// pDlg->Show( bVisible, nFlags ); \
//}
//for GalleryThemeProperties begin //for GalleryThemeProperties begin
class VclAbstractDialog_Impl : public VclAbstractDialog class VclAbstractDialog_Impl : public VclAbstractDialog
...@@ -388,7 +384,7 @@ class FmInputRecordNoDialog; ...@@ -388,7 +384,7 @@ class FmInputRecordNoDialog;
class AbstractFmInputRecordNoDialog_Impl :public AbstractFmInputRecordNoDialog class AbstractFmInputRecordNoDialog_Impl :public AbstractFmInputRecordNoDialog
{ {
DECL_ABSTDLG_BASE(AbstractFmInputRecordNoDialog_Impl,FmInputRecordNoDialog); DECL_ABSTDLG_BASE(AbstractFmInputRecordNoDialog_Impl,FmInputRecordNoDialog);
virtual void SetValue(double dNew) ; virtual void SetValue(long nNew) ;
virtual long GetValue() const ; virtual long GetValue() const ;
}; };
//for FmInputRecordNoDialog end //for FmInputRecordNoDialog end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment