[Libreoffice-commits] .: 2 commits - binfilter/bf_svx lotuswordpro/source

Caolán McNamara caolan at kemper.freedesktop.org
Sun Jan 2 06:54:06 PST 2011


 binfilter/bf_svx/source/svdraw/svx_svdobj.cxx |    2 ++
 lotuswordpro/source/filter/clone.hxx          |    2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 8c0ec76ec105f67f399c163b55fae6a3cb6b2a9f
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sun Jan 2 14:53:49 2011 +0000

    be more explicit as to which 'detail' is desired

diff --git a/lotuswordpro/source/filter/clone.hxx b/lotuswordpro/source/filter/clone.hxx
index a210a83..35a4cd4 100644
--- a/lotuswordpro/source/filter/clone.hxx
+++ b/lotuswordpro/source/filter/clone.hxx
@@ -76,7 +76,7 @@ struct cloner<T, true>
 template<typename T>
 T* clone(T* const other)
 {
-    return other ? detail::cloner<T, detail::has_clone<T>::value>::clone(other) : 0;
+    return other ? ::detail::cloner<T, ::detail::has_clone<T>::value>::clone(other) : 0;
 }
 
 // vim: set sts=4 sw=4 et:
commit 2b2f0df0d3744d1ee4e40023f542ff798c536950
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sun Jan 2 13:36:58 2011 +0000

    WaE: silence some warnings

diff --git a/binfilter/bf_svx/source/svdraw/svx_svdobj.cxx b/binfilter/bf_svx/source/svdraw/svx_svdobj.cxx
index a51c2d9..8ea1cbe 100644
--- a/binfilter/bf_svx/source/svdraw/svx_svdobj.cxx
+++ b/binfilter/bf_svx/source/svdraw/svx_svdobj.cxx
@@ -3148,6 +3148,8 @@ class ImpSkeleton;
 /*N*/ 				case SDRUSERCALL_REMOVED:
 /*N*/ 					eChildUserType = SDRUSERCALL_CHILD_REMOVED;
 /*N*/ 				break;
+/*N*/ 				default:
+/*N*/ 				break;
 /*N*/ 			}
 /*N*/
 /*N*/ 			pGroup->GetUserCall()->Changed( *this, eChildUserType, rBoundRect );


More information about the Libreoffice-commits mailing list