diff options
Diffstat (limited to 'include/svl/undo.hxx')
-rw-r--r-- | include/svl/undo.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/svl/undo.hxx b/include/svl/undo.hxx index b4b4a2eb0abd..c2862b886c6f 100644 --- a/include/svl/undo.hxx +++ b/include/svl/undo.hxx @@ -24,12 +24,9 @@ #include <tools/datetime.hxx> #include <o3tl/strong_int.hxx> -#include <limits> #include <memory> #include <vector> -struct MarkedUndoAction; - typedef o3tl::strong_int<sal_Int32, struct ViewShellIdTag> ViewShellId; class SVL_DLLPUBLIC SfxRepeatTarget |