diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-11-14 14:42:44 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-11-14 14:42:44 +0000 |
commit | 2a651cfbdef83b7c069289e4d11b998dbae5b9a1 (patch) | |
tree | 9994e72e767e00b88f8e30142220394f942a1df0 /sc | |
parent | 428174c92101d5c00b0779430b9f9c3d46487257 (diff) |
#65293#: included <sfx2/app.hxx>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/view/reffact.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/source/ui/view/reffact.cxx b/sc/source/ui/view/reffact.cxx index a3dc2a4b01f2..c833a67f41e9 100644 --- a/sc/source/ui/view/reffact.cxx +++ b/sc/source/ui/view/reffact.cxx @@ -2,9 +2,9 @@ * * $RCSfile: reffact.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: nn $ $Date: 2000-11-09 19:58:33 $ + * last change: $Author: hr $ $Date: 2000-11-14 15:42:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -67,6 +67,7 @@ // INCLUDE --------------------------------------------------------------- +#include <sfx2/app.hxx> #include <sfx2/basedlgs.hxx> #include <sfx2/viewfrm.hxx> |