summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-04-06 14:19:37 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-04-06 14:19:37 +0100
commit497d0999d7712eff9303856cb95442fe7bb0f62a (patch)
treee2c81ba9524fad186d9be4a9bdeb45ad0ae14dd8 /sfx2
parentf70c4b4112ae5ea204b6d063ecf111fdf002d872 (diff)
fix build break from merge
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/inc/sfx2/msg.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/inc/sfx2/msg.hxx b/sfx2/inc/sfx2/msg.hxx
index 2fd17ca239..c9a867d993 100644
--- a/sfx2/inc/sfx2/msg.hxx
+++ b/sfx2/inc/sfx2/msg.hxx
@@ -301,6 +301,8 @@ public:
sal_uInt16 GetValue() const { return nValue; }
const SfxType* GetType() const { return pType; }
const char* GetUnoName() const { return pUnoName; }
+ SFX2_DLLPUBLIC rtl::OString GetCommand() const;
+ SFX2_DLLPUBLIC rtl::OUString GetCommandString() const;
sal_uInt16 GetFormalArgumentCount() const { return nArgDefCount; }
const SfxFormalArgument& GetFormalArgument( sal_uInt16 nNo ) const