summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/dbui.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/dbui.hxx')
-rw-r--r--sw/source/ui/inc/dbui.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/inc/dbui.hxx b/sw/source/ui/inc/dbui.hxx
index b0558cdbb2d3..bfb9fb83c49f 100644
--- a/sw/source/ui/inc/dbui.hxx
+++ b/sw/source/ui/inc/dbui.hxx
@@ -62,9 +62,9 @@ private: //member
FixedText m_aCounting;
CancelButton m_aCancelButton;
- String m_sCountingPattern;
- String m_sVariable_Total;
- String m_sVariable_Position;
+ OUString m_sCountingPattern;
+ OUString m_sVariable_Total;
+ OUString m_sVariable_Position;
sal_Int32 m_nTotalCount;
sal_Int32 m_nCurrentPosition;
};