summaryrefslogtreecommitdiffstats
path: root/include/oox
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-06-20 20:30:11 +0300
committerFridrich Strba <fridrich@documentfoundation.org>2013-06-28 09:02:28 +0000
commitbc8f89931ab4cc0537e7710b6bc375c844ba6e68 (patch)
treedc5b4a90f6c44e26e97385549c5436e84706e219 /include/oox
parentFurther MCE work (diff)
downloadcore-bc8f89931ab4cc0537e7710b6bc375c844ba6e68.tar.gz
core-bc8f89931ab4cc0537e7710b6bc375c844ba6e68.zip
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.hxx2
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