summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-05-24 20:14:25 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-05-24 20:14:25 +0100
commitfd6da32cb1cba42be795f01574a86700677ec78a (patch)
tree9c97ac3764575a08491c611f353b5ebbe3a64592 /include
parent5f88e8e6492cbd62b990cc18ebdb71a62be52c72 (diff)
blasted headers in new locations thinko
Change-Id: Iab62e87ed59061ee05daeae4ecd691c119a96b82
Diffstat (limited to 'include')
-rw-r--r--include/vcl/window.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index 381b3e61fda5..d1c783bc0e69 100644
--- a/include/vcl/window.hxx
+++ b/include/vcl/window.hxx
@@ -1273,14 +1273,6 @@ public:
virtual OUString GetSurroundingText() const;
virtual Selection GetSurroundingTextSelection() const;
-
- void EnableThemeSupport (void);
- void DisableThemeSupport (void);
-
- virtual ImplBorderWindow* CreateBorderWindow (
- Window* pParent,
- const WinBits nStyle,
- const sal_uInt16 nTypeStyle);
};