summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/fldmgr.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-05-19 07:52:22 +0000
committerRüdiger Timm <rt@openoffice.org>2004-05-19 07:52:22 +0000
commitbdf9517e9eaeea0b7dec79ef893fa25442951a99 (patch)
treedb89720d80d5bf65e73bbb5b349f92931e605dd9 /sw/source/ui/inc/fldmgr.hxx
parent9bbb471e6f98a42f70dc8557ff61f183d87f822b (diff)
INTEGRATION: CWS scriptingf4 (1.7.232); FILE MERGED
2004/04/27 14:10:13 toconnor 1.7.232.1: #i28384# - implement Macro Selector specification
Diffstat (limited to 'sw/source/ui/inc/fldmgr.hxx')
-rw-r--r--sw/source/ui/inc/fldmgr.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/sw/source/ui/inc/fldmgr.hxx b/sw/source/ui/inc/fldmgr.hxx
index eae9ae1b31df..a78daba4709f 100644
--- a/sw/source/ui/inc/fldmgr.hxx
+++ b/sw/source/ui/inc/fldmgr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fldmgr.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: kz $ $Date: 2004-05-18 14:11:24 $
+ * last change: $Author: rt $ $Date: 2004-05-19 08:52:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -163,6 +163,7 @@ private:
String sCurFrame;
String sMacroPath;
+ String sMacroName;
ULONG nCurFmt;
BOOL bEvalExp;
@@ -203,8 +204,9 @@ public:
void InsertFldType(SwFieldType& rType);
BOOL ChooseMacro(const String &rSelMacro = aEmptyStr);
- inline void SetMacroPath(const String& rPath) { sMacroPath = rPath; }
+ void SetMacroPath(const String& rPath);
inline const String& GetMacroPath() const { return (sMacroPath); }
+ inline const String& GetMacroName() const { return (sMacroName); }
inline void SetMacroModule(SbModule* pMod) { pModule = pMod; }
// Vorheriger Naechster gleichen Typ