diff options
author | Michael Stahl <mst@openoffice.org> | 2010-01-05 16:37:49 +0100 |
---|---|---|
committer | Michael Stahl <mst@openoffice.org> | 2010-01-05 16:37:49 +0100 |
commit | 7e156d00e9e09e3329856c685a9c6c0138db1253 (patch) | |
tree | 24f61dd99d8d4c93770388f7afcf7ad42da8aa88 /sw/inc/unotbl.hxx | |
parent | 80c54710e69437a743c9a0213c4e76eed6286945 (diff) |
swunolocking1: #i105557#: unoobj.hxx: move misc stuff:
move GetPageDescByName_Impl from unoobj.hxx to pagedesc.hxx.
move UnoActionContext, UnoActionRemoveContext, ClientModify,
CreateUnoTunnelId from unoobj.hxx to unobaseclass.hxx.
move UnoActionContext, UnoActionRemoveContext from unoobj.cxx to unoobj2.cxx.
Diffstat (limited to 'sw/inc/unotbl.hxx')
-rw-r--r-- | sw/inc/unotbl.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/unotbl.hxx b/sw/inc/unotbl.hxx index d2e14309a5d4..a539c7384a39 100644 --- a/sw/inc/unotbl.hxx +++ b/sw/inc/unotbl.hxx @@ -51,6 +51,7 @@ #include <comphelper/uno3.hxx> #include <tools/string.hxx> +#include <calbck.hxx> #include <TextCursorHelper.hxx> #include <unoevtlstnr.hxx> #include <unotext.hxx> |