summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2002-02-19 13:04:22 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2002-02-19 13:04:22 +0000
commit3c1abe798941050f655fe43c01c40d1df8a867e5 (patch)
tree782d2f908a59cf42c09853c88d01901fae5a16eb /extensions
parent28ec127b45eecc46a5d244b21898242b487b187b (diff)
#65293#: SetExtFormar() -> SetExtDateFormat()
Diffstat (limited to 'extensions')
-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 5557f1a4053a..b70829453f56 100644
--- a/extensions/source/propctrlr/standardcontrol.cxx
+++ b/extensions/source/propctrlr/standardcontrol.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: standardcontrol.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: fs $ $Date: 2001-07-23 06:33:17 $
+ * last change: $Author: hr $ $Date: 2002-02-19 14:04:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -196,7 +196,7 @@ namespace pcr
autoSizeWindow();
- SetExtFormat(XTDATEF_SYSTEM_SHORT_YYYY);
+ SetExtDateFormat(XTDATEF_SYSTEM_SHORT_YYYY);
EnableEmptyFieldValue(sal_True);
}
@@ -1244,6 +1244,9 @@ namespace pcr
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.5 2001/07/23 06:33:17 fs
+ * #90040# use LocaleDataWrapper instead of International class
+ *
* Revision 1.4 2001/02/19 16:32:29 fs
* OColorControl: insert the standard entry at position 0
*