ooo-build r13658 - in trunk: . patches/dev300



Author: kyoshida
Date: Fri Aug 22 17:33:22 2008
New Revision: 13658
URL: http://svn.gnome.org/viewvc/ooo-build?rev=13658&view=rev

Log:
2008-08-22  Kohei Yoshida  <kyoshida novell com>

	* patches/dev300/cws-scsheetprotection02-sc.diff: removed one printf
	statement that printed user password input.  not a good practice for a
	stable version.


Modified:
   trunk/ChangeLog
   trunk/patches/dev300/cws-scsheetprotection02-sc.diff

Modified: trunk/patches/dev300/cws-scsheetprotection02-sc.diff
==============================================================================
--- trunk/patches/dev300/cws-scsheetprotection02-sc.diff	(original)
+++ trunk/patches/dev300/cws-scsheetprotection02-sc.diff	Fri Aug 22 17:33:22 2008
@@ -2346,7 +2346,7 @@
  XclImpPageSettings& XclImpRoot::GetPageSettings() const
  {
      return *mrImpData.mxPageSett;
-@@ -247,5 +262,18 @@
+@@ -247,5 +262,16 @@
      return rXclName;
  }
  
@@ -2357,8 +2357,6 @@
 +        mrImpData.maPassw = ScfApiHelper::QueryPasswordForMedium( GetMedium() );
 +        // set to true, even if dialog has been cancelled (never ask twice)
 +        mrImpData.mbPassQueried = true;
-+        fprintf(stdout, "XclImpRoot::QueryPassword: password = '%s'\n",
-+                OUStringToOString(rtl::OUString(mrImpData.maPassw), RTL_TEXTENCODING_UTF8).getStr());fflush(stdout);
 +    }
 +    return mrImpData.maPassw;
 +}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]