[Libreoffice-commits] .: sfx2/inc
Caolán McNamara
caolan at kemper.freedesktop.org
Wed Apr 6 06:19:42 PDT 2011
sfx2/inc/sfx2/msg.hxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 497d0999d7712eff9303856cb95442fe7bb0f62a
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed Apr 6 14:19:37 2011 +0100
fix build break from merge
diff --git a/sfx2/inc/sfx2/msg.hxx b/sfx2/inc/sfx2/msg.hxx
index 2fd17ca..c9a867d 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
More information about the Libreoffice-commits
mailing list