summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-11-09 08:38:32 +0000
committerRüdiger Timm <rt@openoffice.org>2004-11-09 08:38:32 +0000
commit8c6d610cfa9ae690f913b3b11d7af52a34857544 (patch)
tree362cf97c8fbe26c69eadbcae670a5fa2cba13f12 /svx
parent05be2132323e84dab53596c1c44fc40501403836 (diff)
INTEGRATION: CWS ctrlsfiltfwd (1.2.34); FILE MERGED
2004/10/20 16:07:56 npower 1.2.34.1: #118177# forward port of SO7 issue issue 110008 import of VBAForms "warts and all".
Diffstat (limited to 'svx')
-rw-r--r--svx/inc/svxmsbas.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/svx/inc/svxmsbas.hxx b/svx/inc/svxmsbas.hxx
index 2de1382b6c66..754a43f45185 100644
--- a/svx/inc/svxmsbas.hxx
+++ b/svx/inc/svxmsbas.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svxmsbas.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2004-10-04 17:45:43 $
+ * last change: $Author: rt $ $Date: 2004-11-09 09:38:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -120,6 +120,8 @@ private:
BOOL ImportCode_Impl( const String& rStorageName,
const String &rSubStorageName,
BOOL bAsComment, BOOL bStripped);
+ bool ImportForms_Impl(const String& rStorageName,
+ const String &rSubStorageName);
BOOL CopyStorage_Impl( const String& rStorageName,
const String &rSubStorageName);
};