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 /svx/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 'svx/inc')
-rw-r--r-- | svx/inc/pch/precompiled_svx.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/pch/precompiled_svx.hxx b/svx/inc/pch/precompiled_svx.hxx index 43ad3af72cfa..ba48f6c1e45a 100644 --- a/svx/inc/pch/precompiled_svx.hxx +++ b/svx/inc/pch/precompiled_svx.hxx @@ -118,7 +118,7 @@ #include <com/sun/star/drawing/XShapeDescriptor.hpp> #include <com/sun/star/drawing/XShapes.hpp> #include <com/sun/star/form/FormComponentType.hpp> -#include <com/sun/star/frame/AutoRecovery.hpp> +#include <com/sun/star/frame/theAutoRecovery.hpp> #include <com/sun/star/frame/Desktop.hpp> #include <com/sun/star/frame/ModuleManager.hpp> #include <com/sun/star/frame/XController.hpp> |