summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/window/salobj.cxx
diff options
context:
space:
mode:
authorGreggory Hernandez <greggory.hz@gmail.com>2012-02-22 09:37:42 +0000
committerMichael Meeks <michael.meeks@suse.com>2012-02-22 09:38:37 +0000
commitf1cf3d1d6a18af079f8afd0b18be5b15b043948e (patch)
treecb37ab313476d452f26dfb2a8b079b809dfcfbf2 /vcl/unx/generic/window/salobj.cxx
parent1dd5b991258424a19dc60b053d044db66fe3ba1a (diff)
vcl: fdo#46399 cleanup and share dummy virtual methods ...
Diffstat (limited to 'vcl/unx/generic/window/salobj.cxx')
-rw-r--r--vcl/unx/generic/window/salobj.cxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/vcl/unx/generic/window/salobj.cxx b/vcl/unx/generic/window/salobj.cxx
index db344ed528e8..e7ce60ff32bb 100644
--- a/vcl/unx/generic/window/salobj.cxx
+++ b/vcl/unx/generic/window/salobj.cxx
@@ -412,14 +412,6 @@ X11SalObject::Show( sal_Bool bVisible )
mbVisible = bVisible;
}
-// -----------------------------------------------------------------------
-
-void X11SalObject::Enable( sal_Bool )
-{
-}
-
-// -----------------------------------------------------------------------
-
void X11SalObject::GrabFocus()
{
if( mbVisible )
@@ -431,18 +423,6 @@ void X11SalObject::GrabFocus()
// -----------------------------------------------------------------------
-void X11SalObject::SetBackground()
-{
-}
-
-// -----------------------------------------------------------------------
-
-void X11SalObject::SetBackground( SalColor )
-{
-}
-
-// -----------------------------------------------------------------------
-
const SystemChildData* X11SalObject::GetSystemData() const
{
return &maSystemChildData;