summaryrefslogtreecommitdiff
path: root/vbahelper/inc/vbahelper/vbadialogbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vbahelper/inc/vbahelper/vbadialogbase.hxx')
-rw-r--r--vbahelper/inc/vbahelper/vbadialogbase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vbahelper/inc/vbahelper/vbadialogbase.hxx b/vbahelper/inc/vbahelper/vbadialogbase.hxx
index b196c6bc3371..bb706cbaf17a 100644
--- a/vbahelper/inc/vbahelper/vbadialogbase.hxx
+++ b/vbahelper/inc/vbahelper/vbadialogbase.hxx
@@ -37,7 +37,7 @@ public:
// Methods
virtual void SAL_CALL Show() throw (css::uno::RuntimeException);
- virtual rtl::OUString mapIndexToName( sal_Int32 nIndex ) = 0;
+ virtual OUString mapIndexToName( sal_Int32 nIndex ) = 0;
};
#endif /* VBA_DIALOG_BASE_HXX */