summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
authorAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2014-02-18 22:53:08 -0300
committerMichael Stahl <mstahl@redhat.com>2014-02-28 15:01:05 -0600
commite218663251425f5dd6d56c7273b9e1e93748981f (patch)
tree4960ac382a3a60a6fadeec1efe705fc82137fcba /uui
parent1994ab92c8ca0d068b73017e641807fc7782e8da (diff)
fdo#63154 Remove unused solar.h
Removed from dbaccess. editeng, filter, framwork, formula, lotuswordpro, reportdesing, rsc, uui Conflicts: framework/source/uielement/menubarwrapper.cxx reportdesign/inc/RptDef.hxx uui/source/iahndl.hxx Change-Id: Ia6f1d8679736c3de99bd8060d8a7f76975268273 Reviewed-on: https://gerrit.libreoffice.org/8118 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'uui')
-rw-r--r--uui/source/iahndl.hxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/uui/source/iahndl.hxx b/uui/source/iahndl.hxx
index 91cced67e8dd..be740d0b2a68 100644
--- a/uui/source/iahndl.hxx
+++ b/uui/source/iahndl.hxx
@@ -32,7 +32,6 @@
#include "com/sun/star/beans/Optional.hpp"
#include "com/sun/star/task/InteractionClassification.hpp"
-#include "tools/solar.h"
#include "tools/errcode.hxx"
#include "tools/rc.hxx"
#include "tools/wintypes.hxx"
@@ -65,7 +64,6 @@ namespace com { namespace sun { namespace star {
class Window;
-
struct InteractionHandlerData
{
/** The UNO service name to use to instanciate the content provider.
@@ -83,7 +81,6 @@ typedef ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com
typedef ::boost::unordered_map< OUString, OUString, OUStringHash > StringHashMap;
-
class UUIInteractionHelper
{
private:
@@ -190,8 +187,6 @@ private:
com::sun::star::task::XInteractionContinuation > > const &
rContinuations);
-
-
bool
handleInteractiveIOException(
com::sun::star::uno::Reference<
@@ -330,7 +325,7 @@ private:
com::sun::star::task::XInteractionRequest > const & rRequest)
SAL_THROW((::com::sun::star::uno::RuntimeException));
- bool handleCustomRequest(
+ bool handleCustomRequest(
const ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionRequest >& i_rRequest,
const OUString& i_rServiceName
) const;