[Libreoffice-commits] core.git: Branch 'aoo/trunk' - sc/source

Tsutomu Uchino hanya at apache.org
Thu Jan 23 04:08:11 PST 2014


 sc/source/ui/miscdlgs/inscodlg.cxx |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

New commits:
commit 6abcfea44da2811940578f248080951eb320420f
Author: Tsutomu Uchino <hanya at apache.org>
Date:   Thu Jan 23 11:28:01 2014 +0000

    #i123626# change default for paste special dialog of Calc to Text, Numbers and Date and time

diff --git a/sc/source/ui/miscdlgs/inscodlg.cxx b/sc/source/ui/miscdlgs/inscodlg.cxx
index d28aac3..32c33d0 100644
--- a/sc/source/ui/miscdlgs/inscodlg.cxx
+++ b/sc/source/ui/miscdlgs/inscodlg.cxx
@@ -37,10 +37,8 @@
 
 //==================================================================
 
-sal_Bool   ScInsertContentsDlg::bPreviousAllCheck = sal_True;
-sal_uInt16 ScInsertContentsDlg::nPreviousChecks   = (IDF_DATETIME | IDF_STRING  |
-                                                 IDF_NOTE     | IDF_FORMULA |
-                                                 IDF_ATTRIB   | IDF_OBJECTS);
+sal_Bool   ScInsertContentsDlg::bPreviousAllCheck = sal_False;
+sal_uInt16 ScInsertContentsDlg::nPreviousChecks   = (IDF_VALUE | IDF_DATETIME | IDF_STRING);
 sal_uInt16 ScInsertContentsDlg::nPreviousFormulaChecks = PASTE_NOFUNC;
 sal_uInt16 ScInsertContentsDlg::nPreviousChecks2 = 0;
 sal_uInt16 ScInsertContentsDlg::nPreviousMoveMode = INS_NONE;   // enum InsCellCmd


More information about the Libreoffice-commits mailing list