[Libreoffice-commits] .: accessibility/source cui/source wizards/com xmlsecurity/source

Katarina Machalkova bubli at kemper.freedesktop.org
Fri Apr 22 05:43:34 PDT 2011


 accessibility/source/extended/accessiblelistbox.cxx         |    1 -
 cui/source/dialogs/hltpbase.cxx                             |    2 --
 cui/source/inc/border.hxx                                   |    1 -
 cui/source/tabpages/border.cxx                              |    1 -
 wizards/com/sun/star/wizards/document/TimeStampControl.java |    2 --
 xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx      |    1 -
 6 files changed, 8 deletions(-)

New commits:
commit 684595d55db81791ab73f2088ba9ace22e3bb48c
Author: Júlio Hoffimann <julio.hoffimann at gmail.com>
Date:   Fri Apr 22 07:55:30 2011 -0300

    left arrow comments removed // <--

diff --git a/accessibility/source/extended/accessiblelistbox.cxx b/accessibility/source/extended/accessiblelistbox.cxx
index 39d986c..c1311f2 100644
--- a/accessibility/source/extended/accessiblelistbox.cxx
+++ b/accessibility/source/extended/accessiblelistbox.cxx
@@ -155,7 +155,6 @@ namespace accessibility
                     }
                     break;
                 }
-                // <--
                 }
                 default:
                     VCLXAccessibleComponent::ProcessWindowEvent (rVclWindowEvent);
diff --git a/cui/source/dialogs/hltpbase.cxx b/cui/source/dialogs/hltpbase.cxx
index 095fb1a..846c112 100644
--- a/cui/source/dialogs/hltpbase.cxx
+++ b/cui/source/dialogs/hltpbase.cxx
@@ -453,7 +453,6 @@ IMPL_LINK ( SvxHyperlinkTabPageBase, ClickScriptHdl_Impl, void *, EMPTYARG )
         sal_Bool bIsInputEnabled = GetParent()->IsInputEnabled();
         if ( bIsInputEnabled )
             GetParent()->EnableInput( sal_False );
-        // <--
         SfxMacroAssignDlg aDlg( this, mxDocumentFrame, *pItemSet );
 
         // add events
@@ -471,7 +470,6 @@ IMPL_LINK ( SvxHyperlinkTabPageBase, ClickScriptHdl_Impl, void *, EMPTYARG )
 
         if ( bIsInputEnabled )
             GetParent()->EnableInput( sal_True );
-        // <--
         // execute dlg
         DisableClose( sal_True );
         short nRet = aDlg.Execute();
diff --git a/cui/source/inc/border.hxx b/cui/source/inc/border.hxx
index eccfed5..b01f71a 100644
--- a/cui/source/inc/border.hxx
+++ b/cui/source/inc/border.hxx
@@ -112,7 +112,6 @@ private:
     CheckBox            aMergeWithNextCB;
     // #i29550#
     CheckBox            aMergeAdjacentBordersCB;
-    // <--
 
     ImageList           aShadowImgLstH;
     ImageList           aShadowImgLst;
diff --git a/cui/source/tabpages/border.cxx b/cui/source/tabpages/border.cxx
index 67046df..a4b54bc 100644
--- a/cui/source/tabpages/border.cxx
+++ b/cui/source/tabpages/border.cxx
@@ -1228,7 +1228,6 @@ void SvxBorderTabPage::PageCreated (SfxAllItemSet aSet)
             aMergeAdjacentBordersCB.Show();
             aPropertiesFL.Show();
         }
-        // <--
     }
     if (pFlagItem)
         if ( ( pFlagItem->GetValue() & SVX_HIDESHADOWCTL ) == SVX_HIDESHADOWCTL )
diff --git a/wizards/com/sun/star/wizards/document/TimeStampControl.java b/wizards/com/sun/star/wizards/document/TimeStampControl.java
index 8645f31..558b7da 100644
--- a/wizards/com/sun/star/wizards/document/TimeStampControl.java
+++ b/wizards/com/sun/star/wizards/document/TimeStampControl.java
@@ -150,14 +150,12 @@ public class TimeStampControl extends DatabaseControl
     {
         // --> TESTING
         Point aBeforePt = xShapeGroup.getPosition();
-        // <--
         xShapeGroup.setPosition(_aPoint);
 //      oDateControl.xShape.setPosition(_aPoint);
 //      Point atimepoint = new Point(oDateControl.xShape.getPosition().X + oDateControl.xShape.getSize().Width, oDateControl.xShape.getPosition().Y );
 //      oTimeControl.xShape.setPosition(atimepoint);
         // --> TESTING
         Point aAfterPt = xShapeGroup.getPosition();
-    // <--
     }
 
     public int getControlType()
diff --git a/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx b/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx
index 8a45f41..0b12a98 100644
--- a/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx
+++ b/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx
@@ -211,7 +211,6 @@ DigitalSignaturesDialog::DigitalSignaturesDialog(
 {
     // --> PB #i48253 the tablistbox needs its own unique id
     maSignaturesLB.Window::SetUniqueId( HID_XMLSEC_TREE_SIGNATURESDLG );
-    // <--
     Size aControlSize( maSignaturesLB.GetSizePixel() );
     aControlSize = maSignaturesLB.PixelToLogic( aControlSize, MapMode( MAP_APPFONT ) );
     const long nControlWidth = aControlSize.Width();


More information about the Libreoffice-commits mailing list