diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-21 15:37:39 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-21 15:37:39 +0000 |
commit | e6c6331034d4fa3094a872236d7d28980904c13e (patch) | |
tree | 865e5193e729953a46053a49a4274a3e2bc94b29 | |
parent | 619cf58ea9cdb68a069ebe079a7fbf2ae1d10455 (diff) |
INTEGRATION: CWS dba24c (1.2.4); FILE MERGED
2007/10/16 20:00:26 fs 1.2.4.1: #i82222# SIGNATURESTATE_* outsourced from sfx2/objsh.hxx to sfx2/signaturestate.hxx
-rw-r--r-- | basctl/source/basicide/docsignature.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/basctl/source/basicide/docsignature.cxx b/basctl/source/basicide/docsignature.cxx index 46c555498..c84339a30 100644 --- a/basctl/source/basicide/docsignature.cxx +++ b/basctl/source/basicide/docsignature.cxx @@ -4,9 +4,9 @@ * * $RCSfile: docsignature.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2007-10-09 15:23:14 $ + * last change: $Author: ihi $ $Date: 2007-11-21 16:37:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -43,6 +43,7 @@ /** === end UNO includes === **/ #include <sfx2/objsh.hxx> +#include <sfx2/signaturestate.hxx> //........................................................................ namespace basctl |