summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/dlg/tablespage.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-09-09 08:42:54 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-09-09 08:42:54 +0000
commitbe1388120f0ad818575a58f14eca663ad28cb8c3 (patch)
treed9136a9abdcc09f306dc8d33a41716646a7f6ab5 /dbaccess/source/ui/dlg/tablespage.cxx
parentINTEGRATION: CWS insight02 (1.1.2); FILE ADDED (diff)
downloadcore-be1388120f0ad818575a58f14eca663ad28cb8c3.tar.gz
core-be1388120f0ad818575a58f14eca663ad28cb8c3.zip
INTEGRATION: CWS insight02 (1.19.2); FILE MERGED
2004/08/13 09:01:04 oj 1.19.2.1: #i32563# toolbox changes
Diffstat (limited to 'dbaccess/source/ui/dlg/tablespage.cxx')
-rw-r--r--dbaccess/source/ui/dlg/tablespage.cxx17
1 files changed, 2 insertions, 15 deletions
diff --git a/dbaccess/source/ui/dlg/tablespage.cxx b/dbaccess/source/ui/dlg/tablespage.cxx
index 8343c46698c8..82296e8e5028 100644
--- a/dbaccess/source/ui/dlg/tablespage.cxx
+++ b/dbaccess/source/ui/dlg/tablespage.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tablespage.cxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: hr $ $Date: 2004-08-02 15:50:58 $
+ * last change: $Author: rt $ $Date: 2004-09-09 09:42:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -231,19 +231,6 @@ namespace dbaui
}
}
//------------------------------------------------------------------
- sal_Int16 OTableSubscriptionPage::getImageListId(sal_Int16 _eBitmapSet,sal_Bool _bHiContast) const
- {
- sal_Int16 nN = IMG_TABLESUBCRIPTION_SC;
- sal_Int16 nH = IMG_TABLESUBCRIPTION_SCH;
- if ( _eBitmapSet == SFX_SYMBOLS_LARGE )
- {
- nN = IMG_TABLESUBCRIPTION_LC;
- nH = IMG_TABLESUBCRIPTION_LCH;
- }
-
- return _bHiContast ? nH : nN;
- }
- //------------------------------------------------------------------
void OTableSubscriptionPage::resizeControls(const Size& _rDiff)
{
if ( _rDiff.Height() )