sc/source/ui/view/formatsh.cxx |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit aeb1b1914bae397f5eafacb7e63c0c9691904a5a
Author:     Tomaž Vajngerl <[email protected]>
AuthorDate: Sun Jan 4 14:44:06 2026 +0900
Commit:     Tomaž Vajngerl <[email protected]>
CommitDate: Tue Jan 6 15:44:44 2026 +0100

    clean-up weirdly formatted line
    
    Change-Id: Ic84a0ccef3b05e1b5cb171a32d16864bbd025054
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/196518
    Reviewed-by: Tomaž Vajngerl <[email protected]>
    Tested-by: Tomaž Vajngerl <[email protected]>

diff --git a/sc/source/ui/view/formatsh.cxx b/sc/source/ui/view/formatsh.cxx
index d9f4f3bac525..32ab6afdff17 100644
--- a/sc/source/ui/view/formatsh.cxx
+++ b/sc/source/ui/view/formatsh.cxx
@@ -1179,9 +1179,7 @@ void ScFormatShell::ExecuteAttr( SfxRequest& rReq )
                     const ScPatternAttr*    pOldAttrs = 
pTabViewShell->GetSelectionPattern();
                     SfxItemSetFixed<ATTR_PATTERN_START, ATTR_PATTERN_END> 
aOldSet( *rDoc.GetPool() );
                     SfxItemSetFixed<ATTR_PATTERN_START, ATTR_PATTERN_END> 
aNewSet( *rDoc.GetPool() );
-                    const SfxPoolItem&      rBorderAttr =
-                                                pOldAttrs->GetItemSet().
-                                                    Get( ATTR_BORDER );
+                    const SfxPoolItem& rBorderAttr = 
pOldAttrs->GetItemSet().Get(ATTR_BORDER);
 
                     // Evaluate border items from controller:
 

Reply via email to