summaryrefslogtreecommitdiff
path: root/svtools/source/brwbox/brwbox2.cxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2015-04-11 17:41:38 +0100
committerMichael Meeks <michael.meeks@collabora.com>2015-04-11 17:41:38 +0100
commitc6fb78d5fd5f52384f4b959091f50da60ba4b37a (patch)
treefc51c1c7ee73952f8fd74b6f171f1395d6ee9695 /svtools/source/brwbox/brwbox2.cxx
parente9696b975afeae970575cbd6bc782fbba484b2f3 (diff)
disposeAndClear in place of DELETEZ.
Audit of DELETEZ usage in: "vclwidget: change all vcl::window fields to be wrapped in VclPtr" Change-Id: Ib65096a9edb09ce9381ab4a8297d9391d2603651
Diffstat (limited to 'svtools/source/brwbox/brwbox2.cxx')
-rw-r--r--svtools/source/brwbox/brwbox2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/brwbox/brwbox2.cxx b/svtools/source/brwbox/brwbox2.cxx
index 959191e108d6..745308f80b5a 100644
--- a/svtools/source/brwbox/brwbox2.cxx
+++ b/svtools/source/brwbox/brwbox2.cxx
@@ -1258,7 +1258,7 @@ void BrowseBox::UpdateScrollbars()
getDataWindow()->pCornerWin->Show();
}
else
- getDataWindow()->pCornerWin.clear();
+ getDataWindow()->pCornerWin.disposeAndClear();
// scroll headerbar, if necessary
if ( getDataWindow()->pHeaderBar )