summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/standardcontrol.cxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-02-19 15:32:29 +0000
committerFrank Schönheit <fs@openoffice.org>2001-02-19 15:32:29 +0000
commit515b420efb8bca656a1b58ef8dbc725fdf50ca0b (patch)
treecc67b9e457f5cec0945dbc9e28a4577f49a4833d /extensions/source/propctrlr/standardcontrol.cxx
parent63dc987bade5382c5507ef0da958b064246185bd (diff)
OColorControl: insert the standard entry at position 0
Diffstat (limited to 'extensions/source/propctrlr/standardcontrol.cxx')
-rw-r--r--extensions/source/propctrlr/standardcontrol.cxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/standardcontrol.cxx b/extensions/source/propctrlr/standardcontrol.cxx
index b4928303c221..8456c4124983 100644
--- a/extensions/source/propctrlr/standardcontrol.cxx
+++ b/extensions/source/propctrlr/standardcontrol.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: standardcontrol.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: tbe $ $Date: 2001-02-05 12:24:09 $
+ * last change: $Author: fs $ $Date: 2001-02-19 16:32:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -541,7 +541,7 @@ namespace pcr
SetUpdateMode( sal_False);
if (m_sStandardString.getLength()>0)
- InsertEntry(m_sStandardString);
+ InsertEntry(m_sStandardString, 0);
SetUpdateMode( sal_True );
SelectEntryPos(0);
@@ -1246,6 +1246,9 @@ namespace pcr
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.3 2001/02/05 12:24:09 tbe
+ * get standard color table if SID_COLOR_TABLE item not available
+ *
* Revision 1.2 2001/01/24 14:12:53 fs
* recognize and tolerate a missing SID_COLOR_TABLE item
*