summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/dtrans/config.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/generic/dtrans/config.cxx')
-rw-r--r--vcl/unx/generic/dtrans/config.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/unx/generic/dtrans/config.cxx b/vcl/unx/generic/dtrans/config.cxx
index d4a4633f0976..92f672b3359c 100644
--- a/vcl/unx/generic/dtrans/config.cxx
+++ b/vcl/unx/generic/dtrans/config.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <cstdio>
#include <unotools/configitem.hxx>
@@ -48,7 +47,6 @@ using namespace com::sun::star::lang;
using namespace com::sun::star::uno;
using namespace x11;
-
sal_Int32 SelectionManager::getSelectionTimeout()
{
if( m_nSelectionTimeout < 1 )
@@ -128,5 +126,4 @@ void DtransX11ConfigItem::Notify( const Sequence< OUString >& /*rPropertyNames*/
{
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */