summaryrefslogtreecommitdiff
path: root/cui/source/inc/insrc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/insrc.hxx')
-rw-r--r--cui/source/inc/insrc.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/inc/insrc.hxx b/cui/source/inc/insrc.hxx
index 98f393f082fa..3bc0f1eb39b6 100644
--- a/cui/source/inc/insrc.hxx
+++ b/cui/source/inc/insrc.hxx
@@ -36,13 +36,13 @@ class SvxInsRowColDlg : public SvxAbstractInsRowColDlg, public ModalDialog
RadioButton* m_pBeforeBtn;
RadioButton* m_pAfterBtn;
- rtl::OUString aRow;
- rtl::OUString aCol;
+ OUString aRow;
+ OUString aCol;
bool bColumn;
public:
- SvxInsRowColDlg( Window* pParent, bool bCol, const rtl::OString& sHelpId );
+ SvxInsRowColDlg( Window* pParent, bool bCol, const OString& sHelpId );
virtual short Execute(void);