summaryrefslogtreecommitdiffstats
path: root/dbaccess
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:10:57 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:10:57 +0000
commite57ef8b2c4d13b199215508b713b882b638108ec (patch)
treee889c55843597e64ef16e2fba3e46379d6f8e6d9 /dbaccess
parentINTEGRATION: CWS warnings01 (1.10.50); FILE MERGED (diff)
downloadcore-e57ef8b2c4d13b199215508b713b882b638108ec.tar.gz
core-e57ef8b2c4d13b199215508b713b882b638108ec.zip
INTEGRATION: CWS warnings01 (1.3.50); FILE MERGED
2006/03/24 15:36:14 fs 1.3.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/inc/CollectionView.hxx5
-rw-r--r--dbaccess/source/ui/inc/ColumnControlWindow.hxx6
2 files changed, 4 insertions, 7 deletions
diff --git a/dbaccess/source/ui/inc/CollectionView.hxx b/dbaccess/source/ui/inc/CollectionView.hxx
index 2e9bfaee8e59..633f77ee0b3b 100644
--- a/dbaccess/source/ui/inc/CollectionView.hxx
+++ b/dbaccess/source/ui/inc/CollectionView.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: CollectionView.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 15:15:03 $
+ * last change: $Author: hr $ $Date: 2006-06-20 03:10:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -74,7 +74,6 @@ namespace dbaui
CancelButton m_aPB_CANCEL;
HelpButton m_aPB_HELP;
String m_sPath;
- String m_aIniKey;
::com::sun::star::uno::Reference< ::com::sun::star::ucb::XContent> m_xContent;
::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > m_xORB;
Size m_aDlgSize;
diff --git a/dbaccess/source/ui/inc/ColumnControlWindow.hxx b/dbaccess/source/ui/inc/ColumnControlWindow.hxx
index 2ea1d8136104..299171fb6121 100644
--- a/dbaccess/source/ui/inc/ColumnControlWindow.hxx
+++ b/dbaccess/source/ui/inc/ColumnControlWindow.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ColumnControlWindow.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 15:15:20 $
+ * last change: $Author: hr $ $Date: 2006-06-20 03:10:57 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -73,8 +73,6 @@ namespace dbaui
virtual void ActivateAggregate( EControlType eType );
virtual void DeactivateAggregate( EControlType eType );
- virtual void SetModified(sal_Bool bModified);
-
virtual ::com::sun::star::lang::Locale GetLocale() const;
virtual ::com::sun::star::uno::Reference< ::com::sun::star::util::XNumberFormatter > GetFormatter() const;
virtual TOTypeInfoSP getTypeInfo(sal_Int32 _nPos);