]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmlproc.h
Fix wxPropertyGrid::GetPropertyRect when the last item is collapsed.
[wxWidgets.git] / include / wx / html / htmlproc.h
index 440301c5b850a07d990ee0efa4df50ee1ec1c3cb..d608b58ff939d6a3376d8d3f7cea4becc90185a6 100644 (file)
@@ -1,21 +1,14 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        htmlprep.h
+// Name:        wx/html/htmlprep.h
 // Purpose:     HTML processor
 // Author:      Vaclav Slavik
-// RCS-ID:      $Id$
 // Copyright:   (c) 2001 Vaclav Slavik
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-
 #ifndef _WX_HTMLPREP_H_
 #define _WX_HTMLPREP_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "htmlproc.h"
-// (implementation is in htmlwin.cpp, there's no htmlprep.cpp!)
-#endif
-
 #include "wx/defs.h"
 
 #if wxUSE_HTML