Kaydet (Commit) 3ebaf1a9 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Bin some ASCII graphics

Change-Id: I53ef86a997f4ae1c0ad84bb381327cba3143dd4c
üst 395e7d47
......@@ -54,10 +54,8 @@ using namespace ::ooo::vba;
#define OFFICEVERSION "11.0"
// ====VbaTimerInfo==================================
typedef ::std::pair< OUString, ::std::pair< double, double > > VbaTimerInfo;
// ====VbaTimer==================================
class VbaTimer
{
Timer m_aTimer;
......@@ -134,7 +132,6 @@ IMPL_LINK_NOARG(VbaTimer, MacroCallHdl, Timer *, void)
{}
}
// ====VbaTimerInfoHash==================================
struct VbaTimerInfoHash
{
size_t operator()( const VbaTimerInfo& rTimerInfo ) const
......@@ -145,10 +142,8 @@ struct VbaTimerInfoHash
}
};
// ====VbaTimerHashMap==================================
typedef std::unordered_map< VbaTimerInfo, VbaTimer*, VbaTimerInfoHash > VbaTimerHashMap;
// ====VbaApplicationBase_Impl==================================
struct VbaApplicationBase_Impl final
{
VbaTimerHashMap m_aTimerHash;
......@@ -169,7 +164,6 @@ struct VbaApplicationBase_Impl final
}
};
// ====VbaApplicationBase==================================
VbaApplicationBase::VbaApplicationBase( const uno::Reference< uno::XComponentContext >& xContext )
: ApplicationBase_BASE( uno::Reference< XHelperInterface >(), xContext )
, m_pImpl( new VbaApplicationBase_Impl )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment