diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-06-20 20:30:11 +0300 |
---|---|---|
committer | Fridrich Strba <fridrich@documentfoundation.org> | 2013-06-28 09:02:28 +0000 |
commit | bc8f89931ab4cc0537e7710b6bc375c844ba6e68 (patch) | |
tree | dc5b4a90f6c44e26e97385549c5436e84706e219 /include/oox | |
parent | c7e184598540af5b609e77518abbd0f51b9e38ec (diff) |
Also LockedCanvasContext needs to be a ContextHandler2 now then
Change-Id: Idcc55370efbcd85f9f7142803e4cb61f3742e7fc
Reviewed-on: https://gerrit.libreoffice.org/4579
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'include/oox')
-rw-r--r-- | include/oox/core/fragmenthandler2.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/oox/core/fragmenthandler2.hxx b/include/oox/core/fragmenthandler2.hxx index 5f2e8b6d5f8a..6f0822da6ec4 100644 --- a/include/oox/core/fragmenthandler2.hxx +++ b/include/oox/core/fragmenthandler2.hxx @@ -111,6 +111,8 @@ public: virtual void finalizeImport(); }; +typedef ::rtl::Reference< FragmentHandler2 > FragmentHandler2Ref; + // ============================================================================ } // namespace core |