diff options
author | Noel Grandin <noel@peralex.com> | 2015-04-28 15:01:43 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-04-29 10:41:40 +0200 |
commit | 6bb742b9cbbdabbbd53dd9cdf6cb165e4b30bf86 (patch) | |
tree | e483f00c38dd38429e307a170f80d95dddf57d0e /include/sfx2 | |
parent | a9bfa6547ae2a4721363289f3816568e6a7e6a2d (diff) |
convert STR_EVENT constants to scoped enum
- also add needed infrastructure to o3tl::enumarray so we can use
std::find on it
- move the Impl inside the .cxx file, no need to expose it in the header
Change-Id: I7758a6175849f46723d97b1e657f846524c3b7cd
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/event.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/event.hxx b/include/sfx2/event.hxx index 5b4970d571e4..dbb0fa77c24d 100644 --- a/include/sfx2/event.hxx +++ b/include/sfx2/event.hxx @@ -121,7 +121,7 @@ public: const css::uno::Reference< css::frame::XController2 >& xController ) : SfxViewEventHint( SFX_EVENT_PRINTDOC, - GlobalEventConfig::GetEventName( STR_EVENT_PRINTDOC ), + GlobalEventConfig::GetEventName( GlobalEventId::PRINTDOC ), pObj, xController ) , mnPrintableState( nEvent ) |