summaryrefslogtreecommitdiff
path: root/vcl/source/window/window3.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-05-24 19:00:30 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-05-24 19:00:32 +0100
commit5f88e8e6492cbd62b990cc18ebdb71a62be52c72 (patch)
treea6ef3026b68a158641b9601886b071a359f78eae /vcl/source/window/window3.cxx
parent54c679f481647890f18151f4db05cfc3eff5d98b (diff)
this themeing thing doesn't actually do anything
both branches are the same and the set/get aren't called anyway. originally introduced with d02f75a8c36705924ddd6a5921fe3012fafce812 Change-Id: I94399bba0fa259bfafcc214e2df15f172d32374f
Diffstat (limited to 'vcl/source/window/window3.cxx')
-rw-r--r--vcl/source/window/window3.cxx22
1 files changed, 1 insertions, 21 deletions
diff --git a/vcl/source/window/window3.cxx b/vcl/source/window/window3.cxx
index fd656f967239..00919acce11a 100644
--- a/vcl/source/window/window3.cxx
+++ b/vcl/source/window/window3.cxx
@@ -18,11 +18,9 @@
*/
-#include "vcl/button.hxx"
#include "vcl/window.hxx"
#include "vcl/waitobj.hxx"
-#include "brdwin.hxx"
-#include "window.h"
+#include "vcl/button.hxx"
// -----------------------------------------------------------------------
@@ -65,22 +63,4 @@ void Window::ImplAdjustNWFSizes()
}
}
-void Window::EnableThemeSupport (void)
-{
- mpWindowImpl->mbIsThemingEnabled = sal_True;
-}
-
-void Window::DisableThemeSupport (void)
-{
- mpWindowImpl->mbIsThemingEnabled = sal_False;
-}
-
-ImplBorderWindow* Window::CreateBorderWindow (
- Window* pParent,
- const WinBits nStyle,
- const sal_uInt16 nTypeStyle)
-{
- return new ImplBorderWindow(pParent, nStyle, nTypeStyle);
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */