diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-13 10:16:03 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-13 10:16:03 +0000 |
commit | d4550786436220ebd93245803bba9a7ada7ea937 (patch) | |
tree | 5984eab8166bd0a26aab6639218f947b28a50783 | |
parent | 9fa93610179cb766cdc0512cdb313ba384b970bb (diff) |
INTEGRATION: CWS frmcontrols02 (1.2.6); FILE MERGED
2004/02/02 07:47:56 fs 1.2.6.1: functionality moved to another include file
-rw-r--r-- | forms/source/component/scrollbar.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/forms/source/component/scrollbar.hxx b/forms/source/component/scrollbar.hxx index f44e5baca..4c27f66d0 100644 --- a/forms/source/component/scrollbar.hxx +++ b/forms/source/component/scrollbar.hxx @@ -2,9 +2,9 @@ * * $RCSfile: scrollbar.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2004-04-02 10:56:58 $ + * last change: $Author: hr $ $Date: 2004-04-13 11:16:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,8 +65,8 @@ #include "FormComponent.hxx" #endif -#ifndef FORMS_MODULE_HXX -#include "formsmodule.hxx" +#ifndef FRM_MODULE_HXX +#include "frm_module.hxx" #endif //........................................................................ |