diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-22 12:14:20 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-28 18:52:21 +0100 |
commit | dd1c991bd993c3e0edb8108474f88d94ba6bd2bc (patch) | |
tree | fbb5c434e847f12e8d1a2d1bcb52fa9bf668949b /framework/inc | |
parent | 3774a6fd94bfb274cc6b354ad7dadde4fce20113 (diff) |
Introduce com.sun.star.frame.theAutoRecovery singleton.
To replace com.sun.star.frame.AutoRecovery single-instance service,
incorrectly converted in 279859fdbc40f68d8f1649fa5b928d9de49e8d9e
Unfortunately needs a lot of changes in autorecovery.cxx.
Change-Id: Iba5188dffea3e03803236f23e0b3f343746ace90
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/pch/precompiled_fwk.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/pch/precompiled_fwk.hxx b/framework/inc/pch/precompiled_fwk.hxx index 4d1790c3a1c1..2fb34f6a4c61 100644 --- a/framework/inc/pch/precompiled_fwk.hxx +++ b/framework/inc/pch/precompiled_fwk.hxx @@ -106,7 +106,7 @@ #include <com/sun/star/embed/XPackageStructureCreator.hpp> #include <com/sun/star/embed/XTransactedObject.hpp> #include <com/sun/star/frame/AppDispatchProvider.hpp> -#include <com/sun/star/frame/AutoRecovery.hpp> +#include <com/sun/star/frame/theAutoRecovery.hpp> #include <com/sun/star/frame/CommandGroup.hpp> #include <com/sun/star/frame/ContentHandlerFactory.hpp> #include <com/sun/star/frame/Desktop.hpp> |