summaryrefslogtreecommitdiff
path: root/svl/source/undo/undo.cxx
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-10-25 11:49:55 +0200
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-10-25 11:49:55 +0200
commit209d53b5f76137122bd3f142952e45d730aa31db (patch)
treee2fcc766f5835ebe87b8396a7d102acaee05a3ce /svl/source/undo/undo.cxx
parent9d687f9b5c5fa53b6ec5ff7a44ca42a40e437597 (diff)
undoapi: moved Flag/RestorationGuard into dedicated header file comphelper/flagguard.hxx
Diffstat (limited to 'svl/source/undo/undo.cxx')
-rw-r--r--svl/source/undo/undo.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/undo/undo.cxx b/svl/source/undo/undo.cxx
index 67e05304c869..461ea54fcc73 100644
--- a/svl/source/undo/undo.cxx
+++ b/svl/source/undo/undo.cxx
@@ -30,7 +30,7 @@
#include <com/sun/star/uno/Exception.hpp>
-#include <comphelper/scopeguard.hxx>
+#include <comphelper/flagguard.hxx>
#include <tools/debug.hxx>
#include <tools/diagnose_ex.h>