summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/glosbib.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/glosbib.hxx')
-rw-r--r--sw/source/ui/inc/glosbib.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/source/ui/inc/glosbib.hxx b/sw/source/ui/inc/glosbib.hxx
index abe7ceed70d5..c943d8fa732e 100644
--- a/sw/source/ui/inc/glosbib.hxx
+++ b/sw/source/ui/inc/glosbib.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _GLOSBIB_HXX
-#define _GLOSBIB_HXX
+#ifndef GLOSBIB_HXX
+#define GLOSBIB_HXX
#include <vcl/edit.hxx>
#include <svx/stddlg.hxx>
@@ -28,6 +28,7 @@
#include <vcl/button.hxx>
#include <vcl/fixed.hxx>
+#include "rtl/ustring.hxx"
#include <vector>
@@ -103,7 +104,7 @@ protected:
public:
SwGlossaryGroupDlg(Window * pParent,
- std::vector<String> const& rPathArr,
+ std::vector<OUString> const& rPathArr,
SwGlossaryHdl *pGlosHdl);
~SwGlossaryGroupDlg();