summaryrefslogtreecommitdiff
path: root/sc/inc/sheetevents.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/sheetevents.hxx')
-rw-r--r--sc/inc/sheetevents.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/inc/sheetevents.hxx b/sc/inc/sheetevents.hxx
index 55073fb87fa8..e10fda07a90a 100644
--- a/sc/inc/sheetevents.hxx
+++ b/sc/inc/sheetevents.hxx
@@ -33,7 +33,7 @@
class ScSheetEvents
{
- rtl::OUString** mpScriptNames;
+ OUString** mpScriptNames;
void Clear();
@@ -44,10 +44,10 @@ public:
const ScSheetEvents& operator= (const ScSheetEvents& rOther);
- const rtl::OUString* GetScript(sal_Int32 nEvent) const;
- void SetScript(sal_Int32 nEvent, const rtl::OUString* pNew);
+ const OUString* GetScript(sal_Int32 nEvent) const;
+ void SetScript(sal_Int32 nEvent, const OUString* pNew);
- static rtl::OUString GetEventName(sal_Int32 nEvent);
+ static OUString GetEventName(sal_Int32 nEvent);
static sal_Int32 GetVbaSheetEventId(sal_Int32 nEvent);
static sal_Int32 GetVbaDocumentEventId(sal_Int32 nEvent);
};