diff options
author | Andreas Bregas <ab@openoffice.org> | 2009-06-17 13:32:41 +0000 |
---|---|---|
committer | Andreas Bregas <ab@openoffice.org> | 2009-06-17 13:32:41 +0000 |
commit | 179cb343c8534c04b4d53b01290cb93395893133 (patch) | |
tree | 6d81d65b061bbe014177efe1102665e88e8e99d9 /sc/inc/scextopt.hxx | |
parent | 3027f5a9472bfbaaccc23d41e21ec01ad1f22c19 (diff) |
#i102261# OLE control event handler support
Diffstat (limited to 'sc/inc/scextopt.hxx')
-rw-r--r-- | sc/inc/scextopt.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/scextopt.hxx b/sc/inc/scextopt.hxx index 4b3f763b4e8c..5f60fdc0c676 100644 --- a/sc/inc/scextopt.hxx +++ b/sc/inc/scextopt.hxx @@ -126,6 +126,8 @@ public: const String& GetCodeName( size_t nIdx ) const; /** Appends a codename for a sheet. */ void AppendCodeName( const String& rCodeName ); + void SetCodeName( const String& rCodeName, size_t nIdx ); + void DeleteCodeName( size_t nIdx ); private: ::std::auto_ptr< ScExtDocOptionsImpl > mxImpl; |