summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2015-04-21 17:03:46 +0100
committerMichael Meeks <michael.meeks@collabora.com>2015-04-21 17:33:17 +0100
commit9f81582c7e998f26a0f499ba2ef9c845b9df2358 (patch)
treeac350198248728744e9370c87b6f4ffe19e78843 /svtools
parent4fed8865be56ac431fb91e2432c6e93ce3f781c7 (diff)
Remove erroneous SAL_NO_ACQUIRE pieces introduced in error.
Change-Id: If8cd8fafea1f88360d86552ac94a985b1d1feae8
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/brwbox/brwbox1.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svtools/source/brwbox/brwbox1.cxx b/svtools/source/brwbox/brwbox1.cxx
index b13cc7c8941b..0b5d82978c77 100644
--- a/svtools/source/brwbox/brwbox1.cxx
+++ b/svtools/source/brwbox/brwbox1.cxx
@@ -2286,8 +2286,7 @@ void BrowseBox::SetMode( BrowserMode nMode )
( nMode & BROWSER_TRACKING_TIPS ) == BROWSER_TRACKING_TIPS
? VclPtr<BrowserScrollBar>::Create( this, nVScrollWinBits,
static_cast<BrowserDataWin*>( pDataWin.get() ) )
- : VclPtr<ScrollBar>::Create( this, nVScrollWinBits ),
- SAL_NO_ACQUIRE);
+ : VclPtr<ScrollBar>::Create( this, nVScrollWinBits ));
pVScroll->SetLineSize( 1 );
pVScroll->SetPageSize(1);
pVScroll->SetScrollHdl( LINK( this, BrowseBox, ScrollHdl ) );