summaryrefslogtreecommitdiffstats
path: root/sc/inc/scextopt.hxx
diff options
context:
space:
mode:
authorAndreas Bregas <ab@openoffice.org>2009-06-17 13:32:41 +0000
committerAndreas Bregas <ab@openoffice.org>2009-06-17 13:32:41 +0000
commit179cb343c8534c04b4d53b01290cb93395893133 (patch)
tree6d81d65b061bbe014177efe1102665e88e8e99d9 /sc/inc/scextopt.hxx
parentCreate DEV300_m46 milestone tag from trunk@270722 (diff)
downloadcore-179cb343c8534c04b4d53b01290cb93395893133.tar.gz
core-179cb343c8534c04b4d53b01290cb93395893133.zip
#i102261# OLE control event handler support
Diffstat (limited to 'sc/inc/scextopt.hxx')
-rw-r--r--sc/inc/scextopt.hxx2
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;