[Libreoffice-commits] core.git: basic/source forms/source fpicker/source oox/source sd/source sfx2/source shell/source slideshow/source sw/source toolkit/source vcl/win xmlsecurity/source

Eike Rathke erack at redhat.com
Wed Oct 8 05:24:51 PDT 2014


 basic/source/comp/sbcomp.cxx                               |    4 ++--
 basic/source/sbx/sbxdate.cxx                               |    2 +-
 forms/source/component/DatabaseForm.cxx                    |    2 +-
 forms/source/xforms/xpathlib/xpathlib.cxx                  |    2 +-
 fpicker/source/office/iodlg.cxx                            |    2 +-
 oox/source/drawingml/textfield.cxx                         |    8 ++++----
 sd/source/ui/slidesorter/view/SlsInsertAnimator.cxx        |    2 +-
 sfx2/source/doc/SfxDocumentMetaData.cxx                    |    4 ++--
 shell/source/win32/shlxthandler/util/iso8601_converter.cxx |    2 +-
 slideshow/source/engine/slideshowimpl.cxx                  |    2 +-
 sw/source/core/doc/docdraw.cxx                             |    2 +-
 sw/source/core/layout/layact.cxx                           |    2 +-
 toolkit/source/controls/unocontrols.cxx                    |    2 +-
 vcl/win/source/app/salinst.cxx                             |    4 ++--
 xmlsecurity/source/component/documentdigitalsignatures.cxx |    2 +-
 15 files changed, 21 insertions(+), 21 deletions(-)

New commits:
commit 04a810cee48d213806f13deb7953caa39ad08628
Author: Eike Rathke <erack at redhat.com>
Date:   Wed Oct 8 14:23:41 2014 +0200

    back out more wrong and confusing tools::Time comment changes
    
    Apparently fc04f76336fdf8c96e35382cdeb497e2f939705c used some sed script
    to change all ...
    
    Change-Id: Ie609bd02a2c5d70109fc6185cf4440480f29d8f5

diff --git a/basic/source/comp/sbcomp.cxx b/basic/source/comp/sbcomp.cxx
index 183ecbb..8af2d4e 100644
--- a/basic/source/comp/sbcomp.cxx
+++ b/basic/source/comp/sbcomp.cxx
@@ -606,7 +606,7 @@ void dbg_traceStep( SbModule* pModule, sal_uInt32 nPC, sal_Int32 nCallLvl )
     {
         double dDiffTime = dCurTime - GdLastTime;
         GdLastTime = dCurTime;
-        sprintf( TimeBuffer, "\t\t// tools::Time = %f ms / += %f ms", dCurTime*1000.0, dDiffTime*1000.0 );
+        sprintf( TimeBuffer, "\t\t// Time = %f ms / += %f ms", dCurTime*1000.0, dDiffTime*1000.0 );
     }
 #endif
 
@@ -802,7 +802,7 @@ void dbg_traceNotifyCall( SbModule* pModule, SbMethod* pMethod, sal_Int32 nCallL
     char TimeBuffer[200];
     if( GbTimerOn && bLeave )
     {
-        sprintf( TimeBuffer, "    // Execution tools::Time = %f ms", dExecutionTime*1000.0 );
+        sprintf( TimeBuffer, "    // Execution Time = %f ms", dExecutionTime*1000.0 );
         pPostStr = TimeBuffer;
     }
 #endif
diff --git a/basic/source/sbx/sbxdate.cxx b/basic/source/sbx/sbxdate.cxx
index b2f5be0f..5f0bcca 100644
--- a/basic/source/sbx/sbxdate.cxx
+++ b/basic/source/sbx/sbxdate.cxx
@@ -280,7 +280,7 @@ start:
             // if the whole-number part is 0, we want no year!
             if( n <= -1.0 || n >= 1.0 )
             {
-                // tools::Time only if != 00:00:00
+                // Time only if != 00:00:00
                 if( floor( n ) == n )
                 {
                     switch( eDate )
diff --git a/forms/source/component/DatabaseForm.cxx b/forms/source/component/DatabaseForm.cxx
index 26430aa..55c1822 100644
--- a/forms/source/component/DatabaseForm.cxx
+++ b/forms/source/component/DatabaseForm.cxx
@@ -790,7 +790,7 @@ void ODatabaseForm::AppendComponent(HtmlSuccessfulObjList& rList, const Referenc
         }   break;
         case FormComponentType::TIMEFIELD:
         {
-            // <name>=<value> // Value is a tools::Time with the format HH:MM:SS
+            // <name>=<value> // Value is a Time with the format HH:MM:SS
                              // no value (NULL) means empty value
             if( hasProperty(PROPERTY_TIME, xComponentSet) )
             {
diff --git a/forms/source/xforms/xpathlib/xpathlib.cxx b/forms/source/xforms/xpathlib/xpathlib.cxx
index 776a264..70c473e 100644
--- a/forms/source/xforms/xpathlib/xpathlib.cxx
+++ b/forms/source/xforms/xpathlib/xpathlib.cxx
@@ -233,7 +233,7 @@ void xforms_propertyFunction(xmlXPathParserContextPtr ctxt, int nargs)
         xmlXPathReturnEmptyString(ctxt);
 }
 
-// Date and tools::Time Functions
+// Date and Time Functions
 
 static OString makeDateTimeString (const DateTime& aDateTime, bool bUTC = true)
 {
diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx
index 183bddf..74b612f 100644
--- a/fpicker/source/office/iodlg.cxx
+++ b/fpicker/source/office/iodlg.cxx
@@ -113,7 +113,7 @@ using namespace InternalFilePickerElementIds;
 #define GET_DECODED_NAME(aObj) \
     aObj.getName( INetURLObject::LAST_SEGMENT, true, INetURLObject::DECODE_WITH_CHARSET )
 
-// tools::Time to wait while traveling in the filterbox until
+// Time to wait while traveling in the filterbox until
 // the browsebox gets filtered ( in ms).
 #define TRAVELFILTER_TIMEOUT    750
 
diff --git a/oox/source/drawingml/textfield.cxx b/oox/source/drawingml/textfield.cxx
index b8a6f72..2523156 100644
--- a/oox/source/drawingml/textfield.cxx
+++ b/oox/source/drawingml/textfield.cxx
@@ -97,17 +97,17 @@ void lclCreateTextFields( std::list< Reference< XTextField > > & aFields,
             case 9: // DateTime dd/mm/yy H:MM:SS PM
                 lclCreateTextFields( aFields, xModel, "datetime13" );
                 break;
-            case 10: // tools::Time H:MM
+            case 10: // Time H:MM
                 bIsDate = false;
                 break;
-            case 11: // tools::Time H:MM:SS
+            case 11: // Time H:MM:SS
                 bIsDate = false;
                 // this is the default format
                 break;
-            case 12: // tools::Time H:MM PM
+            case 12: // Time H:MM PM
                 bIsDate = false;
                 break;
-            case 13: // tools::Time H:MM:SS PM
+            case 13: // Time H:MM:SS PM
                 bIsDate = false;
                 break;
             }
diff --git a/sd/source/ui/slidesorter/view/SlsInsertAnimator.cxx b/sd/source/ui/slidesorter/view/SlsInsertAnimator.cxx
index 8b7bd44..a873e4e 100644
--- a/sd/source/ui/slidesorter/view/SlsInsertAnimator.cxx
+++ b/sd/source/ui/slidesorter/view/SlsInsertAnimator.cxx
@@ -82,7 +82,7 @@ public:
     ::std::vector<Point> maStartOffset;
     /// Target offset of each item in the run at the end of the current animation.
     ::std::vector<Point> maEndOffset;
-    /// tools::Time at which the current animation started.
+    /// Time at which the current animation started.
     double mnStartTime;
 
     class Comparator
diff --git a/sfx2/source/doc/SfxDocumentMetaData.cxx b/sfx2/source/doc/SfxDocumentMetaData.cxx
index 6f08db6..0eb060b 100644
--- a/sfx2/source/doc/SfxDocumentMetaData.cxx
+++ b/sfx2/source/doc/SfxDocumentMetaData.cxx
@@ -967,7 +967,7 @@ propsToStrings(css::uno::Reference<css::beans::XPropertySet> const & i_xPropSet)
                 OUString("date")));
         } else if (type == ::cppu::UnoType<css::util::Time>::get()) {
             // #i97029#: replaced by Duration
-            // tools::Time is supported for backward compatibility with OOo 3.x, x<=2
+            // Time is supported for backward compatibility with OOo 3.x, x<=2
             css::util::Time ut;
             any >>= ut;
             css::util::Duration ud;
@@ -2274,7 +2274,7 @@ void SfxDocumentMetaData::createUserDefined()
         types[ 9] = ::cppu::UnoType<sal_Int16>::get();
         types[10] = ::cppu::UnoType<sal_Int32>::get();
         types[11] = ::cppu::UnoType<sal_Int64>::get();
-        // tools::Time is supported for backward compatibility with OOo 3.x, x<=2
+        // Time is supported for backward compatibility with OOo 3.x, x<=2
         types[12] = ::cppu::UnoType<css::util::Time>::get();
         // #i94175#:  ODF allows empty user-defined property names!
         m_xUserDefined.set(
diff --git a/shell/source/win32/shlxthandler/util/iso8601_converter.cxx b/shell/source/win32/shlxthandler/util/iso8601_converter.cxx
index 678acfb..537ca8d 100644
--- a/shell/source/win32/shlxthandler/util/iso8601_converter.cxx
+++ b/shell/source/win32/shlxthandler/util/iso8601_converter.cxx
@@ -65,7 +65,7 @@ std::wstring iso8601_date_to_local_date(const std::wstring& isoDate )
         else
             ws8601DateTime = StringToWString( asDateTime );
 
-        //get tools::Time info from structure
+        //get Time info from structure
         WCHAR TimeBuffer[ MAX_PATH ];
 
         int TimeSize =  GetTimeFormatW(
diff --git a/slideshow/source/engine/slideshowimpl.cxx b/slideshow/source/engine/slideshowimpl.cxx
index c08d455..3cec24f 100644
--- a/slideshow/source/engine/slideshowimpl.cxx
+++ b/slideshow/source/engine/slideshowimpl.cxx
@@ -2086,7 +2086,7 @@ sal_Bool SlideShowImpl::update( double & nNextTimeout )
             // commit frame to screen
             maScreenUpdater.commitUpdates();
         }
-        // tools::Time held until here
+        // Time held until here
 
         const bool bActivitiesLeft = (! maActivitiesQueue.isEmpty());
         const bool bTimerEventsLeft = (! maEventQueue.isEmpty());
diff --git a/sw/source/core/doc/docdraw.cxx b/sw/source/core/doc/docdraw.cxx
index 37894e7..178e31d 100644
--- a/sw/source/core/doc/docdraw.cxx
+++ b/sw/source/core/doc/docdraw.cxx
@@ -577,7 +577,7 @@ IMPL_LINK(SwDoc, CalcFieldValueHdl, EditFieldInfo*, pInfo)
         }
         else if ( pField && pField->ISA(SvxExtTimeField))
         {
-            // tools::Time field
+            // Time field
             pInfo->SetRepresentation(
                 ((const SvxExtTimeField*) pField)->GetFormatted(
                         *GetNumberFormatter( true ), LANGUAGE_SYSTEM) );
diff --git a/sw/source/core/layout/layact.cxx b/sw/source/core/layout/layact.cxx
index 6e1c537..1902a01 100644
--- a/sw/source/core/layout/layact.cxx
+++ b/sw/source/core/layout/layact.cxx
@@ -114,7 +114,7 @@ void SwLayAction::CheckWaitCrsr()
     }
 }
 
-// tools::Time over already?
+// Time over already?
 inline void SwLayAction::CheckIdleEnd()
 {
     if ( !IsInput() )
diff --git a/toolkit/source/controls/unocontrols.cxx b/toolkit/source/controls/unocontrols.cxx
index 026f42c..be64e34 100644
--- a/toolkit/source/controls/unocontrols.cxx
+++ b/toolkit/source/controls/unocontrols.cxx
@@ -3717,7 +3717,7 @@ void UnoTimeFieldControl::textChanged( const awt::TextEvent& e ) throw(uno::Runt
     OUString sTextPropertyName = GetPropertyName( BASEPROPERTY_TEXT );
     ImplSetPropertyValue( sTextPropertyName, xPeer->getProperty( sTextPropertyName ), false );
 
-    // re-calc the tools::Time property
+    // re-calc the Time property
     uno::Reference < awt::XTimeField >  xField( getPeer(), uno::UNO_QUERY );
     uno::Any aValue;
     if ( !xField->isEmpty() )
diff --git a/vcl/win/source/app/salinst.cxx b/vcl/win/source/app/salinst.cxx
index 52e33db..b1d33e4 100644
--- a/vcl/win/source/app/salinst.cxx
+++ b/vcl/win/source/app/salinst.cxx
@@ -340,8 +340,8 @@ SalData::SalData()
     mpDitherDiff = 0;           // Dither mapping table
     mpDitherLow = 0;            // Dither mapping table
     mpDitherHigh = 0;           // Dither mapping table
-    mnTimerMS = 0;              // Current tools::Time (in MS) of the Timer
-    mnTimerOrgMS = 0;           // Current Original tools::Time (in MS)
+    mnTimerMS = 0;              // Current Time (in MS) of the Timer
+    mnTimerOrgMS = 0;           // Current Original Time (in MS)
     mnNextTimerTime = 0;
     mnLastEventTime = 0;
     mnTimerId = 0;              // windows timer id
diff --git a/xmlsecurity/source/component/documentdigitalsignatures.cxx b/xmlsecurity/source/component/documentdigitalsignatures.cxx
index 38109b3..b476d80 100644
--- a/xmlsecurity/source/component/documentdigitalsignatures.cxx
+++ b/xmlsecurity/source/component/documentdigitalsignatures.cxx
@@ -303,7 +303,7 @@ DocumentDigitalSignatures::ImplVerifySignatures(
             if (!rSigInfo.Signer.is())
                 rSigInfo.Signer = xSecEnv->getCertificate( rInfo.ouX509IssuerName, xSerialNumberAdapter->toSequence( rInfo.ouX509SerialNumber ) );
 
-            // tools::Time support again (#i38744#)
+            // Time support again (#i38744#)
             Date aDate( rInfo.stDateTime.Day, rInfo.stDateTime.Month, rInfo.stDateTime.Year );
             tools::Time aTime( rInfo.stDateTime.Hours, rInfo.stDateTime.Minutes,
                         rInfo.stDateTime.Seconds, rInfo.stDateTime.NanoSeconds );


More information about the Libreoffice-commits mailing list