summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/commoncontrol.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-07-26 06:54:19 +0000
committerRüdiger Timm <rt@openoffice.org>2006-07-26 06:54:19 +0000
commitae2500a3b435a1acc42be1c2700163171040addd (patch)
treea3d01267a2e9eafad0dd8fddacd8175b5bb17d60 /extensions/source/propctrlr/commoncontrol.hxx
parentc40103697665790e129d35f73d71ba04b39b33b5 (diff)
INTEGRATION: CWS dba204b (1.7.68); FILE MERGED
2006/07/06 14:52:27 fs 1.7.68.1: #i65159# describePropertyLine now returning a LineDescriptor, instead of taking an out parameter / some less warnings
Diffstat (limited to 'extensions/source/propctrlr/commoncontrol.hxx')
-rw-r--r--extensions/source/propctrlr/commoncontrol.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/commoncontrol.hxx b/extensions/source/propctrlr/commoncontrol.hxx
index 766e67ea040d..d9203cb6f9b8 100644
--- a/extensions/source/propctrlr/commoncontrol.hxx
+++ b/extensions/source/propctrlr/commoncontrol.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: commoncontrol.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: vg $ $Date: 2006-03-17 09:47:13 $
+ * last change: $Author: rt $ $Date: 2006-07-26 07:54:19 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -57,6 +57,9 @@
#include <vcl/window.hxx>
#endif
+#pragma warning (disable:4505)
+ // "unreferenced local function has been removed"
+
class NotifyEvent;
//............................................................................
namespace pcr
@@ -148,6 +151,8 @@ namespace pcr
::com::sun::star::inspection::XPropertyControl& _rAntiImpl,
IModifyListener* _pModifyListener );
+ virtual ~ControlHelper();
+
/** sets our "modified" flag to <TRUE/>
*/
inline void setModified() { m_bModified = sal_True; }