diff options
author | Niklas Nebel <nn@openoffice.org> | 2000-11-02 18:10:56 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2000-11-02 18:10:56 +0000 |
commit | 25ac53d296d6c7e5879d456fa24edac60f985cd7 (patch) | |
tree | 4c99549fe930098fd0ce174d2676a4f0e646fd9d /sc/inc/appoptio.hxx | |
parent | 1eacf4ac4c3439821282b590b948f3641c858cde (diff) |
#79817# ScLinkConfigItem is now in optutil
Diffstat (limited to 'sc/inc/appoptio.hxx')
-rw-r--r-- | sc/inc/appoptio.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/inc/appoptio.hxx b/sc/inc/appoptio.hxx index f466dffde306..942dcf796dce 100644 --- a/sc/inc/appoptio.hxx +++ b/sc/inc/appoptio.hxx @@ -2,9 +2,9 @@ * * $RCSfile: appoptio.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: nn $ $Date: 2000-09-22 07:55:02 $ + * last change: $Author: nn $ $Date: 2000-11-02 19:10:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -79,8 +79,8 @@ #include "global.hxx" #endif -#ifndef SC_VIEWOPTI_HXX -#include "viewopti.hxx" //! move ScLinkConfigItem to separate header! +#ifndef SC_OPTUTIL_HXX +#include "optutil.hxx" #endif |