summaryrefslogtreecommitdiff
path: root/include/vcl/salctype.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-07-11 12:40:25 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-07-11 13:22:33 +0200
commitb100f3f06be2dd79c8145cdf487901bc5d71b332 (patch)
tree6d4033f11b87c7292258b00567b24697a9082ed6 /include/vcl/salctype.hxx
parent3a58a0f9d3600d0475e1a2c6595785cfcf5f362e (diff)
Simplify support for bitmap depth conversion in X11 clipboard/dnd code
...I see no good reason to make the code from bmpconv.cxx available to vcl/unx/generic/dtrans/ in a complicated way via UNO, instead of calling it there directly. Change-Id: I4f2e53c4610e8e19c96e1230a5c5ef034aab80da
Diffstat (limited to 'include/vcl/salctype.hxx')
-rw-r--r--include/vcl/salctype.hxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/include/vcl/salctype.hxx b/include/vcl/salctype.hxx
index 4fbb65d2a49a..01e10359d9f5 100644
--- a/include/vcl/salctype.hxx
+++ b/include/vcl/salctype.hxx
@@ -20,8 +20,7 @@
#ifndef _SV_SALCTYPE_HXX
#define _SV_SALCTYPE_HXX
-#include <com/sun/star/script/XInvocation.hpp>
-#include <com/sun/star/uno/Reference.hxx>
+#include "sal/config.h"
#include <vcl/graph.hxx>
@@ -61,11 +60,6 @@ typedef sal_uLong (*SALGRFCVTPROC)( void* pInst,
sal_uLong nInFormat, void* pInBuffer, sal_uLong nInBufSize,
sal_uLong nOutFormat, void** ppOutBuffer );
-namespace vcl
-{
-com::sun::star::uno::Reference< com::sun::star::script::XInvocation > createBmpConverter();
-}
-
#endif // _SV_SALCTYPE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */