summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/inc/unodatbr.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-10-07 11:08:45 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-10-07 11:08:45 +0000
commit580b669526b7fcbb602f3d21ae833b952a007f80 (patch)
tree9075841a944b63305716d8e77ae57fc215fd2ab1 /dbaccess/source/ui/inc/unodatbr.hxx
parentINTEGRATION: CWS net2003 (1.19.80); FILE MERGED (diff)
downloadcore-580b669526b7fcbb602f3d21ae833b952a007f80.tar.gz
core-580b669526b7fcbb602f3d21ae833b952a007f80.zip
INTEGRATION: CWS net2003 (1.51.54); FILE MERGED
2003/08/12 14:38:22 obo 1.51.54.1: #11136# .net 2003
Diffstat (limited to 'dbaccess/source/ui/inc/unodatbr.hxx')
-rw-r--r--dbaccess/source/ui/inc/unodatbr.hxx11
1 files changed, 8 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/unodatbr.hxx b/dbaccess/source/ui/inc/unodatbr.hxx
index 15c5d3fd071b..9af5874e4d5d 100644
--- a/dbaccess/source/ui/inc/unodatbr.hxx
+++ b/dbaccess/source/ui/inc/unodatbr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unodatbr.hxx,v $
*
- * $Revision: 1.51 $
+ * $Revision: 1.52 $
*
- * last change: $Author: hr $ $Date: 2003-04-28 15:48:53 $
+ * last change: $Author: vg $ $Date: 2003-10-07 12:08:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -255,8 +255,13 @@ namespace dbaui
virtual sal_Bool InitializeGridModel(const ::com::sun::star::uno::Reference< ::com::sun::star::form::XFormComponent > & xGrid);
virtual ToolBox* CreateToolBox(Window* pParent);
-
+#if defined(_MSC_VER) && (_MSC_VER >= 1310 )
+ typedef ::com::sun::star::frame::XStatusListener xstlist_type;
+ typedef ::com::sun::star::uno::Reference< xstlist_type > xlister_type;
+ virtual void InvalidateFeature(sal_uInt16 nId, const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener > & xListener = xlistener_type() );
+#else
virtual void InvalidateFeature(sal_uInt16 nId, const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener > & xListener = ::com::sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener > ());
+#endif //_MSC_VER >= 1310
virtual void addModelListeners(const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel > & _xGridControlModel);
virtual void removeModelListeners(const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel > & _xGridControlModel);