diff options
author | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2011-01-04 13:07:07 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2011-01-04 13:07:07 +0100 |
commit | 7623d8ea4e3f512a18ff074a38a5e682e24de9ba (patch) | |
tree | cfcd324e2b20f01508f998d4c834cc6a3f6fe4ae | |
parent | 74dfed04ee929e2e67510842bb1f7d07880e4948 (diff) |
undoapi: post-rebase problems fixed
-rw-r--r-- | chart2/source/controller/main/UndoCommandDispatch.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chart2/source/controller/main/UndoCommandDispatch.cxx b/chart2/source/controller/main/UndoCommandDispatch.cxx index 4d19e6f901af..a008c492886d 100644 --- a/chart2/source/controller/main/UndoCommandDispatch.cxx +++ b/chart2/source/controller/main/UndoCommandDispatch.cxx @@ -29,6 +29,7 @@ #include "precompiled_chart2.hxx" #include "UndoCommandDispatch.hxx" +#include "ResId.hxx" #include "macros.hxx" #include <com/sun/star/util/XModifyBroadcaster.hpp> |