[Libreoffice-commits] .: 2 commits - sd/source

Caolán McNamara caolan at kemper.freedesktop.org
Tue Jan 18 06:48:25 PST 2011


 sd/source/ui/func/fusnapln.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f9830a947fd01158b61b18dd35ccd7072df8cc96
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Jan 18 14:48:19 2011 +0000

    drop German version of translation

diff --git a/sd/source/ui/func/fusnapln.cxx b/sd/source/ui/func/fusnapln.cxx
index 2bc2b01..ad957c1 100644
--- a/sd/source/ui/func/fusnapln.cxx
+++ b/sd/source/ui/func/fusnapln.cxx
@@ -173,7 +173,6 @@ void FuSnapLine::DoExecute( SfxRequest& rReq )
                     // Fangobjekt loeschen
                     if ( !bCreateNew )
                         pPV->DeleteHelpLine(nHelpLine);
-                    // und weiter wie bei default
                     /*fall-through*/
                 default:
                     return;
commit 2aff4de262617f7556bec4c56f4e46ddf2a2321f
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Tue Jan 18 23:22:17 2011 +0900

    mark fall-through

diff --git a/sd/source/ui/func/fusnapln.cxx b/sd/source/ui/func/fusnapln.cxx
index d544ec3..2bc2b01 100644
--- a/sd/source/ui/func/fusnapln.cxx
+++ b/sd/source/ui/func/fusnapln.cxx
@@ -174,6 +174,7 @@ void FuSnapLine::DoExecute( SfxRequest& rReq )
                     if ( !bCreateNew )
                         pPV->DeleteHelpLine(nHelpLine);
                     // und weiter wie bei default
+                    /*fall-through*/
                 default:
                     return;
             }


More information about the Libreoffice-commits mailing list