summaryrefslogtreecommitdiffstats
path: root/vcl/source/window/syswin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/syswin.cxx')
-rw-r--r--vcl/source/window/syswin.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/vcl/source/window/syswin.cxx b/vcl/source/window/syswin.cxx
index 62ceb456c8a6..5d87ad141c7b 100644
--- a/vcl/source/window/syswin.cxx
+++ b/vcl/source/window/syswin.cxx
@@ -1154,18 +1154,6 @@ void SystemWindow::doDeferredInit(WinBits /*nBits*/)
SAL_WARN("vcl.layout", "SystemWindow in layout without doDeferredInit impl");
}
-std::vector<OString> SystemWindow::getAllPageUIXMLDescriptions() const
-{
- // default has no pages
- return std::vector<OString>();
-}
-
-bool SystemWindow::selectPageByUIXMLDescription(const OString& /*rUIXMLDescription*/)
-{
- // default cannot select anything (which is okay, return true)
- return true;
-}
-
void SystemWindow::createScreenshot(VirtualDevice& rOutput)
{
// same prerequisites as in Execute()