summaryrefslogtreecommitdiff
path: root/vcl/unx/kde/salnativewidgets-kde.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-02 16:45:44 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-02 16:54:18 +0300
commit50bf123ddbeb457b89636621a99c971834adf3ab (patch)
treeb7782261998ca0b6bece98543e2c66e3c96f4d3c /vcl/unx/kde/salnativewidgets-kde.cxx
parentdb1c9e4dadc90c5afe3190776a60cc5dcbbce3ac (diff)
Kill superfluous vertical whitespace
Change-Id: I81ce8fd7022bf283db668705efdfb0666f87bde9
Diffstat (limited to 'vcl/unx/kde/salnativewidgets-kde.cxx')
-rw-r--r--vcl/unx/kde/salnativewidgets-kde.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/vcl/unx/kde/salnativewidgets-kde.cxx b/vcl/unx/kde/salnativewidgets-kde.cxx
index 5e58799fcd9e..6f51fad7035c 100644
--- a/vcl/unx/kde/salnativewidgets-kde.cxx
+++ b/vcl/unx/kde/salnativewidgets-kde.cxx
@@ -1263,7 +1263,6 @@ bool KDESalGraphics::IsNativeControlSupported( ControlType nType, ControlPart nP
;
}
-
/** Test whether the position is in the native widget.
If the return value is true, bIsInside contains information whether
@@ -1365,7 +1364,6 @@ bool KDESalGraphics::hitTestNativeControl( ControlType nType, ControlPart nPart,
return false;
}
-
/** Draw the requested control described by nPart/nState.
@param rControlRegion
@@ -1715,10 +1713,8 @@ bool KDESalGraphics::getNativeControlRegion( ControlType nType, ControlPart nPar
return bReturn;
}
-
// KDESalFrame implementation
-
KDESalFrame::KDESalFrame( SalFrame* pParent, sal_uLong nStyle ) :
X11SalFrame( pParent, nStyle )
{
@@ -2089,10 +2085,8 @@ KDESalFrame::GraphicsHolder::~GraphicsHolder()
delete pGraphics;
}
-
// KDESalInstance implementation
-
SalFrame *
KDESalInstance::CreateFrame( SalFrame *pParent, sal_uLong nStyle )
{
@@ -2106,10 +2100,8 @@ uno::Reference< ui::dialogs::XFilePicker2 > KDESalInstance::createFilePicker(
new UnxFilePicker( xMSF ) );
}
-
// KDESalData pieces
-
// Create the widget painter so we have some control over
// the destruction sequence, so Qt doesn't die in action.