summaryrefslogtreecommitdiff
path: root/uui/source/iahndl.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-05-02 22:45:52 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-05-03 00:06:33 +0100
commit80fdb3498c68f9e7f9bdd98674e762cb084fce57 (patch)
tree4d3f3625003d4093b8bc061eecf118709d1f9bdf /uui/source/iahndl.hxx
parent4312651dfc47a9bb6eff5c18862e67dded1cf385 (diff)
drop ensure for non-NULL pointer and use a ref
Change-Id: I492c576a9a04874538f07769f5ac40f84e2d4308
Diffstat (limited to 'uui/source/iahndl.hxx')
-rw-r--r--uui/source/iahndl.hxx20
1 files changed, 1 insertions, 19 deletions
diff --git a/uui/source/iahndl.hxx b/uui/source/iahndl.hxx
index df1edde33291..3306e272ad29 100644
--- a/uui/source/iahndl.hxx
+++ b/uui/source/iahndl.hxx
@@ -346,28 +346,10 @@ public:
inline ~ErrorResource() SAL_THROW(()) { FreeResource(); }
- bool getString(ErrCode nErrorCode, rtl::OUString * pString) const
+ bool getString(ErrCode nErrorCode, rtl::OUString &rString) const
SAL_THROW(());
};
-/*
-class InteractionRequest
-{
-public:
- InteractionRequest(
- com::sun::star::uno::Reference<
- com::sun::star::task::XInteractionRequest > const & rRequest)
- : m_aRequest( rRequest ) {}
-
- virtual bool toString( rtl::OUString & rString ) = 0;
- virtual bool handle( rtl::OUString & rString ) = 0;
-
-private:
- com::sun::star::uno::Reference<
- com::sun::star::task::XInteractionRequest > m_aRequest;
-};
-*/
-
#endif // UUI_IAHNDL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */