diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-07-23 10:49:30 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-07-23 10:49:30 +0100 |
commit | 23e818d4f5cb6dff4c2238fa42a38496a9a85255 (patch) | |
tree | b8613d117497286df89a049bf849e5426c7b772e /framework/inc | |
parent | 2c5f02539d8e1ae079b2ee68838024865610b6d8 (diff) |
AmbigousFilterRequest is only ever extracted, never created
Change-Id: I79c669c1635192199d6ef135e1ab9b48a9e7e63a
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/interaction/quietinteraction.hxx | 1 | ||||
-rw-r--r-- | framework/inc/pch/precompiled_fwk.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/framework/inc/interaction/quietinteraction.hxx b/framework/inc/interaction/quietinteraction.hxx index c2dbeaa7126c..0a990f4600a7 100644 --- a/framework/inc/interaction/quietinteraction.hxx +++ b/framework/inc/interaction/quietinteraction.hxx @@ -38,7 +38,6 @@ namespace framework{ But it can be used to intercept problems e.g. during loading of documents. In current implementation we solve conflicts for following situations only: - - AmbigousFilterRequest - InteractiveIOException - InteractiveAugmentedIOException All other requests will be aborted. diff --git a/framework/inc/pch/precompiled_fwk.hxx b/framework/inc/pch/precompiled_fwk.hxx index 31e5c4faec27..c37deaf69d9c 100644 --- a/framework/inc/pch/precompiled_fwk.hxx +++ b/framework/inc/pch/precompiled_fwk.hxx @@ -82,7 +82,6 @@ #include <com/sun/star/container/XNameReplace.hpp> #include <com/sun/star/container/XNamed.hpp> #include <com/sun/star/datatransfer/dnd/XDropTarget.hpp> -#include <com/sun/star/document/AmbigousFilterRequest.hpp> #include <com/sun/star/document/FilterOptionsRequest.hpp> #include <com/sun/star/document/LockedDocumentRequest.hpp> #include <com/sun/star/document/MacroExecMode.hpp> |