diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-10-25 11:49:55 +0200 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-10-25 11:49:55 +0200 |
commit | b5a219911606f2929712ecb9a8b8c4fd16221db2 (patch) | |
tree | 042c0f8dcfc82aea387bc33f85a2133edb633828 /sfx2 | |
parent | 2fb612b570fb29c64c7fce61f52e1cf772f11712 (diff) |
undoapi: moved Flag/RestorationGuard into dedicated header file comphelper/flagguard.hxx
Diffstat (limited to 'sfx2')
-rwxr-xr-x | sfx2/source/doc/docundomanager.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/docundomanager.cxx b/sfx2/source/doc/docundomanager.cxx index 415facc3c627..f81d0ab9974c 100755 --- a/sfx2/source/doc/docundomanager.cxx +++ b/sfx2/source/doc/docundomanager.cxx @@ -37,7 +37,7 @@ #include <com/sun/star/lang/XComponent.hpp> /** === end UNO includes === **/ -#include <comphelper/scopeguard.hxx> +#include <comphelper/flagguard.hxx> #include <svl/undo.hxx> #include <tools/diagnose_ex.h> |