summaryrefslogtreecommitdiff
path: root/vcl/source/window
diff options
context:
space:
mode:
authorKatarina Behrens <Katarina.Behrens@cib.de>2016-07-01 17:03:42 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2016-08-18 02:39:11 +0200
commit836a77e5d6fdad5b74d296d5b55a6b0c8f016ade (patch)
tree1847d47105ddae2aafdde7bb3c90749be5104513 /vcl/source/window
parent13184da2a39bc162b1912affd099daae74eb3a88 (diff)
screenshots: use new bootstrap fixture in sc and sd
Change-Id: Ida0d3179726896b32b0876b1855b1f0be12d3b48
Diffstat (limited to 'vcl/source/window')
-rw-r--r--vcl/source/window/tabdlg.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/source/window/tabdlg.cxx b/vcl/source/window/tabdlg.cxx
index 868eb3f7e77f..5706e64c6401 100644
--- a/vcl/source/window/tabdlg.cxx
+++ b/vcl/source/window/tabdlg.cxx
@@ -268,6 +268,8 @@ vcl::Window* findTabControl(vcl::Window* pCurrent)
pChild = pChild->GetWindow(GetWindowType::Next);
}
+
+ return nullptr;
}
std::vector<OString> TabDialog::getAllPageUIXMLDescriptions() const